SPECS: beryl-settings-simple.spec - use individual tools invocatio...

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


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

---- Files affected:
SPECS:
   beryl-settings-simple.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/beryl-settings-simple.spec
diff -u SPECS/beryl-settings-simple.spec:1.2 SPECS/beryl-settings-simple.spec:1.3
--- SPECS/beryl-settings-simple.spec:1.2	Mon Jan 22 11:00:30 2007
+++ SPECS/beryl-settings-simple.spec	Sat Jan 27 23:27:51 2007
@@ -37,7 +37,11 @@
 echo VERSION=0.1.99.2 >> VERSION
 
 %build
-autoreconf -v --install
+%{__glib_gettextize}
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
@@ -63,6 +67,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/01/27 22:27:51  qboosh
+- use individual tools invocation instead of hiding them behind autoreconf
+
 Revision 1.2  2007/01/22 10:00:30  qboosh
 - pl, BR fixes
 
================================================================

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



More information about the pld-cvs-commit mailing list