The libzsta.a library should be packaged to access advanced experimental features
This commit is contained in:
parent
1bd03ae8e1
commit
ad1ed65eef
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: zstd
|
Name: zstd
|
||||||
Version: 1.5.5
|
Version: 1.5.5
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -73,18 +73,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 2 2024 zhangzikang <zhangzikang@kylinos.cn> - 1.5.5-2
|
||||||
|
* The libzsta.a library should be packaged to access advanced experimental features
|
||||||
|
|
||||||
* Thu Jul 13 2023 dillon chen <dillon.chen@gmail.com> - 1.5.5-1
|
* Thu Jul 13 2023 dillon chen <dillon.chen@gmail.com> - 1.5.5-1
|
||||||
* zstd update to 1.5.5
|
* zstd update to 1.5.5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user