make/make.spec

342 lines
11 KiB
RPMSpec
Raw Normal View History

# -*- coding: utf-8 -*-
Summary: A GNU tool which simplifies the build process for users
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
Name: make
Epoch: 1
Version: 3.82
2010-09-29 21:46:13 +00:00
Release: 3%{?dist}
2007-08-16 11:28:48 +00:00
License: GPLv2+
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
Group: Development/Tools
2004-10-07 12:03:19 +00:00
URL: http://www.gnu.org/software/make/
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.bz2
Patch1: make-3.82-noclock_gettime.patch
Patch2: make-3.82-j8k.patch
Patch3: make-3.82-getcwd.patch
Patch4: make-3.82-err-reporting.patch
Patch5: make-3.81-memory.patch
Patch6: make-3.82-weird-shell.patch
Patch7: make-3.82-newlines.patch
Patch8: make-3.82-jobserver.patch
Patch9: make-3.82-bugfixes.patch
2007-02-07 18:21:38 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
2010-08-11 09:35:23 +00:00
BuildRequires: procps
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
%description
A GNU tool for controlling the generation of executables and other
non-source files of a program from the program's source files. Make
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
allows users to build and install packages without any significant
knowledge about the details of the build process. The details about
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
how the program should be built are provided for make in the program's
makefile.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
2004-12-13 17:53:40 +00:00
%patch4 -p1
#%patch5 -p1
2005-08-22 09:58:48 +00:00
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
%build
%configure
make %{?_smp_mflags}
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
%install
rm -rf ${RPM_BUILD_ROOT}
make DESTDIR=$RPM_BUILD_ROOT install
ln -sf make ${RPM_BUILD_ROOT}/%{_bindir}/gmake
ln -sf make.1 ${RPM_BUILD_ROOT}/%{_mandir}/man1/gmake.1
rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
%find_lang %name
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
%check
echo ============TESTING===============
/usr/bin/env LANG=C make check
echo ============END TESTING===========
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
%clean
rm -rf ${RPM_BUILD_ROOT}
%post
if [ -f %{_infodir}/make.info.gz ]; then # for --excludedocs
/sbin/install-info %{_infodir}/make.info.gz %{_infodir}/dir --entry="* Make: (make). The GNU make utility." || :
fi
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
%preun
if [ $1 = 0 ]; then
if [ -f %{_infodir}/make.info.gz ]; then # for --excludedocs
/sbin/install-info --delete %{_infodir}/make.info.gz %{_infodir}/dir --entry="* Make: (make). The GNU make utility." || :
fi
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
fi
%files -f %{name}.lang
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
%defattr(-,root,root)
%doc NEWS README COPYING AUTHORS
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
%{_bindir}/*
%{_mandir}/man*/*
%{_infodir}/*.info*
%changelog
2010-09-29 21:46:13 +00:00
* Wed Sep 29 2010 jkeating - 1:3.82-3
- Rebuilt for gcc bug 634757
* Mon Sep 13 2010 Petr Machata <pmachata@redhat.com> - 1:3.82-2
- Add upstream fixes for upstream bugs 30612 and 30723
- Resolves: #631552
* Wed Aug 11 2010 Petr Machata <pmachata@redhat.com> - 1:3.82-1
- Upstream 3.82:
- Drop rlimit, fdleak, strcpy-overlap, recursion-test, double-free
patches, make supports this functionality now
- Disable the memory patch for the time being
- Port remaining patches
- Add weird-shell patch, upstream bug 30748
- Resolves: #618998
2010-08-11 09:35:23 +00:00
* Wed Aug 11 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-21
- Add BR procps
- Resolves: #616813
* Thu Jul 1 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-20
- Add a patch by Steve Kemp @debian that might fix the double free
problem.
- Related: #609806
* Fri Jun 4 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-19
- Fix testsuite on F13
- Resolves: #600004
* Tue Aug 11 2009 Petr Machata <pmachata@redhat.com> - 1:3.81-18
- Fix installation with --excludedocs
- Resolves: #515917
* Fri Jul 31 2009 Petr Machata <pmachata@redhat.com> - 1:3.81-17
- Replace the use of strcpy on overlapping areas with memmove
- Resolves: #514721
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.81-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.81-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Sep 22 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-14
- Fix patches to apply cleanly with fuzz=0
* Tue Sep 16 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-13
- Mark opened files as cloexec to prevent their leaking through fork
- Resolves: #462090
* Tue Mar 25 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-12
- Fix the rlimit patch. The success flag is kept in memory shared
with parent process after vfork, and so cannot be reset.
- Related: #214033
2008-02-19 19:59:45 +00:00
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:3.81-11
- Autorebuild for GCC 4.3
2007-10-05 14:42:31 +00:00
* Thu Oct 4 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-10
2007-10-05 14:20:46 +00:00
- Fix parallel builds with reexec.
- Related: #212111, #211290
* Thu Oct 4 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-8
- Cleaned up per merge review.
- Related: #226120
2007-08-16 11:28:48 +00:00
* Thu Aug 16 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-7
- Fix licensing tag.
* Fri Mar 16 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-6
- Always run testsuite with C locale.
- Resolves: #232607
* Thu Feb 22 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-5
- Fix newline handling for quoted SHELL.
- Resolves: #219409
* Fri Feb 2 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-4
- Tidy up the specfile per rpmlint comments
- Use utf-8 and fix national characters in contributor's names
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-3
- Ville Skyttä: patch for non-failing %%post, %%preun
- Resolves: #223709
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-2
- make now restores rlimit to its original values before launching
subprocess (#214033)
2006-07-12 07:17:38 +00:00
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:3.81-1.1
- rebuild
* Tue May 23 2006 Petr Machata <pmachata@redhat.com> - 1:3.81-1
- Upstream 3.81:
- Contains several backwards incompatible changes. See NEWS inside
the source package to find out more.
- memory patch and error reporting patch were ported to this version.
* Wed Mar 15 2006 Petr Machata <pmachata@redhat.com> 1:3.80-11
- Applied (five years old) patch from Jonathan Kamens to allow make to
handle several pattern-specific variables (#52962).
The patch was changed so that it forces make to process pattern
specific variables in the same order as they appear in file.
(Upstream make behaves this way, too.) This is change from old make
behavior, which processed the variables in reverse order. In case
you used only x=a assignments, this had the effect of using the
first pattern specific variable that matched. For x+=a this just
doesn't work, and it produces absolutely nonintuitive results.
- (It would be great if make's target-specific variables were handled
the same way as pattern-specific ones, just without the pattern
component. However current handling is documented and considered a
feature.)
2006-02-11 04:28:02 +00:00
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.80-10.2
- bump again for double-long bug on ppc(64)
2006-02-07 12:55:26 +00:00
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:3.80-10.1
- rebuilt for new gcc4.1 snapshot and glibc changes
* Mon Feb 02 2006 Petr Machata <pmachata@redhat.com> 3.80-10
- H.J. Lu caught a typo in the patch and provided a new one. (#175376)
* Mon Jan 09 2006 Petr Machata <pmachata@redhat.com> 3.80-9
- Applied patch from H.J. Lu. Somehow reduces make's enormous memory
consumption. (#175376)
2005-12-09 22:41:54 +00:00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
2005-08-22 09:58:48 +00:00
* Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 3.80-8
- make sure errno for error reporting is not lost accross _() calls
- report EOF on read pipe differently from read returning < 0 reporting
2005-03-07 14:57:54 +00:00
* Mon Mar 7 2005 Jakub Jelinek <jakub@redhat.com> 3.80-7
2005-03-05 19:55:32 +00:00
- rebuilt with GCC 4
2004-12-13 17:53:40 +00:00
* Mon Dec 13 2004 Jakub Jelinek <jakub@redhat.com> 3.80-6
- refuse -jN where N is bigger than PIPE_BUF (#142691, #17374)
2004-10-07 12:03:19 +00:00
* Thu Oct 7 2004 Jakub Jelinek <jakub@redhat.com> 3.80-5
- add URL rpm tag (#134799)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Dec 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add important bug-fixes from make home-page
* Sun Nov 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 3.80
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* 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>
- automated rebuild
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu May 23 2002 Jakub Jelinek <jakub@redhat.com>
- Run make check during build
* Thu May 23 2002 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix build with current auto* tools
* Fri Jan 25 2002 Jakub Jelinek <jakub@redhat.com>
- rebuilt with gcc 3.1
* Fri Jul 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
- s/Copyright/License/
- langify
- Make sure it isn't setgid if built as root
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
- Bump release + rebuild.
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
* Mon Aug 7 2000 Tim Waugh <twaugh@redhat.com>
- change info-dir entry so that 'info make' works (#15029).
* Tue Aug 1 2000 Jakub Jelinek <jakub@redhat.com>
- assume we don't have clock_gettime in configure, so that
make is not linked against -lpthread (and thus does not
limit stack to 2MB).
* Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
- add locale files (#14362).
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Sat Jun 24 2000 Preston Brown <pbrown@redhat.com>
- 3.79.1 bugfix release
* Mon Jun 5 2000 Jeff Johnson <jbj@redhat.com>
- FHS packaging.
* Sun May 7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix build for some odd situations, such as
- previously installed make != GNU make
- /bin/sh != bash
* Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- update to 3.79
* Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com>
- add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3
builds)
* Mon Feb 7 2000 Jeff Johnson <jbj@redhat.com>
- compress man page.
* Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com>
- apply patch to fix a /tmp race condition from Thomas Biege
- simplify %%install
auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
* Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 3.78.1.
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
- added a serial tag so it upgrades right
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
* Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com>
- added a patch for large file support in glob
* Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com>
- update to 3.77
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
- udpated from 3.75 to 3.76
- various spec file cleanups
- added install-info support
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
- built against glibc