packages (DEVEL): glib2/glib2.spec - use sed macro

lisu lisu at pld-linux.org
Thu Apr 22 10:30:56 CEST 2010


Author: lisu                         Date: Thu Apr 22 08:30:56 2010 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- use sed macro

---- Files affected:
packages/glib2:
   glib2.spec (1.213.2.1 -> 1.213.2.2) 

---- Diffs:

================================================================
Index: packages/glib2/glib2.spec
diff -u packages/glib2/glib2.spec:1.213.2.1 packages/glib2/glib2.spec:1.213.2.2
--- packages/glib2/glib2.spec:1.213.2.1	Thu Apr 22 10:29:40 2010
+++ packages/glib2/glib2.spec	Thu Apr 22 10:30:51 2010
@@ -164,12 +164,12 @@
 %prep
 %setup -q -n glib-%{version}
 %patch0 -p1
-sed -i s#^en at shaw## po/LINGUAS
+%{__sed} -i 's#^en at shaw##' po/LINGUAS
 rm po/en at shaw.po
 
 %if !%{with apidocs}
-sed -e '/SUBDIRS/s/docs//' -i Makefile.am
-sed -e '/^docs.*Makefile$/d' -i configure.in
+%{__sed} -e '/SUBDIRS/s/docs//' -i Makefile.am
+%{__sed} -e '/^docs.*Makefile$/d' -i configure.in
 echo 'AC_DEFUN([GTK_DOC_CHECK],[])' >> acinclude.m4
 %endif
 
@@ -306,6 +306,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.213.2.2  2010/04/22 08:30:51  lisu
+- use sed macro
+
 Revision 1.213.2.1  2010/04/22 08:29:40  lisu
 - 2.25.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glib2/glib2.spec?r1=1.213.2.1&r2=1.213.2.2&f=u



More information about the pld-cvs-commit mailing list