rpms/python-olpcgames/devel python-olpcgames.spec,1.1,1.2

Sebastian Dziallas sdz at fedoraproject.org
Thu Dec 24 11:06:35 UTC 2009


Author: sdz

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

Modified Files:
	python-olpcgames.spec 
Log Message:
fix issues according to the review



Index: python-olpcgames.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-olpcgames/devel/python-olpcgames.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-olpcgames.spec	19 Dec 2009 14:34:11 -0000	1.1
+++ python-olpcgames.spec	24 Dec 2009 11:06:35 -0000	1.2
@@ -1,8 +1,8 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           python-olpcgames
 Version:        1.6
-Release:        1
+Release:        2
 Summary:        Utilities for developing games on the OLPC platform
 
 Group:          Development/Languages
@@ -35,9 +35,9 @@ rm -rf $RPM_BUILD_ROOT
 export DISPLAY=:0.0
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
-# set correct permissions for rpmlint
-chmod 0755 $RPM_BUILD_ROOT%{python_sitelib}/olpcgames/buildmanifest.py
- 
+# remove shebang to calm rpmlint down
+sed -i -e 1d $RPM_BUILD_ROOT%{python_sitelib}/olpcgames/buildmanifest.py
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Dec 14 2009 Sebastian Dziallas <sebastian at when.com> - 1.6-2
+- fix issues according to review
+
 * Sun Dec 13 2009 Sebastian Dziallas <sebastian at when.com> - 1.6-1
 - update to version 1.6
 - spec file cleanups




More information about the scm-commits mailing list