From 13b25c01b7332485f431ff5de67ec2e66ff7498d Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 27 Jan 2007 22:08:52 +0000 Subject: [PATCH] - use individual tools invocation instead of hiding them behind autoreconf Changed files: beryl-settings.spec -> 1.19 --- beryl-settings.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.43.0