rpms/itpp/devel itpp.spec,1.7,1.8

Ed Hill (edhill) fedora-extras-commits at redhat.com
Sun Dec 9 22:16:41 UTC 2007


Author: edhill

Update of /cvs/pkgs/rpms/itpp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28424

Modified Files:
	itpp.spec 
Log Message:
fix hard-coded libdir error



Index: itpp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/itpp/devel/itpp.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- itpp.spec	9 Dec 2007 21:51:58 -0000	1.7
+++ itpp.spec	9 Dec 2007 22:16:08 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           itpp
 Version:        4.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        C++ library for math, signal/speech processing, and communications
 
 Group:          System Environment/Libraries
@@ -48,7 +48,7 @@
 
 
 %build
-export LDFLAGS="-L/usr/lib/atlas"
+export LDFLAGS="-L"%{_libdir}"/atlas"
 export CPPFLAGS="-I/usr/include/atlas"
 export F77=gfortran
 %configure --with-blas="-latlas -lblas" --disable-dependency-tracking  \
@@ -102,6 +102,9 @@
 
 
 %changelog
+* Sun Dec  9 2007  Ed Hill <ed at eh3.com> - 4.0.0-2
+- fix hard-coded libdir error
+
 * Sun Dec  9 2007  Ed Hill <ed at eh3.com> - 4.0.0-1
 - new upstream 4.0.0
 




More information about the fedora-extras-commits mailing list