[pinball] FTBFS fix.

Jon Ciesla limb at fedoraproject.org
Mon Nov 15 17:28:46 UTC 2010


commit ababeff8275b1d57c32b4dd9b9fb888746b10351
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Mon Nov 15 11:27:53 2010 -0600

    FTBFS fix.

 pinball-0.3.1-lacomment.patch |   22 ++++++++++++++++++++++
 pinball.spec                  |    7 ++++++-
 2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/pinball-0.3.1-lacomment.patch b/pinball-0.3.1-lacomment.patch
new file mode 100644
index 0000000..60a93bc
--- /dev/null
+++ b/pinball-0.3.1-lacomment.patch
@@ -0,0 +1,22 @@
+--- src/Makefile.in~	2010-11-15 10:55:51.000000000 -0600
++++ src/Makefile.in	2010-11-15 11:07:27.427255000 -0600
+@@ -505,7 +505,7 @@
+ 	uninstall-pinincludeHEADERS uninstall-pinlibLIBRARIES
+ 
+ 
+-dnl libemilia_pin_la_SOURCES = $(libemilia_pin_a_SOURCES)
++#dnl libemilia_pin_la_SOURCES = $(libemilia_pin_a_SOURCES)
+ 
+ # !+rzr : This trick workaround a bad generated rule (under Linux mingw32)
+ # src/ litool returns:  -L/usr/local//lib /usr/lib/libjpeg.so
+--- test/Makefile.in~	2010-11-15 11:11:07.000000000 -0600
++++ test/Makefile.in	2010-11-15 11:12:46.119254852 -0600
+@@ -621,7 +621,7 @@
+ 	mostlyclean-generic mostlyclean-libtool tags uninstall \
+ 	uninstall-am uninstall-info-am uninstall-testlibLTLIBRARIES
+ 
+-dnl noinst_PROGRAMS = unittest
++#dnl noinst_PROGRAMS = unittest
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
diff --git a/pinball.spec b/pinball.spec
index d7c96f0..1a1acea 100644
--- a/pinball.spec
+++ b/pinball.spec
@@ -1,6 +1,6 @@
 Name:           pinball
 Version:        0.3.1
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Emilia arcade game
 Group:          Amusements/Games
 License:        GPL+
@@ -11,6 +11,7 @@ Source2:        %{name}.png
 Patch0:         pinball-0.3.1-sys-ltdl.patch
 Patch1:         pinball-0.3.1-hiscore.patch
 Patch2:		pinball-0.3.1-strictproto.patch
+Patch3:		pinball-0.3.1-lacomment.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libXt-devel freeglut-devel SDL_image-devel SDL_mixer-devel
 BuildRequires:  libpng-devel libvorbis-devel libtool-ltdl-devel
@@ -28,6 +29,7 @@ There is only one level to play with but it is however very addictive.
 %patch0 -p1 -z .sys-ltdl
 %patch1 -p1 -z .hiscore
 %patch2 -p0
+%patch3 -p0
 rm -fr libltdl
 # sigh stop autoxxx from rerunning because of our patches above.
 touch aclocal.m4
@@ -95,6 +97,9 @@ fi
 
 
 %changelog
+* Mon Nov 15 2010 Jon Ciesla <limb at jcomserv.net> - 0.3.1-16
+- Fix FTBFS, BZ 631379.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.1-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list