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

pingus.spec

index c76aeac27abc5d73cc2a7c48d93202b77d178649..03c47b2ae86a56a6722945786253d686d4856fbb 100644 (file)
@@ -46,8 +46,8 @@ Wspania
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 CPPFLAGS="-I%{_includedir} -I/usr/include/libxml2/libxml"
 if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
        CPPFLAGS="$CPPFLAGS `pkg-config libpng12 --cflags`"
This page took 0.03107 seconds and 4 git commands to generate.