rpms/scalapack/FC-4 scalapack.spec,1.13,1.14

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Sep 15 18:21:37 UTC 2006


Author: spot

Update of /cvs/extras/rpms/scalapack/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14719

Modified Files:
	scalapack.spec 
Log Message:

fc4 spec



Index: scalapack.spec
===================================================================
RCS file: /cvs/extras/rpms/scalapack/FC-4/scalapack.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- scalapack.spec	9 Mar 2006 00:14:50 -0000	1.13
+++ scalapack.spec	15 Sep 2006 18:21:37 -0000	1.14
@@ -1,11 +1,11 @@
 Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers
 Name: scalapack
-Version: 1.7
-Release: 13%{?dist}
+Version: 1.7.4
+Release: 1%{?dist}
 License: Freely distributable
 Group: Development/Libraries
-URL: http://www.netlib.org/scalapack/scalapack_home.html
-Source0: http://www.netlib.org/scalapack/scalapack.tgz
+URL: http://www.netlib.org/lapack-dev/
+Source0: http://www.netlib.org/scalapack/scalapack-%{version}.tgz
 BuildRequires: lapack-devel, blas-devel, lam, blacs-devel
 BuildRequires: gcc-gfortran, glibc-devel
 Requires: lapack, blas-devel, lam, blacs-devel
@@ -55,7 +55,7 @@
 %endif
 
 %build
-cd SCALAPACK
+cd %{name}-%{version}
 make lib
 make exe
 
@@ -64,7 +64,7 @@
 mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
 mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
 
-cd SCALAPACK
+cd %{name}-%{version}
 cp -f INSTALL/scalapack_install.ps ../
 cp -f README ../
 cp -f libscalapack.a ${RPM_BUILD_ROOT}%{_libdir}
@@ -95,6 +95,9 @@
 %{_libdir}/libscalapack.so
 
 %changelog
+* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.7.4-1
+- bump to 1.7.4
+
 * Wed Mar  8 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.7-13
 - lam moved into _libdir/lam... need to fix patches
 




More information about the fedora-extras-commits mailing list