Compare commits
No commits in common. "c8-stream-7.4" and "imports/c8s-stream-8.0/libzip-1.7.3-1.module+el8.6.0+13671+84712317" have entirely different histories.
c8-stream-
...
imports/c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libzip-1.6.1.tar.xz
|
||||
SOURCES/libzip-1.7.3.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
a820f23509d20f242173d34978624191739f599b SOURCES/libzip-1.6.1.tar.xz
|
||||
2a2e2fb4f18a65a996252dfa247b38a6519af712 SOURCES/libzip-1.7.3.tar.xz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user