rpms/lam/devel lam-7.1.4-man.patch, NONE, 1.1 lam.module.in, 1.4, 1.5 lam.spec, 1.56, 1.57

Doug Ledford dledford at fedoraproject.org
Tue Jul 21 18:08:50 UTC 2009


Author: dledford

Update of /cvs/extras/rpms/lam/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3857

Modified Files:
	lam.module.in lam.spec 
Added Files:
	lam-7.1.4-man.patch 
Log Message:
* Tue Jul 21 2009 Doug Ledford <dledford at redhat.com> - 2:7.1.4-8
- Update module file
- Fix Group listing (bz512542)
- Fix build (bz511490)


lam-7.1.4-man.patch:
 Makefile.am |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE lam-7.1.4-man.patch ---
--- lam-7.1.4-rh1/man/man1/Makefile.am.man	2009-07-21 14:04:22.854795208 -0400
+++ lam-7.1.4-rh1/man/man1/Makefile.am	2009-07-21 14:04:31.052843603 -0400
@@ -57,7 +57,6 @@
 
 no_dist_mpi_man		= \
 			  hcp.1 \
-			  lamd.1 \
 			  mpic++.1
 
 if CASE_SENSITIVE_FS


Index: lam.module.in
===================================================================
RCS file: /cvs/extras/rpms/lam/devel/lam.module.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- lam.module.in	25 Jun 2008 17:46:54 -0000	1.4
+++ lam.module.in	21 Jul 2009 18:08:20 -0000	1.5
@@ -6,3 +6,6 @@ prepend-path		PATH		@LAMDIR@/bin
 prepend-path 		LD_LIBRARY_PATH @LAMDIR@/lib
 setenv			CFLAGS		-I at LAMDIR@/include
 setenv			LDFLAGS		-L at LAMDIR@/lib
+setenv			MPI_HOME	-L at LAMDIR@
+setenv			MPI_BIN		-L at LAMDIR@/bin
+setenv			MPI_LIB		-L at LAMDIR@/lib


Index: lam.spec
===================================================================
RCS file: /cvs/extras/rpms/lam/devel/lam.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- lam.spec	20 May 2009 18:59:00 -0000	1.56
+++ lam.spec	21 Jul 2009 18:08:20 -0000	1.57
@@ -1,16 +1,17 @@
 Summary: The Local Area Multicomputer programming environment
 Name: lam
 Version: 7.1.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: BSD
 Epoch: 2
-Group: System/Base
+Group: System Environment/Base
 Source: lam-%{version}-rh1.tar.bz2
 Source1: lam.pc.in
 Source2: lam.module.in
 Patch0: lam-7.1.2-no_darwin.patch
 Patch1: lam-7.1.2-archmode.patch
 Patch2: lam-gcc43-build.patch
+Patch3: lam-7.1.4-man.patch
 URL: http://www.lam-mpi.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: perl gcc gcc-c++ gcc-gfortran libaio-devel automake libtool
@@ -31,7 +32,7 @@ will go away soon.
 
 %package libs
 Summary: Libraries for LAM
-Group: System/Base
+Group: System Environment/Libraries
 Requires(post): chkconfig
 
 %description libs
@@ -57,6 +58,7 @@ Contains development headers and librari
 %patch1 -p1 -b .archmode
 %endif
 %patch2 -p1 -b .gcc43
+%patch3 -p1 -b .man
 libtoolize
 autoreconf
 
@@ -203,6 +205,11 @@ fi
 %{mpidir}/man/man[23]/*
 
 %changelog
+* Tue Jul 21 2009 Doug Ledford <dledford at redhat.com> - 2:7.1.4-8
+- Update module file
+- Fix Group listing (bz512542)
+- Fix build (bz511490)
+
 * Wed May 20 2009 Doug Ledford <dledford at redhat.com> - 2:7.1.4-7
 - Lam build is not smp safe
 




More information about the fedora-extras-commits mailing list