rpms/harminv/devel harminv.spec,1.10,1.11

Deji Akingunola deji at fedoraproject.org
Wed Dec 17 15:24:50 UTC 2008


Author: deji

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

Modified Files:
	harminv.spec 
Log Message:
* Wed Dec 16 2008 Deji Akingunola <dakingun at gmail.com> - 1.3-14
- It really doesn't need lapack-devel, my bad



Index: harminv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/harminv/devel/harminv.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- harminv.spec	16 Dec 2008 19:29:30 -0000	1.10
+++ harminv.spec	17 Dec 2008 15:24:20 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           harminv
 Version:        1.3.1
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Program and library for solving the harmonic inversion problem
 
 Group:          Applications/Engineering
@@ -9,7 +9,7 @@
 Source0:        http://ab-initio.mit.edu/harminv/harminv-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gcc-gfortran, atlas-devel, lapack-devel
+BuildRequires:  gcc-gfortran, atlas-devel
 
 %description
 Harminv is a free program (and accompanying library) to solve the
@@ -31,8 +31,8 @@
 %setup -q
 
 %build
-export CFLAGS="-I%{_includedir} -I%{_includedir}/atlas"
-export LDFLAGS="-L%{_libdir} -L%{_libdir}/atlas"
+export CFLAGS="-I%{_includedir}/atlas"
+export LDFLAGS="-L%{_libdir}/atlas"
 export F77=gfortran
 %configure --enable-shared --disable-static --with-cxx
 make %{?_smp_mflags}
@@ -68,6 +68,9 @@
 
 
 %changelog
+* Wed Dec 16 2008 Deji Akingunola <dakingun at gmail.com> - 1.3-14
+- It really doesn't need lapack-devel, my bad
+
 * Tue Dec 16 2008 Deji Akingunola <dakingun at gmail.com> - 1.3-13
 - BR lapack-devel
 




More information about the fedora-extras-commits mailing list