rpms/xgridloc/devel xgridloc.spec,1.2,1.3

Jon Ciesla limb at fedoraproject.org
Thu Apr 22 17:23:14 UTC 2010


Author: limb

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

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



Index: xgridloc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xgridloc/devel/xgridloc.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- xgridloc.spec	27 Jul 2009 08:04:01 -0000	1.2
+++ xgridloc.spec	22 Apr 2010 17:23:14 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		xgridloc
 Version:	0.9
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	A GTK+ application for the calculation of Maidenhead QRA Locators
 
 Group:		Applications/Communications
@@ -34,8 +34,8 @@ display the home and DX locations and th
 sh autogen.sh
 
 %build
-%configure
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
+%configure LDFLAGS="-lm"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" PACKAGE_LIBS="$PACKAGE_LIBS -lm"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Thu Apr 22 2010 Jon Ciesla <limb at jcomserv.net> - 0.9-9
+- Fix for libm DSO Linking FTBFS, BZ 565163.
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list