SPECS: p7zip.spec - use sed macro
lisu
lisu at pld-linux.org
Mon Dec 1 15:20:06 CET 2008
Author: lisu Date: Mon Dec 1 14:20:06 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use sed macro
---- Files affected:
SPECS:
p7zip.spec (1.46 -> 1.47)
---- Diffs:
================================================================
Index: SPECS/p7zip.spec
diff -u SPECS/p7zip.spec:1.46 SPECS/p7zip.spec:1.47
--- SPECS/p7zip.spec:1.46 Mon Dec 1 13:16:23 2008
+++ SPECS/p7zip.spec Mon Dec 1 15:20:00 2008
@@ -58,7 +58,7 @@
cp -f makefile.linux_x86_ppc_alpha_gcc_4.X makefile.machine
%{__sed} -i -e 's/ -s / /' makefile.machine
-find . -name '*.cpp' -exec sed -i -e 's at getenv("P7ZIP_HOME_DIR")@"%{_libdir}/%{name}/"@g' {} \;
+find . -name '*.cpp' -exec %{__sed} -i -e 's at getenv("P7ZIP_HOME_DIR")@"%{_libdir}/%{name}/"@g' {} \;
%build
%{__make} all2 test \
@@ -102,6 +102,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.47 2008/12/01 14:20:00 lisu
+- use sed macro
+
Revision 1.46 2008/12/01 12:16:23 lisu
- 4.61
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/p7zip.spec?r1=1.46&r2=1.47&f=u
More information about the pld-cvs-commit
mailing list