rpms/xwxapt/devel xwxapt.spec,1.3,1.4

Jon Ciesla limb at fedoraproject.org
Thu Apr 22 18:00:27 UTC 2010


Author: limb

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

Modified Files:
	xwxapt.spec 
Log Message:
FTBFS fix.



Index: xwxapt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xwxapt/devel/xwxapt.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- xwxapt.spec	27 Jul 2009 08:49:24 -0000	1.3
+++ xwxapt.spec	22 Apr 2010 18:00:26 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           xwxapt
 Version:        1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GTK+ graphical application for decoding and saving weather images
 
 Group:          Applications/Communications
@@ -32,8 +32,8 @@ sync status etc) and text messages as it
 
 %build
 ./autogen.sh
-%configure
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" 
+%configure LDFLAGS="-lm"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" PACKAGE_LIBS="$PACKAGE_LIBS -lm"
 
 
 %install
@@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 22 2010 Jon Ciesla <limb at jcomserv.net> - 1.2-4
+- Fix for libm DSO Linking FTBFS, BZ 564864.
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list