SPECS: conky.spec - use auto tools

lisu lisu at pld-linux.org
Thu Nov 29 23:51:49 CET 2007


Author: lisu                         Date: Thu Nov 29 22:51:49 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use auto tools

---- Files affected:
SPECS:
   conky.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/conky.spec
diff -u SPECS/conky.spec:1.16 SPECS/conky.spec:1.17
--- SPECS/conky.spec:1.16	Thu Nov 29 23:30:11 2007
+++ SPECS/conky.spec	Thu Nov 29 23:51:44 2007
@@ -10,6 +10,8 @@
 # Source0-md5:	42d966fce5aa5c5a326575ec214bff07
 Patch0:		%{name}-configdir.patch
 URL:		http://conky.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	expat-devel
 BuildRequires:	freetype-devel
 BuildRequires:	xorg-lib-libXext-devel
@@ -34,6 +36,10 @@
 %patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -60,6 +66,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2007-11-29 22:51:44  lisu
+- use auto tools
+
 Revision 1.16  2007-11-29 22:30:11  lisu
 - up to 1.4.9
 - add conf file
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/conky.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list