SPECS: htop.spec - call autoheader and automake; ac version - BR: ...

qboosh qboosh at pld-linux.org
Sat Oct 7 12:09:19 CEST 2006


Author: qboosh                       Date: Sat Oct  7 10:09:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- call autoheader and automake; ac version
- BR: gcc 3.0 (C99 used)

---- Files affected:
SPECS:
   htop.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/htop.spec
diff -u SPECS/htop.spec:1.22 SPECS/htop.spec:1.23
--- SPECS/htop.spec:1.22	Thu Oct  5 01:37:19 2006
+++ SPECS/htop.spec	Sat Oct  7 12:09:13 2006
@@ -10,9 +10,11 @@
 # Source0-md5:	989905bb2559cf6404c1b8e8ffa48b15
 Patch0:		%{name}-desktop.patch
 URL:		http://htop.sourceforge.net/
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
+BuildRequires:	gcc >= 5:3.0
 BuildRequires:	ncurses-devel
+BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,6 +33,8 @@
 %build
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make} \
 	CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
@@ -56,7 +60,12 @@
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
+
 $Log$
+Revision 1.23  2006/10/07 10:09:13  qboosh
+- call autoheader and automake; ac version
+- BR: gcc 3.0 (C99 used)
+
 Revision 1.22  2006/10/04 23:37:19  charles
 - updated to 0.6.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/htop.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list