rpms/liquidwar/devel liquidwar.spec,1.12,1.13

Jon Ciesla limb at fedoraproject.org
Mon Jun 28 19:17:24 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/liquidwar/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32400

Modified Files:
	liquidwar.spec 
Log Message:
FTBFS.



Index: liquidwar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liquidwar/devel/liquidwar.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- liquidwar.spec	25 Jul 2009 11:09:09 -0000	1.12
+++ liquidwar.spec	28 Jun 2010 19:17:24 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           liquidwar
 Version:        5.6.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Multiplayer wargame with liquid armies
 Group:          Amusements/Games
 License:        GPLv2+
@@ -67,13 +67,14 @@ done
 %build
 %configure --disable-target-opt \
 %ifnarch %{ix86}
-  --disable-asm
+  --disable-asm \
 %endif
+LDFLAGS="-lm"
 
 MAKE_FLAGS="DEBUG_FLAGS= GAMEDIR=%{_bindir} DATADIR=%{_datadir}/%{name}"
 # to show to compile flags with out MAKE_FLAGS
-make config $MAKE_FLAGS
-make %{?_smp_mflags} $MAKE_FLAGS
+make config $MAKE_FLAGS LDFLAGS="-lm"
+make %{?_smp_mflags} $MAKE_FLAGS LDFLAGS="-lm"
 
 # make docs utf-8
 iconv -f ISO-8859-1 -t UTF8 doc/man/%{name}.6 | gzip > doc/man/%{name}.6.gz
@@ -181,6 +182,9 @@ fi
 
 
 %changelog
+* Mon Jun 28 2010 Jon Ciesla <limb at jcomserv.net> - 5.6.4-7
+- FTBFS fix, BZ 599842.
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.6.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list