forked from pool/clzip
clzip-1.10
OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=23
This commit is contained in:
parent
3f1b2ea5f6
commit
46e9a21bd4
3
clzip-1.10.tar.gz
Normal file
3
clzip-1.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e33506b4654b87ff1d5f02ce3db23363dd1a674c00625d799644f93628acac0f
|
||||||
|
size 105976
|
BIN
clzip-1.10.tar.gz.sig
Normal file
BIN
clzip-1.10.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc0bcc42bdaaef5ffb5fed32cb01a68d6291ed2a5d4c4e1c0b487e18afd53baf
|
|
||||||
size 102355
|
|
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 5 19:31:54 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.10
|
||||||
|
* The option "--loose-trailing" has been added.
|
||||||
|
* The test used by clzip to discriminate trailing data from a
|
||||||
|
corrupt header in multimember or concatenated files has been
|
||||||
|
improved to a Hamming distance of 3.
|
||||||
|
* The "-S" option now keeps input files unchanged.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 11 08:32:38 UTC 2017 - mpluskal@suse.com
|
Thu May 11 08:32:38 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
21
clzip.spec
21
clzip.spec
@ -1,8 +1,7 @@
|
|||||||
# vim: set sw=4 ts=4 et nu:
|
|
||||||
#
|
#
|
||||||
# spec file for package clzip
|
# spec file for package clzip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2011-2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2011-2013 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
|
||||||
@ -19,10 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: clzip
|
Name: clzip
|
||||||
Version: 1.9
|
Version: 1.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lossless Data Compressor based on LZMA
|
Summary: Lossless Data Compressor based on LZMA
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Url: http://www.nongnu.org/lzip/clzip.html
|
Url: http://www.nongnu.org/lzip/clzip.html
|
||||||
|
|
||||||
@ -48,17 +47,9 @@ embedded devices or systems lacking a C++ compiler.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# not autoconf
|
# not autoconf
|
||||||
./configure \
|
./configure --srcdir=. --prefix="%_prefix" --bindir="%_bindir" \
|
||||||
--srcdir=. \
|
--datadir="%_datadir" --infodir="%_infodir" --mandir="%_mandir" \
|
||||||
--prefix="%_prefix" \
|
--sysconfdir="%_sysconfdir" CC="gcc" CFLAGS="%optflags"
|
||||||
--bindir="%_bindir" \
|
|
||||||
--datadir="%_datadir" \
|
|
||||||
--infodir="%_infodir" \
|
|
||||||
--mandir="%_mandir" \
|
|
||||||
--sysconfdir="%_sysconfdir" \
|
|
||||||
CC="gcc" \
|
|
||||||
CFLAGS="%optflags"
|
|
||||||
|
|
||||||
make %{?_smp_flags}
|
make %{?_smp_flags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user