From 167e3e8f5e923e0e751d0cbcb598289802d26687 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 11 Apr 2024 09:54:12 +0000 Subject: [PATCH] import CS libzip-1.7.3-1.module_el8+765+677b369c --- .gitignore | 2 +- .libzip.metadata | 2 +- SPECS/libzip.spec | 10 +++++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 96d5bfd..f814874 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libzip-1.6.1.tar.xz +SOURCES/libzip-1.7.3.tar.xz diff --git a/.libzip.metadata b/.libzip.metadata index 7ea7e9b..4e9a1f6 100644 --- a/.libzip.metadata +++ b/.libzip.metadata @@ -1 +1 @@ -a820f23509d20f242173d34978624191739f599b SOURCES/libzip-1.6.1.tar.xz +2a2e2fb4f18a65a996252dfa247b38a6519af712 SOURCES/libzip-1.7.3.tar.xz diff --git a/SPECS/libzip.spec b/SPECS/libzip.spec index cb9fa62..7a6744d 100644 --- a/SPECS/libzip.spec +++ b/SPECS/libzip.spec @@ -1,7 +1,7 @@ %global with_tests 0%{!?_without_tests:1} Name: libzip -Version: 1.6.1 +Version: 1.7.3 Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives @@ -64,6 +64,10 @@ The %{name}-tools package provides command line tools split off %{name}: # unwanted in package documentation rm INSTALL.md +# drop skipped test which make test suite fails (cmake issue ?) +sed -e '/clone-fs-/d' \ + -i regress/CMakeLists.txt + %build %cmake \ @@ -114,12 +118,16 @@ make check %{_includedir}/zipconf*.h %{_libdir}/libzip.so %{_libdir}/pkgconfig/libzip.pc +%{_libdir}/cmake/libzip %{_mandir}/man3/libzip* %{_mandir}/man3/zip* %{_mandir}/man3/ZIP* %changelog +* Tue Dec 14 2021 Remi Collet - 1.7.3-1 +- update to 1.7.3 + * Thu May 14 2020 Remi Collet - 1.6.1-1 - update to 1.6.1 - enable lzma support