Hello community,
here is the log from the commit of package python-distutils-extra for
openSUSE:Factory checked in at 2012-02-17 12:08:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distutils-extra (Old)
and /work/SRC/openSUSE:Factory/.python-distutils-extra.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distutils-extra", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-distutils-extra/python-distutils-extra.changes
2011-09-23 12:42:33.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-distutils-extra.new/python-distutils-extra.changes
2012-02-17 12:08:48.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Jan 12 11:31:12 UTC 2012 - [email protected]
+
+- Specfile cleanup:
+ * SPDX-style license (GPL-2.0)
+ * Remove %clean section (sane default)
+ * Simpler macro usage
+ * No authors in description
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-distutils-extra.spec ++++++
--- /var/tmp/diff_new_pack.yB0nsw/_old 2012-02-17 12:08:49.000000000 +0100
+++ /var/tmp/diff_new_pack.yB0nsw/_new 2012-02-17 12:08:49.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package python-distutils-extra (Version 2.23)
+# spec file for package python-distutils-extra
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,21 +15,21 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: python-distutils-extra
Version: 2.23
-Release: 1
+Release: 0
Summary: Distutils/Setuptools Adapter
-Source:
http://launchpad.net/python-distutils-extra/trunk/%{version}/+download/python-distutils-extra-%{version}.tar.gz
-Url: https://launchpad.net/python-distutils-extra
-Group: Development/Libraries/Python
License: GPL-2.0
+Group: Development/Libraries/Python
+Url: https://launchpad.net/python-distutils-extra
+Source:
http://launchpad.net/python-distutils-extra/trunk/%{version}/+download/python-distutils-extra-%{version}.tar.gz
+BuildRequires: python-devel
+BuildRequires: python-distribute
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: python-devel python-setuptools
-%py_requires
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
+%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()")}
+%else
BuildArch: noarch
%endif
@@ -41,32 +41,18 @@
* documentation
* program icons
-Authors:
---------
- Sebastian Heinlein <[email protected]>
-
%prep
%setup -q -n "%{name}-%{version}"
-#%__rm -rf debian/debian
-#%__mv debian/* .
%build
-%__python ./setup.py build
+python setup.py build
%install
-%__python ./setup.py install --prefix="%{_prefix}" --root="%{buildroot}" \
- --record-rpm=files.lst
+python setup.py install --prefix="%{_prefix}" --root=%{buildroot}
-%clean
-%__rm -rf "%{buildroot}"
-
-%files -f files.lst
+%files
%defattr(-,root,root)
%doc LICENSE doc/*
-
-# Local Variables:
-# mode: rpm-spec
-# tab-width: 3
-# End:
+%{python_sitelib}/*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]