SPECS: make.spec - turn on regeneration

tommat tommat at pld-linux.org
Thu Jan 25 12:19:00 CET 2007


Author: tommat                       Date: Thu Jan 25 11:19:00 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- turn on regeneration

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

---- Diffs:

================================================================
Index: SPECS/make.spec
diff -u SPECS/make.spec:1.69 SPECS/make.spec:1.70
--- SPECS/make.spec:1.69	Tue May 16 23:17:46 2006
+++ SPECS/make.spec	Thu Jan 25 12:18:55 2007
@@ -21,7 +21,10 @@
 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:	texinfo
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -95,7 +98,13 @@
 rm -f po/stamp-po
 
 %build
-cp -f /usr/share/automake/config.sub config
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I config
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
@@ -140,6 +149,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.70  2007/01/25 11:18:55  tommat
+- turn on regeneration
+
 Revision 1.69  2006/05/16 21:17:46  siefca
 - added /usr/bin/gmake symlink to provide compatibility with third-party software
 
================================================================

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



More information about the pld-cvs-commit mailing list