Compare commits

...

No commits in common. "imports/c8-beta-stream-8.0/libzip-1.7.3-1.module+el8.6.0+13671+84712317" and "c8-stream-7.4" have entirely different histories.

3 changed files with 3 additions and 11 deletions

2
.gitignore vendored
View File

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

View File

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

View File

@ -1,7 +1,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: libzip
Version: 1.7.3
Version: 1.6.1
Release: 1%{?dist}
Summary: C library for reading, creating, and modifying zip archives
@ -64,10 +64,6 @@ 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 \
@ -118,16 +114,12 @@ 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