Hello community, here is the log from the commit of package python-configobj for openSUSE:Factory checked in at 2012-05-29 10:35:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-configobj (Old) and /work/SRC/openSUSE:Factory/.python-configobj.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-configobj", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-configobj/python-configobj.changes 2012-02-07 14:46:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-configobj.new/python-configobj.changes 2012-05-29 10:35:10.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 25 08:21:00 UTC 2012 - [email protected] + +- Spec file cleanups + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-configobj.spec ++++++ --- /var/tmp/diff_new_pack.jg9GiP/_old 2012-05-29 10:35:11.000000000 +0200 +++ /var/tmp/diff_new_pack.jg9GiP/_new 2012-05-29 10:35:11.000000000 +0200 @@ -15,7 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -Name: python-configobj +%define modname configobj +Name: python-%{modname} Version: 4.7.2 Release: 0 # FIXME: Change python-cofigobj-docs Obsoletes to < with next version update. Obsoletes introduced with version 4.7.2. @@ -23,16 +24,17 @@ Summary: Config file reading, writing and validation License: BSD-2-Clause Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/c/configobj/configobj-%{version}.tar.gz +Source: http://pypi.python.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel # There are no real docs! -Provides: python-configobj-docs = %{version} -Obsoletes: python-configobj-docs <= %{version} -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +Provides: python-%{modname}-docs = %{version} +Obsoletes: python-%{modname}-docs <= %{version} +%if 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %else BuildArch: noarch +%py_requires %endif %description @@ -55,7 +57,7 @@ * Powerful ``unrepr`` mode for storing/retrieving Python data-types %prep -%setup -q -n configobj-%{version} +%setup -q -n %{modname}-%{version} %build python setup.py build @@ -65,6 +67,8 @@ %files %defattr(-,root,root,-) -%{python_sitelib}/* +%{python_sitelib}/%{modname}.py* +%{python_sitelib}/validate.py* +%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
