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

beryl-settings.spec

index a5f0536d885e81841cdd2672292c6bf8a5907c39..2735fa95dfa6874883f7277a280a6175136a429e 100644 (file)
@@ -37,9 +37,11 @@ echo '#beryl version header' > VERSION
 echo VERSION=0.1.99.2 >> VERSION
 
 %build
 echo VERSION=0.1.99.2 >> VERSION
 
 %build
-autoreconf -v --install
 %{__glib_gettextize} --copy --force
 %{__intltoolize}
 %{__glib_gettextize} --copy --force
 %{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
 %configure
 %{__make}
 
@@ -47,7 +49,7 @@ autoreconf -v --install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-    DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.11048 seconds and 4 git commands to generate.