From bd5b2cfeba1822e082d75020b42150f6719b7b2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 28 Nov 2005 09:18:32 +0000 Subject: [PATCH] - sed understands \r, use it - libtoolize Changed files: template.spec -> 1.57 --- template.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/template.spec b/template.spec index 24876a6..983f477 100644 --- a/template.spec +++ b/template.spec @@ -25,6 +25,7 @@ Requires(post,preun): /sbin/chkconfig #BuildRequires: - #BuildRequires: autoconf #BuildRequires: automake +#BuildRequires: intltool #BuildRequires: libtool #Requires(postun): - #Requires(pre,post): - @@ -94,8 +95,7 @@ Statyczna biblioteka .... #%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 +103,7 @@ $,,' %build # if ac/am/* rebuilding is necessary, do it in this order and add # appropriate BuildRequires +#%%{__intltoolize} #%%{__gettextize} #%%{__libtoolize} #%%{__aclocal} -- 2.44.0