SHA256
1
0
forked from pool/plzip
Jan Engelhardt 2014-10-01 11:55:32 +00:00 committed by Git OBS Bridge
parent a6c5a8d722
commit 65790215c0
6 changed files with 20 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5c5040202df63d661c23bfefc8eaab4dc8b6e1606b675116ee5b56041039fad
size 53672

Binary file not shown.

3
plzip-1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f99aaf0fcb545cd90b254aaf7bc53f32dc75cef1ff3e888ec47f4f97314e531
size 58500

BIN
plzip-1.2.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Oct 1 11:51:34 UTC 2014 - jengelh@inai.de
- Update to new upstream release 1.2
* Copying of file dates, permissions, and ownership now behaves
like `cp -p`. (If the user ID or the group ID cannot be
duplicated, the file permission bits S_ISUID and S_ISGID are
cleared).
* Individual limits have been set on the number of packets produced
by each decompresor worker thread to limit the amount of memory
used in all cases.
* The license has been changed to GPL version 2 or later.
-------------------------------------------------------------------
Tue Sep 23 16:55:53 UTC 2014 - jengelh@inai.de

View File

@ -19,23 +19,19 @@
Name: plzip
Version: 1.1
Version: 1.2
Release: 0
Summary: Parallel LZMA Data Compressor
License: GPL-3.0+
License: GPL-2.0+
Group: Productivity/Archiving/Compression
Url: http://www.nongnu.org/lzip/plzip.html
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
Source: http://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz
Source2: http://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz.sig
Source3: %name.keyring
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
@ -51,12 +47,7 @@ compresses better than bzip2, which makes it well suited for software
distribution and data archiving.
%prep
%if 0%{?__lzip:1}
%setup -q
%else
tar --use=lzip -xf "%{S:0}"
%setup -DTq
%endif
%build
./configure \