[glob2/f18] fix boost problem, add portaudio to buildrequires

cheese cheese at fedoraproject.org
Sun Aug 26 13:47:22 UTC 2012


commit bca8f3db9e750efbfc149c760bdbdaf04a4c185d
Author: josef radinger <cheese at nosuchhost.net>
Date:   Sun Aug 26 15:45:41 2012 +0200

    fix boost problem, add portaudio to buildrequires

 glob2.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/glob2.spec b/glob2.spec
index ef27b19..284d6d8 100644
--- a/glob2.spec
+++ b/glob2.spec
@@ -1,6 +1,6 @@
 Name:           glob2
 Version:        0.9.4.4
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        An innovative RTS game
 
 Group:          Amusements/Games
@@ -12,11 +12,13 @@ Source0:        http://dl.sv.nongnu.org/releases/%{name}/0.9.4/%{name}-%{version
 #Patch0:         glob2-texts.pl.patch
 #Patch2:         glob2-gcc43.patch
 Patch3:         glob2-0.9.4.1-gcc44.patch
+Patch4:         glob2_SConstruct.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils,zlib-devel,speex-devel,boost-devel
 BuildRequires:  libvorbis-devel,scons,python
 BuildRequires:  SDL_net-devel,SDL_ttf-devel,SDL_image-devel
+BuildRequires:  portaudio-devel
 Requires:       hicolor-icon-theme
 Requires:       dejavu-sans-fonts
 
@@ -37,6 +39,7 @@ Online Gaming (or YOG for short).
 #%patch0 -p0
 #%patch2 -p0
 %patch3 -p0
+%patch4 -p1
 
 sed -i -e '3d' -e '12d' data/glob2.desktop
 sed -i s#"Icon=glob2-icon-48x48"#"Icon=glob2.png"# data/glob2.desktop
@@ -98,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 26 2012 josef radinger <cheese at nosuchosth.net> - 0.9.4.4-14
+- really fix linking against boost_system-mt, quick and dirty
+- add Buildrequires for portaudio
+
 * Sat Aug 11 2012 josef radinger <cheese at nosuchosth.net> - 0.9.4.4-13
 - Rebuilt for boost-update
 


More information about the scm-commits mailing list