mirror of
https://abf.rosa.ru/djam/zstd.git
synced 2025-02-23 09:22:54 +00:00
New version 1.4.3
Package zstdgrep and zstdless as they have man pages now
This commit is contained in:
parent
030b37fa95
commit
652590c46d
2 changed files with 12 additions and 10 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"zstd-1.3.4.tar.gz": f000e185e02b8ccccd0992e5cb7e88175318d83b
|
zstd-1.4.3.tar.gz: aa9628839ba5032482f4df805d1f15aa485583cf
|
||||||
|
|
20
zstd.spec
20
zstd.spec
|
@ -13,8 +13,8 @@
|
||||||
|
|
||||||
Summary: Zstd compression library
|
Summary: Zstd compression library
|
||||||
Name: zstd
|
Name: zstd
|
||||||
Version: 1.3.4
|
Version: 1.4.3
|
||||||
Release: 4
|
Release: 1
|
||||||
License: BSD and GPLv2+
|
License: BSD and GPLv2+
|
||||||
Group: Archiving/Compression
|
Group: Archiving/Compression
|
||||||
Url: http://www.zstd.net/
|
Url: http://www.zstd.net/
|
||||||
|
@ -27,18 +27,22 @@ Zstd, short for Zstandard, is a fast lossless compression algorithm,
|
||||||
targeting real-time compression scenarios at zlib-level compression ratio.
|
targeting real-time compression scenarios at zlib-level compression ratio.
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc NEWS README.md
|
%doc CHANGELOG README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
%{_bindir}/%{name}cat
|
||||||
|
%{_bindir}/%{name}grep
|
||||||
|
%{_bindir}/%{name}less
|
||||||
|
%{_bindir}/%{name}mt
|
||||||
%if %{with pzstd}
|
%if %{with pzstd}
|
||||||
%{_bindir}/p%{name}
|
%{_bindir}/p%{name}
|
||||||
%{_mandir}/man1/p%{name}.1*
|
%{_mandir}/man1/p%{name}.1*
|
||||||
%endif
|
%endif
|
||||||
%{_bindir}/%{name}mt
|
|
||||||
%{_bindir}/un%{name}
|
%{_bindir}/un%{name}
|
||||||
%{_bindir}/%{name}cat
|
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
%{_mandir}/man1/un%{name}.1*
|
|
||||||
%{_mandir}/man1/%{name}cat.1*
|
%{_mandir}/man1/%{name}cat.1*
|
||||||
|
%{_mandir}/man1/%{name}grep.1*
|
||||||
|
%{_mandir}/man1/%{name}less.1*
|
||||||
|
%{_mandir}/man1/un%{name}.1*
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -90,9 +94,7 @@ CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" CXXFLAGS="%{optflags} -std=c++11" %mak
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install PREFIX=%{_prefix} LIBDIR=%{_libdir}
|
%make_install PREFIX=%{_prefix} LIBDIR=%{_libdir}
|
||||||
# Remove undocumented wrappers of minimal use
|
|
||||||
rm %{buildroot}%{_bindir}/%{name}less
|
|
||||||
rm %{buildroot}%{_bindir}/%{name}grep
|
|
||||||
# Don't install the static lib
|
# Don't install the static lib
|
||||||
rm %{buildroot}%{_libdir}/libzstd.a
|
rm %{buildroot}%{_libdir}/libzstd.a
|
||||||
%if %{with pzstd}
|
%if %{with pzstd}
|
||||||
|
|
Loading…
Add table
Reference in a new issue