rpms/python-pgu/devel python-pgu.spec,1.2,1.3

louizatakk louizatakk at fedoraproject.org
Thu Jul 22 13:09:25 UTC 2010


Author: louizatakk

Update of /cvs/pkgs/rpms/python-pgu/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18892

Modified Files:
	python-pgu.spec 
Log Message:
Fix install prodecure, so that it doesn't fail on python 2.7



Index: python-pgu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-pgu/devel/python-pgu.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- python-pgu.spec	22 Jul 2010 05:01:53 -0000	1.2
+++ python-pgu.spec	22 Jul 2010 13:09:24 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:		python-pgu
 Version:	0.12.3
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A collection of useful modules for writing games with PyGame
 
 Group:		Development/Languages
@@ -39,12 +39,13 @@ rm -rf %{buildroot}
 # remove these examples programs.
 rm -f %{buildroot}%{_bindir}/*
 # put them in a directory that will be included in doc
-chmod 644 build/scripts-2.6/*
-mv build/scripts-2.6/* examples
+chmod 644 build/scripts-*/*
+mv build/scripts-*/* examples
 # replace the Vera.ttf files by a symlink to the file provided by the
 # bitstream-vera-sans-fonts rpm
 find %{buildroot}%{_datadir}/pgu -name Vera.ttf -exec ln -sf %{_datadir}/fonts/bitstream-vera/Vera.ttf '{}' \;
 
+
 %clean
 rm -rf %{buildroot}
 
@@ -60,7 +61,11 @@ rm -rf %{buildroot}
 # data files
 %{_datadir}/pgu
 
+
 %changelog
+* Thu Jul 22 2010 Le Coz Florent <louizatakk at fedoraproject.org> - 0.12.3-5
+- Fix install procedure to work with any python version
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.12.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 



More information about the scm-commits mailing list