]> git.pld-linux.org Git - packages/Zope-Interface.git/commitdiff
- cleanup doc
authorciesiel <ciesiel@pld-linux.org>
Sun, 20 Mar 2005 13:59:14 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-Interface.spec -> 1.2

Zope-Interface.spec

index 21d3ed341ac65cc6ca606b1cae8bb18e53fe5e42..ea17a08bdcd7222ae30ce17306c8144285f918f0 100644 (file)
@@ -2,7 +2,7 @@ Summary:        zope.interface package used in Zope 3
 Summary(pl):   Modu³ interface u¿ywany w Zope 3
 Name:          ZopeInterface
 Version:       3.0.1
-Release:       1
+Release:       2
 License:       ZPL 2.0
 Group:         Development/Tools
 Source0:       http://www.zope.org/Products/ZopeInterface/%{version}final/%{name}-%{version}.tgz
@@ -36,13 +36,14 @@ python ./setup.py install \
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/zope
 
 find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
+rm -rf $RPM_BUILD_ROOT/%{py_sitedir}/zope/README.txt
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc %{py_sitedir}/zope/README.txt
+%doc README.txt
 %{py_sitedir}/zope/*.cfg
 %dir %{py_sitedir}/zope
 %{py_sitedir}/zope/*.py[co]
This page took 0.107838 seconds and 5 git commands to generate.