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

Atlas-C++.spec

index 0726fdd5959c1d1affecab553dab425f66460670..3c6dcd0a2a495bed4b51bee0c8fc8538262a28a1 100644 (file)
@@ -72,10 +72,11 @@ Pakiet zawiera statyczne biblioteki Atlas-C++.
 %setup -q
 
 %build
-aclocal
-autoheader
-libtoolize --automake --copy --force
-automake --add-missing --copy --gnu --force
+rm -f missing
+%{__aclocal}
+%{__autoheader}
+%{__libtoolize}
+%{__automake}
 %{__autoconf}
 %configure
 %{__make}
This page took 0.105617 seconds and 4 git commands to generate.