From a5cf4524d380b660ec95a2357ff0bdee86024bea Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:13:29 +0000 Subject: [PATCH] auto-import changelog data from make-3.79.1-13.src.rpm Thu May 23 2002 Tim Powers - automated rebuild Thu May 23 2002 Jakub Jelinek - Run make check during build Thu May 23 2002 Bernhard Rosenkraenzer - Fix build with current auto* tools --- make.spec | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/make.spec b/make.spec index 5670b4c..4c858b8 100644 --- a/make.spec +++ b/make.spec @@ -2,11 +2,12 @@ Summary: A GNU tool which simplifies the build process for users. Name: make Epoch: 1 Version: 3.79.1 -Release: 9 +Release: 13 License: GPL Group: Development/Tools Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz Patch: make-3.79.1-noclock_gettime.patch +Patch1: make-3.79.1-autoconf.patch Prereq: /sbin/install-info Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-root @@ -25,15 +26,14 @@ commonly used to simplify the process of installing programs. %prep %setup -q %patch -p1 +%patch1 -p1 -b .ac253 %build -# Avoid reruning aclocal, automake, autoconf or autoheader -touch aclocal.m4 -touch Makefile.in -touch stamp-h.in -touch configure +autoreconf -f --install %configure +touch .deps/remote-stub.Po # Workaround for broken automake files make +make check %install rm -rf ${RPM_BUILD_ROOT} @@ -68,6 +68,15 @@ fi %{_infodir}/*.info* %changelog +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Thu May 23 2002 Jakub Jelinek +- Run make check during build + +* Thu May 23 2002 Bernhard Rosenkraenzer +- Fix build with current auto* tools + * Fri Jan 25 2002 Jakub Jelinek - rebuilt with gcc 3.1