]> git.pld-linux.org Git - packages/beryl-settings-simple.git/commitdiff
- use individual tools invocation instead of hiding them behind autoreconf
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Jan 2007 22:27:51 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beryl-settings-simple.spec -> 1.3

beryl-settings-simple.spec

index 4931ef9b3e4b52fcd9eb7c7f5baf78cc7eee7bb0..7a3e73131e78f3458f26b9c98cae3823f5a2c4d3 100644 (file)
@@ -36,7 +36,11 @@ echo '#beryl version header' > VERSION
 echo VERSION=0.1.99.2 >> VERSION
 
 %build
-autoreconf -v --install
+%{__glib_gettextize}
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
This page took 0.088074 seconds and 4 git commands to generate.