rpms/python-olpcgames/F-11 import.log, 1.1, 1.2 python-olpcgames.spec, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Thu Dec 24 11:09:30 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/python-olpcgames/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9994/F-11

Modified Files:
	import.log python-olpcgames.spec 
Log Message:
initial import



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-olpcgames/F-11/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	19 Dec 2009 14:34:11 -0000	1.1
+++ import.log	24 Dec 2009 11:09:30 -0000	1.2
@@ -1 +1,2 @@
 python-olpcgames-1_6-1:HEAD:python-olpcgames-1.6-1.src.rpm:1261233074
+python-olpcgames-1_6-2:F-11:python-olpcgames-1.6-2.src.rpm:1261652934


Index: python-olpcgames.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-olpcgames/F-11/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:09:30 -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 fedora-extras-commits mailing list