import CS libzip-1.7.3-1.module_el8+765+677b369c

This commit is contained in:
eabdullin 2024-04-11 09:54:12 +00:00
parent a55675a78e
commit 167e3e8f5e
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libzip-1.6.1.tar.xz
SOURCES/libzip-1.7.3.tar.xz

View File

@ -1 +1 @@
a820f23509d20f242173d34978624191739f599b SOURCES/libzip-1.6.1.tar.xz
2a2e2fb4f18a65a996252dfa247b38a6519af712 SOURCES/libzip-1.7.3.tar.xz

View File

@ -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 <rcollet@redhat.com> - 1.7.3-1
- update to 1.7.3
* Thu May 14 2020 Remi Collet <rcollet@redhat.com> - 1.6.1-1
- update to 1.6.1
- enable lzma support