SPECS: template.spec - sed understands \r, use it - libtoolize

glen glen at pld-linux.org
Mon Nov 28 10:18:37 CET 2005


Author: glen                         Date: Mon Nov 28 09:18:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- sed understands \r, use it
- libtoolize

---- Files affected:
SPECS:
   template.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: SPECS/template.spec
diff -u SPECS/template.spec:1.56 SPECS/template.spec:1.57
--- SPECS/template.spec:1.56	Tue Nov  8 14:24:28 2005
+++ SPECS/template.spec	Mon Nov 28 10:18:32 2005
@@ -26,6 +26,7 @@
 #BuildRequires:	-
 #BuildRequires:	autoconf
 #BuildRequires:	automake
+#BuildRequires:	intltool
 #BuildRequires:	libtool
 #Requires(postun):	-
 #Requires(pre,post):	-
@@ -95,7 +96,7 @@
 #%patch0 -p1
 
 # undos the source
-#find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,
$,,'
+#find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
 
 # remove CVS control files
 #find -name CVS -print0 | xargs -0 rm -rf
@@ -103,6 +104,7 @@
 %build
 # if ac/am/* rebuilding is necessary, do it in this order and add
 # appropriate BuildRequires
+#%%{__intltoolize}
 #%%{__gettextize}
 #%%{__libtoolize}
 #%%{__aclocal}
@@ -187,6 +189,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2005/11/28 09:18:32  glen
+- sed understands \r, use it
+- libtoolize
+
 Revision 1.56  2005/11/08 13:24:28  qboosh
 - there is no "development libraries" when static is separated
 - pl skeleton for -devel,-static
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/template.spec?r1=1.56&r2=1.57&f=u




More information about the pld-cvs-commit mailing list