From: Jakub Bogusz Date: Sat, 27 Jan 2007 22:08:52 +0000 (+0000) Subject: - use individual tools invocation instead of hiding them behind autoreconf X-Git-Tag: auto/th/beryl-settings-0_1_9999_1-1~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fberyl-settings.git;a=commitdiff_plain;h=13b25c01b7332485f431ff5de67ec2e66ff7498d - use individual tools invocation instead of hiding them behind autoreconf Changed files: beryl-settings.spec -> 1.19 --- diff --git a/beryl-settings.spec b/beryl-settings.spec index a5f0536..2735fa9 100644 --- a/beryl-settings.spec +++ b/beryl-settings.spec @@ -37,9 +37,11 @@ echo '#beryl version header' > VERSION echo VERSION=0.1.99.2 >> VERSION %build -autoreconf -v --install %{__glib_gettextize} --copy --force %{__intltoolize} +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make} @@ -47,7 +49,7 @@ autoreconf -v --install rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT