rpms/blacs/FC-3 Bmake.inc,1.1,1.2 blacs.spec,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 25 00:28:36 UTC 2005


Author: spot

Update of /cvs/extras/rpms/blacs/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13376/FC-3

Modified Files:
	Bmake.inc blacs.spec 
Log Message:

dist tag and fc3 cleanup.



Index: Bmake.inc
===================================================================
RCS file: /cvs/extras/rpms/blacs/FC-3/Bmake.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Bmake.inc	24 Apr 2005 17:42:47 -0000	1.1
+++ Bmake.inc	25 Apr 2005 00:28:34 -0000	1.2
@@ -200,7 +200,7 @@
 #  optimization.  This is the F77NO_OPTFLAG.  The usage of the remaining
 #  macros should be obvious from the names.
 #=============================================================================
-   F77            = gfortran
+   F77            = g77
    F77NO_OPTFLAGS = $(RPM_OPT_FLAGS)
    F77FLAGS       = $(F77NO_OPTFLAGS) -O
    F77LOADER      = $(F77)


Index: blacs.spec
===================================================================
RCS file: /cvs/extras/rpms/blacs/FC-3/blacs.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blacs.spec	24 Apr 2005 17:42:47 -0000	1.1
+++ blacs.spec	25 Apr 2005 00:28:34 -0000	1.2
@@ -1,7 +1,10 @@
+%define dist .fc3
+%define fedora 3
+
 Summary: Basic Linear Algebra Communication Subprograms
 Name: blacs
 Version: 1.1
-Release: 4
+Release: 5%{?dist}
 License: Freely distributable
 Group: Development/Libraries
 URL: http://www.netlib.org/blacs
@@ -14,7 +17,7 @@
 Source6: http://www.netlib.org/blacs/f77blacsqref.ps
 Source7: http://www.netlib.org/blacs/cblacsqref.ps
 Source8: http://www.netlib.org/blacs/lawn94.ps
-BuildRequires: gcc-gfortran
+BuildRequires: gcc-g77
 BuildRequires: lapack, blas, lam
 Requires: lapack, blas, lam
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -79,6 +82,10 @@
 %{_libdir}/libmpiblacs*
 
 %changelog
+* Sun Apr 24 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-5
+- use dist tag
+- fix fc3 package sources and dependencies
+
 * Tue Apr 19 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-4
 - fix buildroot
 - add gcc-gfortran as a BuildRequires (gcc-g77)




More information about the fedora-extras-commits mailing list