Author: megabajt Date: Sun Jan 31 21:05:18 2010 GMT Module: packages Tag: HEAD ---- Log message: - added -install.patch (fixes make install)
---- Files affected: packages/lam: lam.spec (1.42 -> 1.43) , lam-install.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lam/lam.spec diff -u packages/lam/lam.spec:1.42 packages/lam/lam.spec:1.43 --- packages/lam/lam.spec:1.42 Sun Oct 19 13:36:54 2008 +++ packages/lam/lam.spec Sun Jan 31 22:05:10 2010 @@ -12,6 +12,7 @@ Source0: http://www.lam-mpi.org/download/files/%{name}-%{version}.tar.bz2 # Source0-md5: dccca92409654f4f822b1d343ca75be6 Patch0: %{name}-m4.patch +Patch1: %{name}-install.patch URL: http://www.lam-mpi.org/ BuildRequires: autoconf BuildRequires: automake @@ -91,6 +92,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 # Rename the ROMIO doc files so that we can install them in the same # doc root later, and not overwrite LAM's doc files. @@ -168,6 +170,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.43 2010/01/31 21:05:10 megabajt +- added -install.patch (fixes make install) + Revision 1.42 2008/10/19 11:36:54 arekm - rel 7; drop broken symlink ================================================================ Index: packages/lam/lam-install.patch diff -u /dev/null packages/lam/lam-install.patch:1.1 --- /dev/null Sun Jan 31 22:05:19 2010 +++ packages/lam/lam-install.patch Sun Jan 31 22:05:10 2010 @@ -0,0 +1,10 @@ +--- lam-7.1.3/man/man1/Makefile.am 2006-06-24 22:42:46.000000000 +0200 ++++ lam-7.1.3/man/man1/Makefile.am.new 2010-01-31 21:53:18.544254154 +0100 +@@ -31,7 +31,6 @@ + hcc.1 \ + hf77.1 \ + introu.1 \ +- lamd.1 \ + lamboot.1 \ + lamcheckpoint.1 \ + lamclean.1 \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lam/lam.spec?r1=1.42&r2=1.43&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
