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

aspell.spec

index 204732f34a0da664e8fadd1dfd78926b4eafd5d2..24700125d42e76ade03cd104fe329e78bb2e2239 100644 (file)
@@ -77,8 +77,8 @@ statyczne aspella.
 %build
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f --foreign
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-shared \
        --enable-static
This page took 0.131738 seconds and 4 git commands to generate.