!76 【轻量级 PR】:The libzsta.a library should be packaged to access advanced experimental features
From: @luckky7 Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
50106fdcdb
10
zstd.spec
10
zstd.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: zstd
|
Name: zstd
|
||||||
Version: 1.4.5
|
Version: 1.4.5
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
@ -75,18 +75,24 @@ 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.4.5-3
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:The libzsta.a library should be packaged to access advanced experimental features
|
||||||
|
|
||||||
* Thu Feb 16 2023 wangjiang <wangjiang37@h-partners.com> - 1.4.5-2
|
* Thu Feb 16 2023 wangjiang <wangjiang37@h-partners.com> - 1.4.5-2
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user