Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios.
build : |
%make
+ %make manual
install : |
%make_install PREFIX=/usr LIBDIR=%libdir%
rm -v $installdir/%libdir%/*.a
check : |
- %make test
+ %make check
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -6,6 +6,7 @@
<Email>msfossen@gmail.com</Email>
</Packager>
<License>BSD-3-Clause</License>
+ <License>GPL-2.0-only</License>
<PartOf>system.utils</PartOf>
<Summary xml:lang="en">Zstd command line tools</Summary>
<Description xml:lang="en">Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios.