- Update to new upstrema release 1.7.5 (2017-01-03)
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=26
This commit is contained in:
14
lz4.spec
14
lz4.spec
@@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: lz4
|
||||
%define lname liblz4-1_7
|
||||
Version: 131
|
||||
%define lname liblz4-1
|
||||
Version: 1.7.5
|
||||
Release: 0
|
||||
Summary: Hash-based Predictive Lempel–Ziv compressor
|
||||
License: GPL-2.0+ and BSD-2-Clause
|
||||
@@ -26,11 +26,9 @@ Group: Productivity/Archiving/Compression
|
||||
Url: http://lz4.org/
|
||||
|
||||
#Git-Clone: https://github.com/Cyan4973/lz4
|
||||
Source: https://github.com/Cyan4973/lz4/archive/r%version.tar.gz
|
||||
Source: https://github.com/Cyan4973/lz4/archive/v%version.tar.gz
|
||||
Source99: baselibs.conf
|
||||
Patch1: lz4-soversion.diff
|
||||
Patch2: lz4-use-shlib.diff
|
||||
Patch3: lz4-killdate.diff
|
||||
Patch1: lz4-use-shlib.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkg-config
|
||||
|
||||
@@ -70,8 +68,8 @@ This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of liblz4.
|
||||
|
||||
%prep
|
||||
%setup -qn %name-r%version
|
||||
%patch -P 1 -P 2 -P 3 -p1
|
||||
%setup -q
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
# Goddammit, lz4
|
||||
|
Reference in New Issue
Block a user