rpms/hatari/F-13 hatari.spec,1.16,1.17

musuruan musuruan at fedoraproject.org
Sat Mar 6 17:54:08 UTC 2010


Author: musuruan

Update of /cvs/pkgs/rpms/hatari/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28188

Modified Files:
	hatari.spec 
Log Message:
* Sat Mar 06 2010 Andrea Musuruane <musuruan at gmail.com> 1.3.1-2
- link against libm (BZ #564801)



Index: hatari.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hatari/F-13/hatari.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- hatari.spec	12 Sep 2009 12:38:04 -0000	1.16
+++ hatari.spec	6 Mar 2010 17:54:07 -0000	1.17
@@ -1,7 +1,7 @@
 Summary: An Atari ST emulator suitable for playing games
 Name: hatari
 Version: 1.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/Emulators
 URL: http://hatari.berlios.de/
@@ -40,6 +40,10 @@ cp -p %{SOURCE2} README.tos
 # Fix Makefile not to strip binaries during make install
 sed -i 's/@INSTALL_PROGRAM@ -s/@INSTALL_PROGRAM@/' Makefile.cnf.in
 
+# Dirty hack to link against libm
+# It won't be needed in the next upstream version because they now use CMake
+sed -i 's/LIBS = @LIBS@ @X_LIBS@/LIBS = @LIBS@ @X_LIBS@ -lm/' Makefile.cnf.in 
+
 # Do not install python UI
 sed -i 's|$(MAKE) -C python-ui/ install||' Makefile
 
@@ -113,6 +117,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Sat Mar 06 2010 Andrea Musuruane <musuruan at gmail.com> 1.3.1-2
+- link against libm (BZ #564801)
+
 * Sat Sep 12 2009 Andrea Musuruane <musuruan at gmail.com> 1.3.1-1
 - updated to upstream 1.3.1
 



More information about the scm-commits mailing list