The libzsta.a library should be packaged to access advanced experimental features
Signed-off-by: luckky <guodashun1@huawei.com> (cherry picked from commit e21280e44444bf75dde2ceef6311c88a267943eb)
This commit is contained in:
parent
f11af623e4
commit
9f4c62f0b8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: zstd
|
Name: zstd
|
||||||
Version: 1.5.0
|
Version: 1.5.0
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A fast lossless compression algorithm
|
Summary: A fast lossless compression algorithm
|
||||||
License: BSD and GPLv2
|
License: BSD and GPLv2
|
||||||
URL: https://github.com/facebook/zstd
|
URL: https://github.com/facebook/zstd
|
||||||
@ -76,18 +76,21 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
|
|||||||
|
|
||||||
%exclude %{_bindir}/%{name}less
|
%exclude %{_bindir}/%{name}less
|
||||||
%exclude %{_bindir}/%{name}grep
|
%exclude %{_bindir}/%{name}grep
|
||||||
%exclude %{_libdir}/libzstd.a
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
|
|
||||||
%{_libdir}/pkgconfig/libzstd.pc
|
%{_libdir}/pkgconfig/libzstd.pc
|
||||||
%{_libdir}/libzstd.so
|
%{_libdir}/libzstd.so
|
||||||
|
%{_libdir}/libzstd.a
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 9 2024 luckky <guodashun1@huawei.com> - 1.5.0-5
|
||||||
|
* The libzsta.a library should be packaged to access advanced experimental features
|
||||||
|
|
||||||
* Tue Apr 4 2023 zhoupengcheng <zhoupengcheng11@huawei.com> - 1.5.0-4
|
* Tue Apr 4 2023 zhoupengcheng <zhoupengcheng11@huawei.com> - 1.5.0-4
|
||||||
* fix CVE-2022-4899
|
* fix CVE-2022-4899
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user