]> git.pld-linux.org Git - packages/libwmf.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:38 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libwmf.spec -> 1.41

libwmf.spec

index b4e4f86705d016c046833aea6bca0b132d610b74..81e59082b48bf52f1ca73bdd6031bd56794ef744 100644 (file)
@@ -69,10 +69,11 @@ Pakiet zawiera statyczn
 %patch2 -p1
 
 %build
+rm -f missing
 %{__libtoolize}
-aclocal
-%{__automake}
+%{__aclocal}
 %{__autoconf}
+%{__automake}
 if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
        CPPFLAGS="`pkg-config libpng12 --cflags`"
 fi
This page took 0.069948 seconds and 4 git commands to generate.