rpms/python-zope-interface/EL-5 python-zope-interface.spec,1.1,1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon Feb 18 17:32:32 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/python-zope-interface/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9601

Modified Files:
	python-zope-interface.spec 
Log Message:
resync with devel


Index: python-zope-interface.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-interface/EL-5/python-zope-interface.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-zope-interface.spec	31 Oct 2006 17:41:27 -0000	1.1
+++ python-zope-interface.spec	18 Feb 2008 17:31:54 -0000	1.2
@@ -2,10 +2,10 @@
 
 Name:		python-zope-interface
 Version:	3.0.1
-Release:	6%{?dist}
+Release:	10%{?dist}
 Summary:	Zope interfaces package
 Group:		Development/Libraries
-License:	Zope Public License
+License:	ZPLv2.1
 URL:		http://zope.org/Products/ZopeInterface
 Source0:	http://zope.org/Products/ZopeInterface/3.0.1final/ZopeInterface-%{version}.tgz
 Source1:	ZPL-2.1.txt
@@ -30,6 +30,7 @@
 %install
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root  %{buildroot}
+/usr/bin/find %{buildroot} -name \*.so -exec %{__chmod} 755 {} \;
 
 %check
 cd ./build/lib.* && PYTHONPATH=$(pwd) %{__python} ./zope/testing/tests.py
@@ -40,9 +41,22 @@
 %files
 %defattr(-,root,root,-)
 %doc README.txt ZPL-2.1.txt
-%{python_sitearch}/zope/
+%{python_sitearch}/zope*
 
 %changelog
+* Thu Feb 14 2008 Paul Howarth <paul at city-fan.org> 3.0.1-10
+- rebuild with gcc 4.3.0 for Fedora 9
+
+* Fri Jan  4 2008 Paul Howarth <paul at city-fan.org> 3.0.1-9
+- tweak %%files list to pull in egg info file when necessary
+- fix permissions on shared objects (silence rpmlint)
+
+* Wed Aug 29 2007 Paul Howarth <paul at city-fan.org> 3.0.1-8
+- update license tag to ZPLv2.1 in anticipation of this tag being approved
+
+* Sat Dec  9 2006 Paul Howarth <paul at city-fan.org> 3.0.1-7
+- rebuild against python 2.5 for Rawhide
+
 * Tue Oct 31 2006 Paul Howarth <paul at city-fan.org> 3.0.1-6
 - add %%check section
 




More information about the fedora-extras-commits mailing list