[packages/lz4] up to 1.9.3

atler atler at pld-linux.org
Tue Apr 13 13:05:19 CEST 2021


commit 5c6cacf6a80dcafddf71c22eb69d39e1991772da
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Apr 13 13:03:04 2021 +0200

    up to 1.9.3
    
    - set LDFLAGS
    - enabled verbose build

 lz4.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/lz4.spec b/lz4.spec
index e8e3d3b..3a3b58f 100644
--- a/lz4.spec
+++ b/lz4.spec
@@ -1,14 +1,14 @@
 Summary:	Hash-based Predictive Lempel-Ziv compressor
 Summary(pl.UTF-8):	Kompresor wykorzystujący metodę Lempel-Ziv z predykcją opartą na haszach
 Name:		lz4
-Version:	1.9.2
+Version:	1.9.3
 Release:	1
 Epoch:		1
 License:	BSD (library), GPL v2+ (CLI utility)
 Group:		Applications
 #Source0Download: https://github.com/lz4/lz4/releases
 Source0:	https://github.com/lz4/lz4/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	3898c56c82fb3d9455aefd48db48eaad
+# Source0-md5:	3a1ab1684e14fc1afc66228ce61b2db3
 URL:		http://www.lz4.org/
 BuildRequires:	pkgconfig
 Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
@@ -79,7 +79,9 @@ Statyczna biblioteka kompresora LZ4.
 %build
 %{__make} -j1 \
 	MOREFLAGS="%{rpmcflags} %{rpmcppflags}" \
-	CC="%{__cc}"
+	LDFLAGS="%{rpmldflags}" \
+	CC="%{__cc}" \
+	V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lz4.git/commitdiff/5c6cacf6a80dcafddf71c22eb69d39e1991772da



More information about the pld-cvs-commit mailing list