Author: thl
Update of /cvs/free/rpms/smc/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17912
Modified Files:
smc.spec
Log Message:
* Sun May 23 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9-4
- add patch and BR libX11-devel as kevin suggested in
http://thread.gmane.org/gmane.linux.redhat.fedora.rpmfusion.devel/7651/fo...
Index: smc.spec
===================================================================
RCS file: /cvs/free/rpms/smc/F-13/smc.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- smc.spec 16 May 2010 17:55:39 -0000 1.12
+++ smc.spec 23 May 2010 12:17:16 -0000 1.13
@@ -1,6 +1,6 @@
Name: smc
Version: 1.9
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: 2D platform game that uses OpenGL in a style similar to Super Mario
Group: Amusements/Games
License: GPLv3
@@ -8,7 +8,10 @@
Source0:
http://downloads.sourceforge.net/smclone/%{name}-%{version}.tar.bz2
Source1: smc.sh
Source2: dochelper.pl
+# suggested in
http://thread.gmane.org/gmane.linux.redhat.fedora.rpmfusion.devel/7651/fo...
+Patch0:
http://repo.calcforge.org/temp/smc-1.9-fix-implicit-linking.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: libX11-devel
BuildRequires: boost-devel >= 1.31
BuildRequires: cegui-devel >= 0.5
BuildRequires: libGLU-devel
@@ -32,7 +35,7 @@
%setup -q
#Fix EOL chars
sed -i 's/\r//' docs/style.css docs/*.html docs/*.txt
-
+%patch0 -p1 -b .patch0
%build
%configure
@@ -107,6 +110,10 @@
%changelog
+* Sun May 23 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9-4
+- add patch and BR libX11-devel as kevin suggested in
+
http://thread.gmane.org/gmane.linux.redhat.fedora.rpmfusion.devel/7651/fo...
+
* Sun May 16 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9-3
- rebuilt