]> git.pld-linux.org Git - packages/python-zope.interface.git/commitdiff
- remove extra unneeded slash
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 26 Jul 2006 15:40:15 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-Interface.spec -> 1.5

Zope-Interface.spec

index bd9e054aa1cae919096833ee6a5532c09cc5d360..d6e667712ce2204cf49a26797583f48caa0b8e63 100644 (file)
@@ -38,7 +38,7 @@ 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
+rm -rf $RPM_BUILD_ROOT%{py_sitedir}/zope/README.txt
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -57,9 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py_sitedir}/zope/interface/common
 %{py_sitedir}/zope/interface/common/*.py[co]
 %dir %{py_sitedir}/zope/interface/common/tests
-%{py_sitedir}/zope/interface/common/tests/*.py[co] 
+%{py_sitedir}/zope/interface/common/tests/*.py[co]
 %dir %{py_sitedir}/zope/interface/tests
-%{py_sitedir}/zope/interface/tests/*.py[co] 
+%{py_sitedir}/zope/interface/tests/*.py[co]
 %{py_sitedir}/zope/interface/tests/*.txt
 %dir %{py_sitedir}/zope/testing
 %{py_sitedir}/zope/testing/*.py[co]
This page took 0.030585 seconds and 4 git commands to generate.