!8 update libzip to v1.8.0
Merge pull request !8 from penelope/openEuler-22.03-LTS-Next
This commit is contained in:
commit
3ab996589e
BIN
libzip-1.8.0.tar.xz
Normal file
BIN
libzip-1.8.0.tar.xz
Normal file
Binary file not shown.
13
libzip.spec
13
libzip.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libzip
|
Name: libzip
|
||||||
Version: 1.5.1
|
Version: 1.8.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: A C library for reading, creating, and modifying zip archives
|
Summary: A C library for reading, creating, and modifying zip archives
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://libzip.org/
|
URL: https://libzip.org/
|
||||||
@ -52,6 +52,11 @@ make test
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/zip*
|
%{_bindir}/zip*
|
||||||
%{_libdir}/libzip.so.5*
|
%{_libdir}/libzip.so.5*
|
||||||
|
%{_libdir}/cmake/libzip/libzip-config-version.cmake
|
||||||
|
%{_libdir}/cmake/libzip/libzip-config.cmake
|
||||||
|
%{_libdir}/cmake/libzip/libzip-targets-noconfig.cmake
|
||||||
|
%{_libdir}/cmake/libzip/libzip-targets.cmake
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -65,6 +70,10 @@ make test
|
|||||||
%{_mandir}/man1/*1*
|
%{_mandir}/man1/*1*
|
||||||
%{_mandir}/man3/*3*
|
%{_mandir}/man3/*3*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 13 2022 Yangping <yangping69@huawei.com> - 1.8.0-1
|
||||||
|
- Update to 1.8.0
|
||||||
|
|
||||||
* Tue Nov 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.1-3
|
* Tue Nov 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.1-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user