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

a52dec.spec

index c2cefc36b7cdca6462ac26534f3f8b5c8410a564..f54594cd9f45a49f538cc59f9f3cb36eed8364f2 100644 (file)
@@ -70,8 +70,8 @@ Pliki dla programist
 rm -f missing
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-shared
 %{__make}
This page took 0.045786 seconds and 4 git commands to generate.