Compare commits

...

No commits in common. "imports/c8-beta-stream-7.2/libzip-1.5.1-2.module+el8.1.0+3202+af5476b9" and "c8-stream-7.4" have entirely different histories.

3 changed files with 26 additions and 7 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
4033cccb7544a3eab6d0ee28be94cf45bea60b0b SOURCES/libzip-1.5.1.tar.xz
a820f23509d20f242173d34978624191739f599b SOURCES/libzip-1.6.1.tar.xz

View File

@ -1,8 +1,8 @@
%global with_tests 0%{!?_without_tests:1}
Name: libzip
Version: 1.5.1
Release: 2%{?dist}
Version: 1.6.1
Release: 1%{?dist}
Summary: C library for reading, creating, and modifying zip archives
License: BSD
@ -13,6 +13,7 @@ BuildRequires: gcc
BuildRequires: zlib-devel
BuildRequires: bzip2-devel
BuildRequires: openssl-devel
BuildRequires: xz-devel
BuildRequires: cmake >= 3.0.2
# Needed to run the test suite
# find regress/ -type f | /usr/lib/rpm/perl.req
@ -65,7 +66,19 @@ rm INSTALL.md
%build
%cmake .
%cmake \
-DENABLE_COMMONCRYPTO:BOOL=OFF \
-DENABLE_GNUTLS:BOOL=OFF \
-DENABLE_MBEDTLS:BOOL=OFF \
-DENABLE_OPENSSL:BOOL=ON \
-DENABLE_WINDOWS_CRYPTO:BOOL=OFF \
-DENABLE_BZIP2:BOOL=ON \
-DENABLE_LZMA:BOOL=ON \
-DBUILD_TOOLS:BOOL=ON \
-DBUILD_REGRESS:BOOL=ON \
-DBUILD_EXAMPLES:BOOL=OFF \
-DBUILD_DOC:BOOL=ON \
.
make %{?_smp_mflags}
@ -107,8 +120,14 @@ make check
%changelog
* Wed May 15 2019 Joe Orton <jorton@redhat.com> - 1.5.1-2
- rebuild (#1695587)
* Thu May 14 2020 Remi Collet <rcollet@redhat.com> - 1.6.1-1
- update to 1.6.1
- enable lzma support
* Tue May 7 2019 Remi Collet <rcollet@redhat.com> - 1.5.2-1
- update to 1.5.2
- add all explicit cmake options to ensure openssl is used
even in local build with other lilbraries available
* Wed Apr 11 2018 Remi Collet <remi@remirepo.net> - 1.5.1-1
- update to 1.5.1