SPECS: make.spec - make doesn't use libtool - automake already cop...

qboosh qboosh at pld-linux.org
Thu Jan 25 12:24:56 CET 2007


Author: qboosh                       Date: Thu Jan 25 11:24:56 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make doesn't use libtool
- automake already copies config.sub
- ac/am versions

---- Files affected:
SPECS:
   make.spec (1.70 -> 1.71) 

---- Diffs:

================================================================
Index: SPECS/make.spec
diff -u SPECS/make.spec:1.70 SPECS/make.spec:1.71
--- SPECS/make.spec:1.70	Thu Jan 25 12:18:55 2007
+++ SPECS/make.spec	Thu Jan 25 12:24:50 2007
@@ -21,10 +21,9 @@
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-pl.po-update.patch
 URL:		http://www.gnu.org/software/make/
-BuildRequires:	autoconf
-BuildRequires:	automake
-BuildRequires:	gettext-devel
-BuildRequires:	libtool
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1:1.9
+BuildRequires:	gettext-devel >= 0.14.1
 BuildRequires:	texinfo
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -99,12 +98,10 @@
 
 %build
 %{__gettextize}
-%{__libtoolize}
 %{__aclocal} -I config
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
@@ -149,6 +146,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71  2007/01/25 11:24:50  qboosh
+- make doesn't use libtool
+- automake already copies config.sub
+- ac/am versions
+
 Revision 1.70  2007/01/25 11:18:55  tommat
 - turn on regeneration
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/make.spec?r1=1.70&r2=1.71&f=u



More information about the pld-cvs-commit mailing list