forked from pool/clzip
clzip-1.5
OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c7a958cb983747625c199e196c0510cb0ee3d84fccd0a35860bd3167eded16c0
|
|
||||||
size 59069
|
|
Binary file not shown.
3
clzip-1.5.tar.lz
Normal file
3
clzip-1.5.tar.lz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e8b3c7ea33d45ce25853f1088cdab325bde1c4e775d67f526d25593217efc469
|
||||||
|
size 59899
|
BIN
clzip-1.5.tar.lz.sig
Normal file
BIN
clzip-1.5.tar.lz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 2 01:08:32 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.5
|
||||||
|
* Clzip now shows the progress of compression at verbosity
|
||||||
|
level 2 (-vv).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 8 17:11:36 UTC 2013 - jengelh@inai.de
|
Sat Jun 8 17:11:36 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
28
clzip.spec
28
clzip.spec
@@ -1,4 +1,8 @@
|
|||||||
# vim: set sw=4 ts=4 et nu:
|
# vim: set sw=4 ts=4 et nu:
|
||||||
|
#
|
||||||
|
# spec file for package clzip
|
||||||
|
#
|
||||||
|
# Copyright (c) 2013 SUSE LINUX Products 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
|
||||||
@@ -11,23 +15,29 @@
|
|||||||
# 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: clzip
|
Name: clzip
|
||||||
Version: 1.4
|
Version: 1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lossless Data Compressor based on LZMA
|
Summary: Lossless Data Compressor based on LZMA
|
||||||
URL: http://www.nongnu.org/lzip/clzip.html
|
|
||||||
Group: Productivity/Archiving/Compression
|
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Group: Productivity/Archiving/Compression
|
||||||
|
Url: http://www.nongnu.org/lzip/clzip.html
|
||||||
|
|
||||||
#Freecode-URL: http://freecode.com/projects/clzip
|
#Freecode-URL: http://freecode.com/projects/clzip
|
||||||
Source: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz
|
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
|
Source2: http://download.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: gcc lzip make glibc-devel pkgconfig
|
BuildRequires: gcc
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: lzip
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: pkgconfig
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1230
|
||||||
BuildRequires: gpg-offline
|
BuildRequires: gpg-offline
|
||||||
%endif
|
%endif
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun):info
|
Requires(preun):info
|
||||||
|
Reference in New Issue
Block a user