rpms/ppracer/FC-6 ppracer.spec,1.16,1.17

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Thu Nov 23 20:57:13 UTC 2006


Author: nphilipp

Update of /cvs/extras/rpms/ppracer/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26448

Modified Files:
	ppracer.spec 
Log Message:
install 256px x 256px tree.png as a temporary workaround for libGLU deficiencies (#199011, image supplied by Hans de Goede)
add dist tag



Index: ppracer.spec
===================================================================
RCS file: /cvs/extras/rpms/ppracer/FC-6/ppracer.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ppracer.spec	28 Aug 2006 13:50:10 -0000	1.16
+++ ppracer.spec	23 Nov 2006 20:56:43 -0000	1.17
@@ -7,7 +7,7 @@
 Summary: 3D racing game featuring Tux
 Name: ppracer
 Version: 0.3.1
-Release: 7
+Release: 8%{?dist}
 License: GPL
 Group: Amusements/Games
 URL: http://racer.planetpenguin.de
@@ -16,6 +16,9 @@
 Source1: ppracer.png
 Source2: ppracer.desktop
 
+# temporary workaround for libGLU deficiencies
+Source3: tree.png
+
 Patch0: PPRacer-0.1.9-ia64.patch
 Patch1: ppracer-0.3.1-lib64.patch
 Patch2: ppracer-0.3.1-c++.patch
@@ -57,6 +60,12 @@
 %patch1 -p1 -b .lib64
 %patch2 -p1 -b .c++
 
+# temporary workaround for libGLU deficiencies
+if [ ! -f data/courses/themes/models/common/tree.png.brokenlibGLU ]; then
+    mv data/courses/themes/models/common/tree.png data/courses/themes/models/common/tree.png.brokenlibGLU
+    cp %{SOURCE3} data/courses/themes/models/common/tree.png
+fi
+
 %build
 autoconf
 %configure --with-data-dir=%{_datadir}/ppracer
@@ -85,6 +94,11 @@
 %{_datadir}/applications/%{desktop_vendor}-%{name}.desktop
 
 %changelog
+* Thu Nov 23 2006 Nils Philippsen <nphilipp at redhat.com> 0.3.1-8
+- install 256px x 256px tree.png as a temporary workaround for libGLU
+  deficiencies (#199011, image supplied by Hans de Goede)
+- add dist tag
+
 * Mon Aug 28 2006 Nils Philippsen <nphilipp at redhat.com> 0.3.1-7
 - FC6 mass rebuild
 




More information about the fedora-extras-commits mailing list