zstd 1.5.7
This commit is contained in:
commit
ddfc6a4a72
1 changed files with 37 additions and 0 deletions
37
zstd.spec
Normal file
37
zstd.spec
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
Name: zstd
|
||||||
|
Version: 1.5.7
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Zstd compression library
|
||||||
|
|
||||||
|
License: BSD-3
|
||||||
|
URL: https://facebook.github.io/zstd/
|
||||||
|
Source0: https://github.com/facebook/zstd/releases/download/v%{version}/zstd-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
|
Requires: bash
|
||||||
|
|
||||||
|
%description
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%make_build prefix=%{_prefix} libdir=%{_libdir}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install prefix=%{_prefix} libdir=%{_libdir}
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}
|
||||||
|
%{_libdir}
|
||||||
|
%{_includedir}
|
||||||
|
%{_datadir}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Oct 01 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue