[packages/python-subunit] cleanup template remains

glen glen at pld-linux.org
Mon Mar 14 10:17:32 CET 2016


commit c2540c5625d35419abefca9610536d02f4b8785f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Mar 14 11:17:22 2016 +0200

    cleanup template remains

 python-subunit.spec | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/python-subunit.spec b/python-subunit.spec
index 0f6ce71..adc17ab 100644
--- a/python-subunit.spec
+++ b/python-subunit.spec
@@ -1,8 +1,4 @@
 #
-# This is template for pure python modules (noarch)
-# use template-specs/python-ext.spec for binary python packages
-#
-#
 # Conditional build:
 %bcond_without	python2 # CPython 2.x module
 %bcond_without	python3 # CPython 3.x module
@@ -99,7 +95,7 @@ done
 %{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/subunit/tests
 %py_postclean
 
-for f in $RPM_BUILD_ROOT%{_bindir}/*[!3] ; do
+for f in $RPM_BUILD_ROOT%{_bindir}/*[!3]; do
 	%{__mv} "$f" "${f}-2"
 	ln -sf $(basename $f)-2 "$f"
 done
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-subunit.git/commitdiff/c2540c5625d35419abefca9610536d02f4b8785f



More information about the pld-cvs-commit mailing list