forked from pool/plzip
plzip-1.2
OBS-URL: https://build.opensuse.org/package/show/Archiving/plzip?expand=0&rev=12
This commit is contained in:
parent
a6c5a8d722
commit
65790215c0
@ -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
3
plzip-1.2.tar.gz
Normal 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
BIN
plzip-1.2.tar.gz.sig
Normal file
Binary file not shown.
@ -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
|
Tue Sep 23 16:55:53 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
17
plzip.spec
17
plzip.spec
@ -19,23 +19,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: plzip
|
Name: plzip
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Parallel LZMA Data Compressor
|
Summary: Parallel LZMA Data Compressor
|
||||||
License: GPL-3.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Url: http://www.nongnu.org/lzip/plzip.html
|
Url: http://www.nongnu.org/lzip/plzip.html
|
||||||
|
|
||||||
Source: http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.lz
|
Source: http://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz
|
||||||
Source2: http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig
|
Source2: http://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glibc-devel
|
|
||||||
BuildRequires: libstdc++-devel
|
|
||||||
BuildRequires: lzip
|
|
||||||
BuildRequires: lzlib-devel
|
BuildRequires: lzlib-devel
|
||||||
BuildRequires: make
|
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -51,12 +47,7 @@ compresses better than bzip2, which makes it well suited for software
|
|||||||
distribution and data archiving.
|
distribution and data archiving.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?__lzip:1}
|
|
||||||
%setup -q
|
%setup -q
|
||||||
%else
|
|
||||||
tar --use=lzip -xf "%{S:0}"
|
|
||||||
%setup -DTq
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user