]> git.pld-linux.org Git - packages/clapack.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:18 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clapack.spec -> 1.12

clapack.spec

index 8f1c63cd6947e849c1dd2b455e236f734e3adbcd..4ea6106d0b0febab485210c0f05e40ed33b1dfc9 100644 (file)
@@ -121,11 +121,11 @@ mv -f INSTALL install
 #>config.h.in
 
 %build
-rm -f ltmain.sh
+rm -f ltmain.sh missing
 %{__libtoolize}
-aclocal
-autoheader
-automake --add-missing
+%{__aclocal}
+%{__autoheader}
+%{__automake}
 %{__autoconf}
 %configure
 %{__make}
This page took 0.029384 seconds and 4 git commands to generate.