rpms/python-cheetah/devel python-cheetah.spec,1.29,1.30

Mike Bonnet mikeb at fedoraproject.org
Thu Jan 14 14:55:59 UTC 2010


Author: mikeb

Update of /cvs/pkgs/rpms/python-cheetah/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12267

Modified Files:
	python-cheetah.spec 
Log Message:
remove unnecessary shebang lines to silence rpmlint


Index: python-cheetah.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-cheetah/devel/python-cheetah.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- python-cheetah.spec	8 Jan 2010 14:48:59 -0000	1.29
+++ python-cheetah.spec	14 Jan 2010 14:55:59 -0000	1.30
@@ -2,7 +2,7 @@
 
 Name:           python-cheetah
 Version:        2.4.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Template engine and code generator
 
 Group:          Development/Libraries
@@ -30,6 +30,9 @@ code, Java, sql, form emails and even Py
 
 %prep
 %setup -q -n Cheetah-%{version}
+# remove unnecessary shebang lines to silence rpmlint
+%{__sed} -i -e '/^#!/,1d' cheetah/Tests/* \
+	 cheetah/DirectiveAnalyzer.py cheetah/Utils/Misc.py
 
 %build
 %{__python} setup.py build
@@ -80,6 +83,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/Cheetah-%{version}-*.egg-info/*.txt
 
 %changelog
+* Thu Jan 14 2010 Mike Bonnet <mikeb at redhat.com> - 2.4.1-3
+- remove unnecessary shebang lines to silence rpmlint
+
 * Fri Jan  8 2010 Mike Bonnet <mikeb at redhat.com> - 2.4.1-2
 - fix Source url
 



More information about the scm-commits mailing list