Accepting request 144885 from devel:libraries:c_c++

- Verify GPG signature

OBS-URL: https://build.opensuse.org/request/show/144885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hxtools?expand=0&rev=19
This commit is contained in:
Stephan Kulow
2012-12-14 08:17:37 +00:00
committed by Git OBS Bridge
parent 77c571aa14
commit 73d1cc37d5
3 changed files with 139 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ Group: System/Base
Source: %name-%version.tar.xz
Source2: %name-%version.tar.xz.asc
Source3: %name.keyring
BuildRequires: fdupes
BuildRequires: libcap-devel >= 2
# xorg-x11 for "bdftopcf"
@@ -36,6 +37,9 @@ BuildRequires: xorg-x11
%endif
BuildRequires: pkgconfig >= 0.21
BuildRequires: xz
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
%if 0%{?suse_version} >= 1130
BuildRequires: pkgconfig(libHX) >= 3.12
BuildRequires: pkgconfig(libpci) >= 3
@@ -187,6 +191,7 @@ lsof/fuser in that it can scan recursively and won't bluntly look at
an entire mount.
%prep
%{?gpg_verify: %gpg_verify %{S:2}}
%if 0%{?__xz:1}
%setup -q
%else