SPECS: beryl-settings.spec - use individual tools invocation inste...

qboosh qboosh at pld-linux.org
Sat Jan 27 23:08:57 CET 2007


Author: qboosh                       Date: Sat Jan 27 22:08:57 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use individual tools invocation instead of hiding them behind autoreconf

---- Files affected:
SPECS:
   beryl-settings.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/beryl-settings.spec
diff -u SPECS/beryl-settings.spec:1.18 SPECS/beryl-settings.spec:1.19
--- SPECS/beryl-settings.spec:1.18	Wed Jan 24 22:22:31 2007
+++ SPECS/beryl-settings.spec	Sat Jan 27 23:08:52 2007
@@ -38,9 +38,11 @@
 echo VERSION=0.1.99.2 >> VERSION
 
 %build
-autoreconf -v --install
 %{__glib_gettextize} --copy --force
 %{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -48,7 +50,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-    DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -66,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2007/01/27 22:08:52  qboosh
+- use individual tools invocation instead of hiding them behind autoreconf
+
 Revision 1.18  2007/01/24 21:22:31  wolf
 - R: beryl-settings-bindings
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/beryl-settings.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list