rpms/python-zope-interface/devel python-zope-interface.spec, 1.3, 1.4

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Jan 4 10:18:51 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/python-zope-interface/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14711

Modified Files:
	python-zope-interface.spec 
Log Message:
- tweak %files list to pull in egg info file when necessary
- fix permissions on shared objects (silence rpmlint)



Index: python-zope-interface.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-interface/devel/python-zope-interface.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-zope-interface.spec	29 Aug 2007 13:14:53 -0000	1.3
+++ python-zope-interface.spec	4 Jan 2008 10:18:15 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:		python-zope-interface
 Version:	3.0.1
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Zope interfaces package
 Group:		Development/Libraries
 License:	ZPLv2.1
@@ -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,13 @@
 %files
 %defattr(-,root,root,-)
 %doc README.txt ZPL-2.1.txt
-%{python_sitearch}/zope/
+%{python_sitearch}/zope*
 
 %changelog
+* 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
 




More information about the fedora-extras-commits mailing list