rpms/tuxtype2/devel tuxtype2.spec,1.17,1.18

Johan Cwiklinski trasher at fedoraproject.org
Sun Feb 14 09:40:41 UTC 2010


Author: trasher

Update of /cvs/pkgs/rpms/tuxtype2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7005

Modified Files:
	tuxtype2.spec 
Log Message:
Fix DSO link bug


Index: tuxtype2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tuxtype2/devel/tuxtype2.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- tuxtype2.spec	9 Jan 2010 08:10:03 -0000	1.17
+++ tuxtype2.spec	14 Feb 2010 09:40:41 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           tuxtype2
 Version:        1.8.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        Tux Typing, an educational typing tutor for children
 Group:          Amusements/Games
@@ -29,7 +29,7 @@ sed -i -e 's|\r||g' doc/en/TuxType_port_
 
 %build
 %configure --localstatedir=%{_localstatedir}/games
-make %{?_smp_mflags}
+make %{?_smp_mflags} LDFLAGS="-lm"
 
 
 %install
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 13 2010 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.8.0-3
+- Fix DSO link bug (bz #564706)
+
 * Sat Jan 09 2010 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.8.0-2
 - Fix for wordlist path
 



More information about the scm-commits mailing list