forked from pool/plzip
Drop gpg-offline
OBS-URL: https://build.opensuse.org/package/show/Archiving/plzip?expand=0&rev=10
This commit is contained in:
parent
c7c7d8dc72
commit
a6c5a8d722
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 16:55:53 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Drop gpg-offline build-time requirement; this is now handled by
|
||||
the local source validator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 29 20:50:14 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
25
plzip.spec
25
plzip.spec
@ -1,4 +1,8 @@
|
||||
# vim: set ts=4 sw=4 et:
|
||||
#
|
||||
# spec file for package plzip
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -11,25 +15,27 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: plzip
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
Summary: Parallel LZMA Data Compressor
|
||||
URL: http://www.nongnu.org/lzip/plzip.html
|
||||
Group: Productivity/Archiving/Compression
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Archiving/Compression
|
||||
Url: http://www.nongnu.org/lzip/plzip.html
|
||||
|
||||
#Freecode-URL: http://freecode.com/projects/plzip
|
||||
Source: http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.lz
|
||||
Source2: http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig
|
||||
Source3: %name.keyring
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: lzlib-devel lzip
|
||||
BuildRequires: gcc-c++ libstdc++-devel make glibc-devel
|
||||
%if 0%{?suse_version} >= 1230
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: lzip
|
||||
BuildRequires: lzlib-devel
|
||||
BuildRequires: make
|
||||
PreReq: %install_info_prereq
|
||||
|
||||
%description
|
||||
@ -45,7 +51,6 @@ compresses better than bzip2, which makes it well suited for software
|
||||
distribution and data archiving.
|
||||
|
||||
%prep
|
||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
||||
%if 0%{?__lzip:1}
|
||||
%setup -q
|
||||
%else
|
||||
|
Loading…
x
Reference in New Issue
Block a user