From 7da83e48219f8e2370b7e7134a4951170b9b2347 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:14:09 +0000 Subject: [PATCH] auto-import changelog data from make-3.79.1-17.src.rpm Wed Jan 22 2003 Tim Powers - rebuilt Sun Dec 29 2002 Tim Powers - fix references to %install in the changelog so that the package will build Tue Dec 03 2002 Elliot Lee 3.79.1-15 - _smp_mflags - Fix ppc build (sys_siglist issues in patch2) --- make-3.79.1-siglist.patch | 36 ++++++++++++++++++++++++++++++++++++ make.spec | 18 +++++++++++++++--- 2 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 make-3.79.1-siglist.patch diff --git a/make-3.79.1-siglist.patch b/make-3.79.1-siglist.patch new file mode 100644 index 0000000..adffa0e --- /dev/null +++ b/make-3.79.1-siglist.patch @@ -0,0 +1,36 @@ +--- make-3.79.1/configure.in.sopwith 2002-12-03 09:51:07.000000000 -0500 ++++ make-3.79.1/configure.in 2002-12-03 09:51:07.000000000 -0500 +@@ -32,7 +32,7 @@ + AC_TYPE_PID_T + AC_TYPE_SIGNAL + AC_CHECK_HEADERS(stdlib.h unistd.h limits.h sys/param.h fcntl.h string.h \ +- memory.h sys/time.h sys/timeb.h) ++ memory.h sys/time.h sys/timeb.h signal.h) + AC_PROG_CC_C_O + AM_PROG_CC_STDC + AC_C_CONST dnl getopt needs this. +@@ -144,7 +144,12 @@ + fi + AC_MSG_RESULT($make_cv_union_wait) + +-AC_DECL_SYS_SIGLIST ++ac_includes_default="$ac_includes_default ++#ifdef HAVE_SIGNAL_H ++#include ++#endif ++" ++AC_SYS_SIGLIST_DECLARED + + # The presence of the following is not meant to imply + # that make necessarily works on those systems. +--- make-3.79.1/signame.c.sopwith 2002-12-03 09:53:15.000000000 -0500 ++++ make-3.79.1/signame.c 2002-12-03 09:54:28.000000000 -0500 +@@ -47,7 +47,7 @@ + + #else /* HAVE_SYS_SIGLIST. */ + +-#ifndef SYS_SIGLIST_DECLARED ++#if !defined(SYS_SIGLIST_DECLARED) && !defined(HAVE_DECL_SYS_SIGLIST) + extern char *sys_siglist[]; + #endif /* Not SYS_SIGLIST_DECLARED. */ + diff --git a/make.spec b/make.spec index bd28f1f..d117a3e 100644 --- a/make.spec +++ b/make.spec @@ -2,12 +2,13 @@ Summary: A GNU tool which simplifies the build process for users. Name: make Epoch: 1 Version: 3.79.1 -Release: 14 +Release: 17 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 +Patch2: make-3.79.1-siglist.patch Prereq: /sbin/install-info Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-root @@ -27,12 +28,13 @@ commonly used to simplify the process of installing programs. %setup -q %patch -p1 %patch1 -p1 -b .ac253 +%patch2 -p1 -b .sys_siglist %build autoreconf -f --install %configure touch .deps/remote-stub.Po # Workaround for broken automake files -make +make %{?_smp_mflags} make check %install @@ -68,6 +70,16 @@ fi %{_infodir}/*.info* %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Sun Dec 29 2002 Tim Powers +- fix references to %%install in the changelog so that the package will build + +* Tue Dec 03 2002 Elliot Lee 3.79.1-15 +- _smp_mflags +- Fix ppc build (sys_siglist issues in patch2) + * Fri Jun 21 2002 Tim Powers - automated rebuild @@ -128,7 +140,7 @@ fi * Fri Jan 21 2000 Cristian Gafton - apply patch to fix a /tmp race condition from Thomas Biege -- simplify %install +- simplify %%install * Sat Nov 27 1999 Jeff Johnson - update to 3.78.1.