]> git.pld-linux.org Git - packages/zstd.git/commitdiff
- up to 1.4.4 auto/th/zstd-1.4.4-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 15 Jan 2020 11:18:22 +0000 (12:18 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 15 Jan 2020 11:18:22 +0000 (12:18 +0100)
zstd-noquiet.patch
zstd.spec

index 93b5c5b34cac6d11cc78e9d2835fd35d56012d3d..ef036cb48d3b30da05aab5ce5ba105e3fc216030 100644 (file)
        @echo Cleaning library completed
  
  #-----------------------------------------------------------------------------
-@@ -199,7 +199,7 @@
+@@ -203,7 +203,7 @@ INSTALL_DATA    ?= $(INSTALL) -m 644
  libzstd.pc:
  libzstd.pc: libzstd.pc.in
        @echo creating pkgconfig
 -      @sed -e 's|@PREFIX@|$(PREFIX)|' \
 +      sed -e 's|@PREFIX@|$(PREFIX)|' \
-              -e 's|@LIBDIR@|$(LIBDIR)|' \
-              -e 's|@INCLUDEDIR@|$(INCLUDEDIR)|' \
               -e 's|@VERSION@|$(VERSION)|' \
+              $< >$@
 @@ -209,39 +209,39 @@
        @echo zstd static and shared library installed
  
index 94fdbfb2f3a288b3a1bc6634d059433d3487c88b..d607c85e205966c40213cd73d9b8ab97d52451a1 100644 (file)
--- a/zstd.spec
+++ b/zstd.spec
@@ -1,13 +1,13 @@
 Summary:       Zstandard - fast lossless compression algorithm
 Summary(pl.UTF-8):     Zstandard - szybki, bezstratny algorytm kompresji
 Name:          zstd
-Version:       1.4.3
+Version:       1.4.4
 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: dd73dd3b6e5efd8946e6c5e7fe7cb1d2
+# Source0-md5: 532aa7b3a873e144bbbedd9c0ea87694
 Patch0:                %{name}-noquiet.patch
 URL:           https://github.com/facebook/zstd
 BuildRequires: gcc >= 5:3.2
This page took 0.126744 seconds and 4 git commands to generate.