SHA256
3
0
forked from pool/make

Accepting request 160420 from Base:System

- use source urls
- gpg verification

OBS-URL: https://build.opensuse.org/request/show/160420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=26
This commit is contained in:
Stephan Kulow 2013-03-22 11:01:32 +00:00 committed by Git OBS Bridge
commit 24243c6029
4 changed files with 16 additions and 1 deletions

BIN
make-3.82.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 21 10:14:16 UTC 2013 - meissner@suse.com
- use source urls
- gpg verification
-------------------------------------------------------------------
Fri Feb 15 10:39:32 UTC 2013 - schwab@suse.de

BIN
make.keyring Normal file

Binary file not shown.

View File

@ -25,7 +25,10 @@ Release: 0
Summary: GNU make
License: GPL-2.0+
Group: Development/Tools/Building
Source: make-%version.tar.bz2
Source: http://ftp.gnu.org/gnu/make/make-%version.tar.bz2
Source1: http://ftp.gnu.org/gnu/make/make-%version.tar.bz2.sig
# keyring downloaded from http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=make
Source2: %name.keyring
Patch2: make-slowdown-parallelism.diff
Patch3: make-disable-broken-tests.diff
Patch4: make-savannah-bug30723-expand_makeflags_before_reexec.diff
@ -38,12 +41,18 @@ Patch8: make-arglength.patch
Patch9: make-parallel-build.patch
Patch64: make-library-search-path.diff
Patch65: config-guess-update.diff
%if 0%{?suse_version} > 1220
BuildRequires: gpg-offline
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The GNU make command with extensive documentation.
%prep
%if 0%{?suse_version} > 1220
%gpg_verify %{S:1}
%endif
%setup -q
%patch2
%patch3 -p1