]> git.pld-linux.org Git - packages/Zope-Interface.git/commitdiff
- files cleanup, .so perms
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jan 2008 23:54:25 +0000 (23:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-Interface.spec -> 1.16

Zope-Interface.spec

index a3e9d83d4604be6a1ce4554e7778a7670bf0a3db..5d3f6dd5864ee4e0a4caba0778a1030bf9a70777 100644 (file)
@@ -38,13 +38,21 @@ python ./setup.py install \
        --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
This page took 0.061354 seconds and 5 git commands to generate.