SHA256
1
0
forked from pool/clzip
Jan Engelhardt 2014-10-01 11:03:42 +00:00 committed by Git OBS Bridge
parent 1e793403fb
commit 45bf51b6e7
6 changed files with 18 additions and 15 deletions

View File

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

Binary file not shown.

3
clzip-1.6.tar.gz Normal file
View File

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

BIN
clzip-1.6.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Oct 1 11:00:54 UTC 2014 - jengelh@inai.de
- Update to new upstream release 1.6
* Compression ratio of option -9 has been slightly increased.
* 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).
* 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,20 +19,17 @@
Name: clzip
Version: 1.5
Version: 1.6
Release: 0
Summary: Lossless Data Compressor based on LZMA
License: GPL-3.0+
License: GPL-2.0+
Group: Productivity/Archiving/Compression
Url: http://www.nongnu.org/lzip/clzip.html
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
Source: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.gz
Source2: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.gz.sig
Source3: %name.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: lzip
BuildRequires: make
BuildRequires: pkgconfig
Requires(post): info
@ -49,12 +46,7 @@ Clzip is, in fact, a C language implementation of lzip, intended for
embedded devices or systems lacking a C++ compiler.
%prep
%if 0%{?__lzip:1}
%setup -q
%else
tar --use=lzip -xf "%{S:0}"
%setup -DTq
%endif
%build
# not autoconf