Hello community,

here is the log from the commit of package python-zc_buildout for 
openSUSE:Factory checked in at 2012-03-16 13:24:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zc_buildout (Old)
 and      /work/SRC/openSUSE:Factory/.python-zc_buildout.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zc_buildout", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zc_buildout/python-zc_buildout.changes    
2011-09-23 12:43:28.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zc_buildout.new/python-zc_buildout.changes   
    2012-03-16 13:24:08.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Mar 13 14:11:41 UTC 2012 - [email protected]
+
+- Regenerate spec file with py2pack.
+
+-------------------------------------------------------------------
+Mon Feb 13 10:54:18 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-zc_buildout.spec ++++++
--- /var/tmp/diff_new_pack.opBfD1/_old  2012-03-16 13:24:09.000000000 +0100
+++ /var/tmp/diff_new_pack.opBfD1/_new  2012-03-16 13:24:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-zc_buildout
+# spec file for package python-zc.buildout
 #
-# 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
@@ -11,47 +11,47 @@
 # 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/
 #
 
-
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-zc_buildout
 Version:        1.5.2
-Release:        1
-License:        ZPL 2.1
-Summary:        System for managing development buildouts
+Release:        0
 Url:            http://pypi.python.org/pypi/zc.buildout
-Group:          Development/Libraries/Python
+Summary:        System for managing development buildouts
+License:        ZPL-2.1
+Group:          Development/Languages/Python
 Source:         zc.buildout-%{version}.tar.bz2
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
+BuildRequires:  python-devel
+BuildRequires:  python-distribute
+%if 0%{?suse_version}
+%py_requires
+%if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
+%endif
 
 %description
 System for managing development buildouts.
 
-Author:
---------
-    Jim Fulton <[email protected]>
-
 %prep
 %setup -q -n zc.buildout-%{version}
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%files -f INSTALLED_FILES
-%defattr(-,root,root)
-%exclude %dir %{_prefix}
+%files
+%defattr(-,root,root,-)
+%{python_sitelib}/*
+%{_bindir}/buildout
 %exclude %{_prefix}/README.txt
 %doc README.txt
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to