diff --git a/libzip-1.8.0.tar.xz b/libzip-1.8.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..389321316c08a76f64d15137ee4371626f0f754d Binary files /dev/null and b/libzip-1.8.0.tar.xz differ diff --git a/libzip.spec b/libzip.spec index e86504c3945bc2d10e89c0827646db55c25c1792..8079b3c3370502d3a6f95255729998b7babc869d 100644 --- a/libzip.spec +++ b/libzip.spec @@ -1,12 +1,12 @@ Name: libzip -Version: 1.5.1 -Release: 3 +Version: 1.8.0 +Release: 1 Summary: A C library for reading, creating, and modifying zip archives License: BSD URL: https://libzip.org/ Source0: https://libzip.org/download/libzip-%{version}.tar.xz -BuildRequires: gcc zlib-devel bzip2-devel openssl-devel cmake +BuildRequires: gcc zlib-devel bzip2-devel openssl-devel cmake BuildRequires: perl-interpreter perl(Cwd) perl(File::Copy) perl(File::Path) perl(Getopt::Long) BuildRequires: perl(IPC::Open3) perl(Storable) perl(Symbol) perl(UNIVERSAL) perl(strict) perl(warnings) @@ -52,6 +52,11 @@ make test %license LICENSE %{_bindir}/zip* %{_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 %defattr(-,root,root) @@ -65,6 +70,10 @@ make test %{_mandir}/man1/*1* %{_mandir}/man3/*3* + %changelog +* Thu Jan 13 2022 Yangping - 1.8.0-1 +- Update to 1.8.0 + * Tue Nov 12 2019 openEuler Buildteam - 1.5.1-3 - Package init