Accepting request 159971 from Base:System

- add gpg checking

- use source url

OBS-URL: https://build.opensuse.org/request/show/159971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acl?expand=0&rev=33
This commit is contained in:
Stephan Kulow 2013-03-22 09:59:42 +00:00 committed by Git OBS Bridge
commit bde31ebbb2
4 changed files with 20 additions and 1 deletions

BIN
acl-2.2.51.src.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 19 10:32:32 UTC 2013 - meissner@suse.com
- add gpg checking
-------------------------------------------------------------------
Fri Mar 15 10:14:39 UTC 2013 - coolo@suse.com
- use source url
-------------------------------------------------------------------
Sat Feb 2 09:52:13 UTC 2013 - dmueller@suse.com

BIN
acl.keyring Normal file

Binary file not shown.

View File

@ -24,13 +24,19 @@ License: GPL-2.0+ and LGPL-2.1+
Group: System/Filesystems
Version: 2.2.51
Release: 0
Source: %name-%version.src.tar.gz
Source: http://download.savannah.gnu.org/releases-noredirect/acl/%name-%version.src.tar.gz
Source1: http://download.savannah.gnu.org/releases-noredirect/acl/%name-%version.src.tar.gz.sig
Source2: baselibs.conf
# http://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=acl
Source3: %name.keyring
Patch0: builddefs.in.diff
Patch1: acl-fiximplicit.patch
Patch2: 0001-Use-OS-byteswapping-macros.patch
Patch3: config-guess-sub-update.diff
Url: http://download.savannah.gnu.org/releases-noredirect/acl/
%if 0%{?suse_version} > 1220
BuildRequires: gpg-offline
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -73,6 +79,9 @@ This package contains all necessary include files and libraries needed
to develop applications that require these.
%prep
%if 0%{?suse_version} > 1220
%gpg_verify %{S:1}
%endif
%setup -q -n acl-%version
%patch0 -p1
%patch1 -p1