SPECS: pvm.spec - use make macro - removed non-existing entries fr...

qboosh qboosh at pld-linux.org
Wed Aug 22 19:23:38 CEST 2007


Author: qboosh                       Date: Wed Aug 22 17:23:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use make macro
- removed non-existing entries from files

---- Files affected:
SPECS:
   pvm.spec (1.50 -> 1.51) 

---- Diffs:

================================================================
Index: SPECS/pvm.spec
diff -u SPECS/pvm.spec:1.50 SPECS/pvm.spec:1.51
--- SPECS/pvm.spec:1.50	Wed Aug 22 17:34:57 2007
+++ SPECS/pvm.spec	Wed Aug 22 19:23:33 2007
@@ -143,7 +143,9 @@
 PCFLOPTS="$PCFLOPTS -DPVMDPATH=\\\"%{_sbindir}/pvmd3\\\""
 PCFLOPTS="$PCFLOPTS -DPVMROOT=\\\"%{_pvm_root}\\\""
 
-PVM_ROOT=`pwd` make CFLOPTS="$PCFLOPTS"
+PVM_ROOT=`pwd` \
+%{__make} \
+	CFLOPTS="$PCFLOPTS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -232,8 +234,6 @@
 %attr(754,root,root) /etc/rc.d/init.d/pvmd
 %{_mandir}/man1/pvmd*
 %{_mandir}/man1/pvm_shmd*
-%{_pvm_root}/bin
-%{_pvm_root}/bin/%{_pvm_arch}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -241,6 +241,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2007/08/22 17:23:33  qboosh
+- use make macro
+- removed non-existing entries from files
+
 Revision 1.50  2007/08/22 15:34:57  agaran
 - added /usr/lib/pvm3/bin{,%{_pvm_arch}} directories to pvmd
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pvm.spec?r1=1.50&r2=1.51&f=u



More information about the pld-cvs-commit mailing list