lzlib-1.6
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=9
This commit is contained in:
parent
1b741ce400
commit
afa8499b7a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b9614eae1448107ec0a16c3c77ab172b815d2c07532c7231155679947419a1c
|
||||
size 80651
|
Binary file not shown.
3
lzlib-1.6.tar.gz
Normal file
3
lzlib-1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c187ef5ffa9ffb01abaec667dda4d8c8b378291c68ad094c63bd75ee049e4780
|
||||
size 91734
|
BIN
lzlib-1.6.tar.gz.sig
Normal file
BIN
lzlib-1.6.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 11:23:04 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.6
|
||||
* Compression ratio of option -9 has been slightly increased.
|
||||
* Minilzip now copies file dates, permissions, and ownership 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 with link
|
||||
exception".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 16:49:09 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
18
lzlib.spec
18
lzlib.spec
@ -19,23 +19,18 @@
|
||||
|
||||
|
||||
Name: lzlib
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
Release: 0
|
||||
%define soname 1
|
||||
Summary: LZMA Compression and Decompression Library
|
||||
License: GPL-3.0+
|
||||
License: GPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.nongnu.org/lzip/lzlib.html
|
||||
|
||||
#Freecode-URL: http://freecode.com/projects/lzlib
|
||||
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-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.gz
|
||||
Source2: http://download-mirror.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
|
||||
PreReq: %install_info_prereq
|
||||
|
||||
%description
|
||||
@ -71,12 +66,7 @@ This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libcerror.
|
||||
|
||||
%prep
|
||||
%if 0%{?__lzip:1}
|
||||
%setup -q
|
||||
%else
|
||||
tar --use=lzip -xf "%{S:0}"
|
||||
%setup -DTq
|
||||
%endif
|
||||
|
||||
%build
|
||||
# not autoconf!
|
||||
|
Loading…
x
Reference in New Issue
Block a user