Author: glen                         Date: Mon Mar 12 10:48:58 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- sed -i needs to be separate arg

---- Files affected:
packages/apache:
   apache.spec (1.677 -> 1.678) 

---- Diffs:

================================================================
Index: packages/apache/apache.spec
diff -u packages/apache/apache.spec:1.677 packages/apache/apache.spec:1.678
--- packages/apache/apache.spec:1.677   Mon Mar 12 11:43:09 2012
+++ packages/apache/apache.spec Mon Mar 12 11:48:53 2012
@@ -43,7 +43,7 @@
 Summary(tr.UTF-8):     Lider WWW tarayıcı
 Name:          apache
 Version:       2.4.1
-Release:       0.3
+Release:       0.4
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -2408,7 +2408,7 @@
        DESTDIR=$RPM_BUILD_ROOT
 
 # clean "ccache" prefix. confuses other build systems (like php)
-%{__sed} -ire '/^(CC|CPP|CXX)/ s/ccache //' 
$RPM_BUILD_ROOT%{_libdir}/%{name}/build/config_vars.mk
+%{__sed} -i -re '/^(CC|CPP|CXX)/ s/ccache //' 
$RPM_BUILD_ROOT%{_libdir}/%{name}/build/config_vars.mk
 
 install %{SOURCE31} $RPM_BUILD_ROOT%{systemdunitdir}/httpd.service
 ln -s %{systemdunitdir}/httpd.service 
$RPM_BUILD_ROOT/etc/systemd/system/httpd.service
@@ -3528,6 +3528,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.678  2012/03/12 10:48:53  glen
+- sed -i needs to be separate arg
+
 Revision 1.677  2012/03/12 10:43:09  glen
 - strip ccache from confi_vars.mk. confuses php buildsystem (libtool needs 
--tag=CC passed is alternative fix there)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.677&r2=1.678&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to