SPECS: eog.spec - use %__sed macro, quote the regular expression

shadzik shadzik at pld-linux.org
Tue Nov 27 18:20:16 CET 2007


Author: shadzik                      Date: Tue Nov 27 17:20:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use %__sed macro, quote the regular expression

---- Files affected:
SPECS:
   eog.spec (1.107 -> 1.108) 

---- Diffs:

================================================================
Index: SPECS/eog.spec
diff -u SPECS/eog.spec:1.107 SPECS/eog.spec:1.108
--- SPECS/eog.spec:1.107	Tue Nov 27 18:13:40 2007
+++ SPECS/eog.spec	Tue Nov 27 18:20:11 2007
@@ -80,7 +80,7 @@
 %patch0 -p1
 %patch1 -p1
 
-sed -i -e s#sr\@Latn#sr\@latin# po/LINGUAS
+%{__sed} -i -e "s#sr\@Latn#sr\@latin#" po/LINGUAS
 mv po/sr\@{Latn,latin}.po
 
 %build
@@ -142,6 +142,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.108  2007-11-27 17:20:11  shadzik
+- use %__sed macro, quote the regular expression
+
 Revision 1.107  2007-11-27 17:13:40  megabajt
 - updated to 2.20.3
 - use better way to fix locale name
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/eog.spec?r1=1.107&r2=1.108&f=u



More information about the pld-cvs-commit mailing list