forked from pool/clzip
Drop gpg-offline
OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=9
This commit is contained in:
parent
b3cd432a94
commit
f1a1e82b2e
@ -2,7 +2,7 @@
|
||||
#
|
||||
# spec file for package clzip
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011-2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -26,7 +26,6 @@ License: GPL-3.0+
|
||||
Group: Productivity/Archiving/Compression
|
||||
Url: http://www.nongnu.org/lzip/clzip.html
|
||||
|
||||
#Freecode-URL: http://freecode.com/projects/clzip
|
||||
Source: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz
|
||||
Source2: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig
|
||||
Source3: %name.keyring
|
||||
@ -36,9 +35,6 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: lzip
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig
|
||||
%if 0%{?suse_version} >= 1230
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
Requires(post): info
|
||||
Requires(preun):info
|
||||
|
||||
@ -53,7 +49,6 @@ Clzip is, in fact, a C language implementation of lzip, intended for
|
||||
embedded devices or systems lacking a C++ compiler.
|
||||
|
||||
%prep
|
||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
||||
%if 0%{?__lzip:1}
|
||||
%setup -q
|
||||
%else
|
||||
@ -74,7 +69,7 @@ tar --use=lzip -xf "%{S:0}"
|
||||
CC="%__cc" \
|
||||
CFLAGS="%{optflags}"
|
||||
|
||||
%__make %{?_smp_flags}
|
||||
make %{?_smp_flags}
|
||||
|
||||
%install
|
||||
make install DESTDIR="%buildroot"
|
||||
|
Loading…
x
Reference in New Issue
Block a user