From: Jakub Bogusz Date: Sat, 27 Jan 2007 22:27:51 +0000 (+0000) Subject: - use individual tools invocation instead of hiding them behind autoreconf X-Git-Tag: auto/th/beryl-settings-simple-0_1_9999_2-1~5 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=f40e1c5481d3aa49b142dfbbcdee2de8835d45da;p=packages%2Fberyl-settings-simple.git - use individual tools invocation instead of hiding them behind autoreconf Changed files: beryl-settings-simple.spec -> 1.3 --- diff --git a/beryl-settings-simple.spec b/beryl-settings-simple.spec index 4931ef9..7a3e731 100644 --- a/beryl-settings-simple.spec +++ b/beryl-settings-simple.spec @@ -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}