SPECS: Zope-Interface.spec - files cleanup, .so perms
qboosh
qboosh at pld-linux.org
Sat Jan 5 00:54:30 CET 2008
Author: qboosh Date: Fri Jan 4 23:54:30 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- files cleanup, .so perms
---- Files affected:
SPECS:
Zope-Interface.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/Zope-Interface.spec
diff -u SPECS/Zope-Interface.spec:1.15 SPECS/Zope-Interface.spec:1.16
--- SPECS/Zope-Interface.spec:1.15 Sat Jan 5 00:46:58 2008
+++ SPECS/Zope-Interface.spec Sat Jan 5 00:54:25 2008
@@ -39,14 +39,22 @@
--root=$RPM_BUILD_ROOT
%py_postclean
+rm $RPM_BUILD_ROOT%{py_sitedir}/zope/interface/*.{txt,c}
+rm -r $RPM_BUILD_ROOT%{py_sitedir}/zope/interface/common/tests
+rm -r $RPM_BUILD_ROOT%{py_sitedir}/zope/interface/tests
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README.txt
-%{py_sitedir}/zope/interface
+%doc CHANGES.txt src/zope/interface/{README,human}.txt
+%lang(ru) %doc src/zope/interface/{README,human}.ru.txt
+%dir %{py_sitedir}/zope/interface
+%{py_sitedir}/zope/interface/*.cfg
+%{py_sitedir}/zope/interface/*.py[co]
+%attr(755,root,root) %{py_sitedir}/zope/interface/_zope_interface_coptimizations.so
+%{py_sitedir}/zope/interface/common
%{py_sitedir}/zope.interface-*.egg-info
%{py_sitedir}/zope.interface-*-nspkg.pth
@@ -56,6 +64,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2008-01-04 23:54:25 qboosh
+- files cleanup, .so perms
+
Revision 1.15 2008-01-04 23:46:58 qboosh
- spec renamed to Zope-Interface.spec
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Zope-Interface.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list