]> git.pld-linux.org Git - packages/zstd.git/blobdiff - zstd.spec
up to 1.5.6
[packages/zstd.git] / zstd.spec
index 5a01d9d495fcc0b205d8b426a69771760eb6b3b6..e3dc6de14c0928a2195393a2a753936110f9e7d3 100644 (file)
--- a/zstd.spec
+++ b/zstd.spec
@@ -5,15 +5,16 @@
 Summary:       Zstandard - fast lossless compression algorithm
 Summary(pl.UTF-8):     Zstandard - szybki, bezstratny algorytm kompresji
 Name:          zstd
-Version:       1.5.2
+Version:       1.5.6
 Release:       1
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/facebook/zstd/releases
 Source0:       https://github.com/facebook/zstd/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 6dc24b78e32e7c99f80c9441e40ff8bc
+# Source0-md5: 2543d7cb3beda9ec48f965e5059dbd42
 URL:           https://github.com/facebook/zstd
 BuildRequires: gcc >= 5:3.2
+BuildRequires: libstdc++-devel
 BuildRequires: lz4-devel
 BuildRequires: xz-devel
 BuildRequires: zlib-devel
@@ -68,6 +69,8 @@ CXXFLAGS="%{rpmcxxflags} %{rpmcppflags}" \
 LDFLAGS="%{rpmldflags}" \
 %{__make} allmost manual \
        V=1 \
+       PREFIX=%{_prefix} \
+       LIBDIR=%{_libdir} \
        %{!?with_asm:ZSTD_NO_ASM=1}
 
 %install
This page took 0.062704 seconds and 4 git commands to generate.