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
|
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:
|
# 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>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -11,25 +15,27 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: plzip
|
Name: plzip
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Parallel LZMA Data Compressor
|
Summary: Parallel LZMA Data Compressor
|
||||||
URL: http://www.nongnu.org/lzip/plzip.html
|
|
||||||
Group: Productivity/Archiving/Compression
|
|
||||||
License: GPL-3.0+
|
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
|
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
|
Source2: http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: lzlib-devel lzip
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gcc-c++ libstdc++-devel make glibc-devel
|
BuildRequires: glibc-devel
|
||||||
%if 0%{?suse_version} >= 1230
|
BuildRequires: libstdc++-devel
|
||||||
BuildRequires: gpg-offline
|
BuildRequires: lzip
|
||||||
%endif
|
BuildRequires: lzlib-devel
|
||||||
|
BuildRequires: make
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -45,7 +51,6 @@ compresses better than bzip2, which makes it well suited for software
|
|||||||
distribution and data archiving.
|
distribution and data archiving.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
|
||||||
%if 0%{?__lzip:1}
|
%if 0%{?__lzip:1}
|
||||||
%setup -q
|
%setup -q
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user