]> git.pld-linux.org Git - packages/poedit.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:14:31 +0000 (23:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
             s/^automake -a -c -f/\%\{__automake\}/; \
     s/^autoconf/\%\{__autoconf\}/"

Changed files:
    poedit.spec -> 1.11

poedit.spec

index 0eca5203737fb09c6c2e205aab91d75ab0a933c3..ad43e760c280f22781888545d348980d16d834bd 100644 (file)
@@ -46,8 +46,8 @@ uaktualnianie istniej
 rm -f missing
 gettextize -c -f
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.113565 seconds and 4 git commands to generate.