]> git.pld-linux.org Git - packages/file-roller.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:13:01 +0000 (23:13 +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:
    file-roller.spec -> 1.4

file-roller.spec

index 17e7b2f5eeda7072f92e75dbbda9f0bad2df8b82..92795f8609688b970ca62324d4d1b157d0789f21 100644 (file)
@@ -59,8 +59,8 @@ w
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.061862 seconds and 4 git commands to generate.