]> git.pld-linux.org Git - packages/zstd.git/commitdiff
- fixed paths in .pc file; release 2 auto/th/zstd-1.5.2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Jul 2022 17:02:50 +0000 (19:02 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Jul 2022 17:02:50 +0000 (19:02 +0200)
zstd.spec

index 5a01d9d495fcc0b205d8b426a69771760eb6b3b6..1a2341993b235177b5ee370fcfabed366063dfbb 100644 (file)
--- a/zstd.spec
+++ b/zstd.spec
@@ -6,7 +6,7 @@ Summary:        Zstandard - fast lossless compression algorithm
 Summary(pl.UTF-8):     Zstandard - szybki, bezstratny algorytm kompresji
 Name:          zstd
 Version:       1.5.2
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/facebook/zstd/releases
@@ -68,6 +68,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.132875 seconds and 4 git commands to generate.