Compare commits
No commits in common. "stream-php-8.2-rhel-8.10.0" and "c8-stream-7.4" have entirely different histories.
stream-php
...
c8-stream-
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/libzip-1.7.3.tar.xz
|
||||
/libzip-1.7.3.tar.xz
|
||||
SOURCES/libzip-1.6.1.tar.xz
|
||||
|
||||
1
.libzip.metadata
Normal file
1
.libzip.metadata
Normal file
@ -0,0 +1 @@
|
||||
a820f23509d20f242173d34978624191739f599b SOURCES/libzip-1.6.1.tar.xz
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user