[projects/template-specs] make default .spec work most of the cases

glen glen at pld-linux.org
Sat Mar 9 14:39:47 CET 2013


commit cb13b64b53bce5abdcfa4ba3af939817390382e0
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Mar 9 15:39:37 2013 +0200

    make default .spec work most of the cases

 python.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python.spec b/python.spec
index 3fff0aa..717f5e1 100644
--- a/python.spec
+++ b/python.spec
@@ -33,7 +33,7 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %setup -q -n %{module}-%{version}
 
 # fix #!/usr/bin/env python -> #!/usr/bin/python:
-%{__sed} -i -e '1s,^#!.*python,#!%{__python},' %{name}.py
+#%{__sed} -i -e '1s,^#!.*python,#!%{__python},' %{name}.py
 
 %build
 # CC/CFLAGS is only for arch packages - remove on noarch packages
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/template-specs.git/commitdiff/cb13b64b53bce5abdcfa4ba3af939817390382e0



More information about the pld-cvs-commit mailing list