Accepting request 28050 from Base:System
Copy from Base:System/make based on submit request 28050 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/28050 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=6
This commit is contained in:
parent
d5c3ef138d
commit
16ce52de69
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:33:04 CET 2010 - ro@suse.de
|
||||
|
||||
- enable parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 17:46:30 CEST 2007 - coolo@suse.de
|
||||
|
||||
@ -181,13 +186,12 @@ Tue Sep 22 17:10:22 MEST 1998 - ro@suse.de
|
||||
- update to 3.77
|
||||
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 19:08:47 MEST 1997 - florian@suse.de
|
||||
|
||||
- prepare for autobuild
|
||||
|
||||
|
||||
-------------------------------------------------------------------------
|
||||
Mon Sep 2 02:48:35 MET DST 1996
|
||||
|
||||
update to version 3.75
|
||||
|
95
make.spec
95
make.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package make (Version 3.81)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,13 +20,13 @@
|
||||
|
||||
Name: make
|
||||
Url: http://www.gnu.org/software/make/make.html
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: Development/Tools/Building
|
||||
Provides: gmake
|
||||
PreReq: %install_info_prereq
|
||||
AutoReqProv: on
|
||||
Version: 3.81
|
||||
Release: 128
|
||||
Release: 129
|
||||
Summary: GNU make
|
||||
Source: make-3.81.tar.bz2
|
||||
Patch1: make-memory-hog-2.diff
|
||||
@ -56,7 +56,7 @@ fi
|
||||
%build
|
||||
CFLAGS=$RPM_OPT_FLAGS \
|
||||
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
|
||||
make
|
||||
make %{?jobs:-j%jobs}
|
||||
make check
|
||||
|
||||
%install
|
||||
@ -82,90 +82,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%changelog
|
||||
* Mon May 14 2007 coolo@suse.de
|
||||
- use %%find_lang
|
||||
* Tue Oct 31 2006 mhopf@suse.de
|
||||
- Reducing race probability in test case features/parallelism even more.
|
||||
* Wed Jun 07 2006 mhopf@suse.de
|
||||
- Improving occasional build failures due to races in test cases.
|
||||
* Mon May 29 2006 mhopf@suse.de
|
||||
- Update to 3.81
|
||||
- Bug fixes
|
||||
- New functions: lastword, abspath, realpath, info, flavor, or, and
|
||||
- New variables: .INCLUDE_DIRS, .FEATURES, .DEFAULT_GOAL, MAKE_RESTARTS, $|
|
||||
- Some new features
|
||||
- More POSIX compatibility
|
||||
- memory-hog-2.diff doesn't apply any longer
|
||||
* Wed Feb 01 2006 kssingvo@suse.de
|
||||
- fix for memory-hog.diff (bugzilla#147229)
|
||||
* Wed Feb 01 2006 kssingvo@suse.de
|
||||
- disabled memory-hog.diff due to crashes (bugzilla#147229)
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Jan 19 2006 aj@suse.de
|
||||
- Reduce memory usage.
|
||||
* Fri Jan 09 2004 adrian@suse.de
|
||||
- do not strip binaries during install
|
||||
* Tue Sep 30 2003 stepan@suse.de
|
||||
- fix "virtual memory exhausted" bug (backport from mainline)
|
||||
* Thu Apr 24 2003 ro@suse.de
|
||||
- fix install_info --delete call and move from preun to postun
|
||||
* Wed Apr 16 2003 coolo@suse.de
|
||||
- use BuildRoot
|
||||
* Fri Feb 07 2003 ro@suse.de
|
||||
- added install_info macros
|
||||
* Mon Dec 30 2002 aj@suse.de
|
||||
- Update to version 3.80:
|
||||
- number of bug fixes
|
||||
- new features as mentioned in the NEWS file:
|
||||
* New functions $(value ...), $(eval ...)
|
||||
* New feature: order-only prerequesites.
|
||||
* Argument to ifdef can now be a variable.
|
||||
* new option --always-make
|
||||
* Tue Sep 17 2002 ro@suse.de
|
||||
- removed bogus self-provides
|
||||
* Thu May 23 2002 meissner@suse.de
|
||||
- Made %%_lib fix generic, do not use ifarch.
|
||||
* Mon Apr 22 2002 meissner@suse.de
|
||||
- x86_64 needs /*/lib64 as search path too.
|
||||
* Fri Apr 19 2002 ke@suse.de
|
||||
- Update German translation from
|
||||
http://www.iro.umontreal.ca/contrib/po/teams/PO/de/ [# 15851].
|
||||
* Tue Dec 11 2001 froh@suse.de
|
||||
- s390x, sparc64 and ia64: extended the 'Dynamic Library Search'
|
||||
default path to search /lib64 and /usr/lib64 as well.
|
||||
* Wed Nov 28 2001 fehr@suse.de
|
||||
- add mo-files for translations of messages
|
||||
* Wed May 09 2001 cstein@suse.de
|
||||
- repacked source files with bzip2
|
||||
* Fri Nov 17 2000 fehr@suse.de
|
||||
- set group tag
|
||||
* Mon Jun 26 2000 fehr@suse.de
|
||||
- change to new version 3.79.1
|
||||
* Wed Apr 19 2000 fehr@suse.de
|
||||
- change to new version 3.79
|
||||
* Mon Feb 14 2000 fehr@suse.de
|
||||
- add compatibility link gmake -> make, needed for oracle install
|
||||
* Thu Jan 20 2000 fehr@suse.de
|
||||
- security fix for files created in /tmp when using -j
|
||||
* Mon Jan 17 2000 schwab@suse.de
|
||||
- Update to 3.78.1.
|
||||
- Get rid of Makefile.Linux.
|
||||
- Run testsuite.
|
||||
* Fri Jan 14 2000 schwab@suse.de
|
||||
- Fix glob problem.
|
||||
* Wed Oct 13 1999 schwab@suse.de
|
||||
- Fix file list.
|
||||
- Add autoconf to needforbuild
|
||||
* Mon Sep 13 1999 bs@suse.de
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
* Tue Feb 23 1999 ro@suse.de
|
||||
- updated to 3.77 using fixes by c. gafton
|
||||
* Wed Sep 23 1998 ro@suse.de
|
||||
- downgrade to 3.76.1 (works at least)
|
||||
* Tue Sep 22 1998 ro@suse.de
|
||||
- update to 3.77
|
||||
* Thu Oct 09 1997 florian@suse.de
|
||||
- prepare for autobuild
|
||||
Mon Sep 2 02:48:35 MET DST 1996
|
||||
update to version 3.75
|
||||
|
Loading…
Reference in New Issue
Block a user