SPECS: opal.spec - fixed mak on x8664

baggins baggins at pld-linux.org
Thu May 18 20:40:31 CEST 2006


Author: baggins                      Date: Thu May 18 18:40:31 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed mak on x8664

---- Files affected:
SPECS:
   opal.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/opal.spec
diff -u SPECS/opal.spec:1.15 SPECS/opal.spec:1.16
--- SPECS/opal.spec:1.15	Thu May 18 20:37:05 2006
+++ SPECS/opal.spec	Thu May 18 20:40:26 2006
@@ -93,7 +93,8 @@
 cp -d lib/lib*.a $RPM_BUILD_ROOT%{_libdir}
 install version.h $RPM_BUILD_ROOT%{_includedir}/opal
 install samples/simple/obj_*/simpleopal $RPM_BUILD_ROOT%{_bindir}
-sed -i -e 's@\$(OPALDIR)/include@&/opal@' $RPM_BUILD_ROOT%{_datadir}/opal/opal_inc.mak
+sed -i -e 's@\$(OPALDIR)/include@&/opal@' \
+       -e 's@\$(OPALDIR)/lib@\$(OPALDIR)/%{_lib}@' $RPM_BUILD_ROOT%{_datadir}/opal/opal_inc.mak
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -122,6 +123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2006/05/18 18:40:26  baggins
+- fixed mak on x8664
+
 Revision 1.15  2006/05/18 18:37:05  baggins
 - release 2
 - fixed install on x8664
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/opal.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list