rpms/linbox/devel linbox.spec,1.5,1.6

tomspur tomspur at fedoraproject.org
Sun Feb 14 11:34:01 UTC 2010


Author: tomspur

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

Modified Files:
	linbox.spec 
Log Message:
look for *.so and not for *.a (FTBFS #564837)


Index: linbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/linbox/devel/linbox.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- linbox.spec	22 Nov 2009 02:00:20 -0000	1.5
+++ linbox.spec	14 Feb 2010 11:34:00 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           linbox
 Version:        1.1.7
-Release:        0.1.svn%{svnrel}%{?dist}
+Release:        0.2.svn%{svnrel}%{?dist}
 Summary:        C++ Library for High-Performance Exact Linear Algebra
 Group:          Development/Libraries
 License:        LGPLv2
@@ -69,6 +69,9 @@ find . -type f -name '*.C' | xargs chmod
 find . -type f -name '*.h' | xargs chmod 0644
 #./autogen.sh --with-blas="%{_libdir}/atlas"
 NOCONFIGURE=yes ./autogen.sh
+# FIXME: look for *.so and not for *.a
+# should be done better :(
+sed -i "s|libcblas.a|libcblas.so|g" configure
 
 
 %build
@@ -130,6 +133,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Feb 14 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.1.7-0.2.svn3212
+- add ugly sed to configure to look for *.so and not for *.a anymore
+  (atlas maintainer removed them)
+  (fixes FTBFS #564837)
+
 * Sat Nov 21 2009 Thomas Spura <tomspur at fedoraproject.org> - 1.1.7-0.1.svn3214
 - fetch new version from svn
   (fixes FTBFS bug #539006)



More information about the scm-commits mailing list