rpms/iml/devel iml.spec,1.4,1.5

Conrad Meyer konradm at fedoraproject.org
Fri Feb 27 00:00:04 UTC 2009


Author: konradm

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

Modified Files:
	iml.spec 
Log Message:
* Thu Feb 26 2009 Conrad Meyer <konrad at tylerc.org> - 1.0.2-6
- Fix FTBFS errors.



Index: iml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iml/devel/iml.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iml.spec	25 Feb 2009 07:04:51 -0000	1.4
+++ iml.spec	26 Feb 2009 23:59:34 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           iml
 Version:        1.0.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Finds solutions to systems of linear equations over integers
 Group:          Applications/Engineering
 License:        BSD
@@ -35,7 +35,8 @@
 
 %build
 %configure --with-atlas-include=%{_includedir}/atlas \
-  --with-atlas-lib=%{_libdir}/atlas
+  --with-atlas-lib=%{_libdir}/atlas \
+  CFLAGS="%{optflags} -L%{_libdir}/atlas"
 make %{?_smp_mflags}
 
 
@@ -64,6 +65,9 @@
 
 
 %changelog
+* Thu Feb 26 2009 Conrad Meyer <konrad at tylerc.org> - 1.0.2-6
+- Fix FTBFS errors.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list