Hello community,
here is the log from the commit of package monodevelop-python for openSUSE:Factory checked in at Fri Jan 29 19:14:31 CET 2010.
-------- New Changes file:
--- /dev/null 2009-09-30 08:50:26.000000000 +0200 +++ monodevelop-python/monodevelop-python.changes 2010-01-29 18:53:54.000000000 +0100 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Fri Jan 29 17:52:58 UTC 2010 - ajorgensen@novell.com + +- First stable version +
calling whatdependson for head-i586
New: ---- monodevelop-python-2.2.tar.bz2 monodevelop-python.changes monodevelop-python.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ monodevelop-python.spec ++++++ # # spec file for package monodevelop-python (Version 2.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ #
# norootforbuild
Name: monodevelop-python Version: 2.2 Release: 1 License: MIT/X11 AutoReqProv: on BuildArch: noarch Url: http://www.monodevelop.com Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: mono-devel monodevelop = %{version} Requires: monodevelop = %{version} Requires: python Summary: Monodevelop Python Addin Group: Development/Tools %if 0%{?fedora_version} %define env_options export MONO_SHARED_DIR=/tmp %endif
%description Python support for MonoDevelop.
%files %defattr(-, root, root) %_prefix/lib/monodevelop/AddIns/PyBinding/ %_prefix/share/pkgconfig/monodevelop-pybinding.pc
%prep %setup -q
%build %{?env_options} ./configure --prefix=%_prefix make
%install %{?env_options} make install DESTDIR=${RPM_BUILD_ROOT} mkdir -p $RPM_BUILD_ROOT%_prefix/share/pkgconfig mv $RPM_BUILD_ROOT%_prefix/lib/pkgconfig/*.pc $RPM_BUILD_ROOT%_prefix/share/pkgconfig #%find_lang %{name}
%clean rm -rf "$RPM_BUILD_ROOT" %if 0%{?fedora_version} || 0%{?rhel_version} # Allows overrides of __find_provides in fedora distros... (already set to zero on newer suse distros) %define _use_internal_dependency_generator 0 %endif %define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\n" "${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\n" "${filelist[@]}" | /usr/bin/mono-find-provides ; } | sort | uniq' %define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\n" "${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\n" "${filelist[@]}" | /usr/bin/mono-find-requires ; } | sort | uniq'
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...