forked from pool/lzlib
Accepting request 205620 from Archiving
- Update to new upstream release 1.5 * Decompression support for deprecated version 0 files has been removed. * A bug has been fixed that would make an instance of "struct LZ_Encoder" unresponsive if "LZ_compress_sync_flush" were called at the wrong moment. OBS-URL: https://build.opensuse.org/request/show/205620 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzlib?expand=0&rev=3
This commit is contained in:
commit
0a91cd8a14
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6e7c5e84b49f66fa794867f6839f69cbd908816a12ec154849c4a70b02fdf30
|
||||
size 80397
|
Binary file not shown.
3
lzlib-1.5.tar.lz
Normal file
3
lzlib-1.5.tar.lz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b9614eae1448107ec0a16c3c77ab172b815d2c07532c7231155679947419a1c
|
||||
size 80651
|
BIN
lzlib-1.5.tar.lz.sig
Normal file
BIN
lzlib-1.5.tar.lz.sig
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 29 20:41:45 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.5
|
||||
* Decompression support for deprecated version 0 files has been
|
||||
removed.
|
||||
* A bug has been fixed that would make an instance of
|
||||
"struct LZ_Encoder" unresponsive if "LZ_compress_sync_flush" were
|
||||
called at the wrong moment.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 21:42:17 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
32
lzlib.spec
32
lzlib.spec
@ -1,5 +1,8 @@
|
||||
# vim: set ts=4 sw=4 et:
|
||||
|
||||
#
|
||||
# spec file for package lzlib
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -12,22 +15,27 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: lzlib
|
||||
Version: 1.4
|
||||
%define soname 1
|
||||
Version: 1.5
|
||||
Release: 0
|
||||
%define soname 1
|
||||
Summary: LZMA Compression and Decompression Library
|
||||
URL: http://www.nongnu.org/lzip/lzlib.html
|
||||
Group: Development/Libraries/C and C++
|
||||
License: GPL-3.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
|
||||
Source3: %name.keyring
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: gcc make glibc-devel lzip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: lzip
|
||||
BuildRequires: make
|
||||
%if 0%{?suse_version} >= 1230
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
@ -53,8 +61,8 @@ the lzip format.
|
||||
Summary: LZMA Compression and Decompression Library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: liblz%{soname} = %{version}
|
||||
Obsoletes: lzlib-devel < %version-%release
|
||||
Provides: lzlib-devel = %version-%release
|
||||
Obsoletes: lzlib-devel < %version-%release
|
||||
Provides: lzlib-devel = %version-%release
|
||||
|
||||
%description devel
|
||||
The lzlib compression library provides in-memory LZMA compression and
|
||||
@ -92,15 +100,15 @@ tar --use=lzip -xf "%{S:0}"
|
||||
CPPFLAGS="%{optflags}" \
|
||||
CXXFLAGS="%{optflags}"
|
||||
|
||||
%__make %{?_smp_flags}
|
||||
make %{?_smp_flags}
|
||||
|
||||
%install
|
||||
%__make DESTDIR="%{buildroot}" LDCONFIG=echo install
|
||||
make DESTDIR="%{buildroot}" LDCONFIG=echo install
|
||||
# configure had no --disable-static
|
||||
rm -f "%buildroot/%_libdir"/*.a
|
||||
|
||||
%check
|
||||
%__make check
|
||||
make check
|
||||
|
||||
%post -n liblz%{soname} -p /sbin/ldconfig
|
||||
%postun -n liblz%{soname} -p /sbin/ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user