SHA256
1
0
forked from pool/make

Accepting request 40597 from Base:System

Copy from Base:System/make based on submit request 40597 from user coolo

OBS-URL: https://build.opensuse.org/request/show/40597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=8
This commit is contained in:
OBS User autobuild
2010-05-25 11:23:42 +00:00
committed by Git OBS Bridge
parent 3b141088d0
commit bf28d156c4
3 changed files with 21 additions and 9 deletions

View File

@@ -26,29 +26,23 @@ Provides: gmake
PreReq: %install_info_prereq
AutoReqProv: on
Version: 3.81
Release: 129
Release: 130
Summary: GNU make
Source: make-3.81.tar.bz2
Patch1: make-memory-hog-2.diff
Patch2: make-slowdown-parallelism.diff
Patch3: make-fix-testcase.patch
Patch64: make-library-search-path.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The GNU make command with extensive documentation.
Authors:
--------
Richard Stallman
Roland McGrath
Paul Smith
%prep
%setup
#%patch1 -p1
%patch2
%patch3 -p1
if [ %_lib == lib64 ]; then
%patch64
fi