auto-import changelog data from make-3.79.1-17.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Sun Dec 29 2002 Tim Powers <timp@redhat.com> - fix references to %install in the changelog so that the package will build Tue Dec 03 2002 Elliot Lee <sopwith@redhat.com> 3.79.1-15 - _smp_mflags - Fix ppc build (sys_siglist issues in patch2)
This commit is contained in:
parent
101b4ae8ae
commit
7da83e4821
36
make-3.79.1-siglist.patch
Normal file
36
make-3.79.1-siglist.patch
Normal file
@ -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 <signal.h>
|
||||||
|
+#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. */
|
||||||
|
|
18
make.spec
18
make.spec
@ -2,12 +2,13 @@ Summary: A GNU tool which simplifies the build process for users.
|
|||||||
Name: make
|
Name: make
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.79.1
|
Version: 3.79.1
|
||||||
Release: 14
|
Release: 17
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz
|
||||||
Patch: make-3.79.1-noclock_gettime.patch
|
Patch: make-3.79.1-noclock_gettime.patch
|
||||||
Patch1: make-3.79.1-autoconf.patch
|
Patch1: make-3.79.1-autoconf.patch
|
||||||
|
Patch2: make-3.79.1-siglist.patch
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
@ -27,12 +28,13 @@ commonly used to simplify the process of installing programs.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%patch1 -p1 -b .ac253
|
%patch1 -p1 -b .ac253
|
||||||
|
%patch2 -p1 -b .sys_siglist
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f --install
|
autoreconf -f --install
|
||||||
%configure
|
%configure
|
||||||
touch .deps/remote-stub.Po # Workaround for broken automake files
|
touch .deps/remote-stub.Po # Workaround for broken automake files
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -68,6 +70,16 @@ fi
|
|||||||
%{_infodir}/*.info*
|
%{_infodir}/*.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Sun Dec 29 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- fix references to %%install in the changelog so that the package will build
|
||||||
|
|
||||||
|
* Tue Dec 03 2002 Elliot Lee <sopwith@redhat.com> 3.79.1-15
|
||||||
|
- _smp_mflags
|
||||||
|
- Fix ppc build (sys_siglist issues in patch2)
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
@ -128,7 +140,7 @@ fi
|
|||||||
|
|
||||||
* Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com>
|
* Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com>
|
||||||
- apply patch to fix a /tmp race condition from Thomas Biege
|
- apply patch to fix a /tmp race condition from Thomas Biege
|
||||||
- simplify %install
|
- simplify %%install
|
||||||
|
|
||||||
* Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
|
* Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
|
||||||
- update to 3.78.1.
|
- update to 3.78.1.
|
||||||
|
Loading…
Reference in New Issue
Block a user