mirror of
https://abf.rosa.ru/djam/zstd.git
synced 2025-02-23 03:42:47 +00:00
Merge branch 'rosa2019.1' into rosa2019.0
This commit is contained in:
commit
280a6ee7a4
2 changed files with 12 additions and 10 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
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
|
||||
Name: zstd
|
||||
Version: 1.3.4
|
||||
Release: 5
|
||||
Version: 1.4.3
|
||||
Release: 1
|
||||
License: BSD and GPLv2+
|
||||
Group: Archiving/Compression
|
||||
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.
|
||||
|
||||
%files
|
||||
%doc NEWS README.md
|
||||
%doc CHANGELOG README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}cat
|
||||
%{_bindir}/%{name}grep
|
||||
%{_bindir}/%{name}less
|
||||
%{_bindir}/%{name}mt
|
||||
%if %{with pzstd}
|
||||
%{_bindir}/p%{name}
|
||||
%{_mandir}/man1/p%{name}.1*
|
||||
%endif
|
||||
%{_bindir}/%{name}mt
|
||||
%{_bindir}/un%{name}
|
||||
%{_bindir}/%{name}cat
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_mandir}/man1/un%{name}.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
|
||||
%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
|
||||
rm %{buildroot}%{_libdir}/libzstd.a
|
||||
%if %{with pzstd}
|
||||
|
|
Loading…
Add table
Reference in a new issue