update to 1.5.2
add all explicit cmake options to ensure openssl is used even in local build with other lilbraries available
This commit is contained in:
parent
2024cde933
commit
363596c3bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ libzip-0.9.3.tar.bz2
|
||||
/libzip-1.4.0.tar.xz
|
||||
/libzip-1.5.0.tar.xz
|
||||
/libzip-1.5.1.tar.xz
|
||||
/libzip-1.5.2.tar.xz
|
||||
|
||||
22
libzip.spec
22
libzip.spec
@ -1,8 +1,8 @@
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: libzip
|
||||
Version: 1.5.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.5.2
|
||||
Release: 1%{?dist}
|
||||
Summary: C library for reading, creating, and modifying zip archives
|
||||
|
||||
License: BSD
|
||||
@ -65,7 +65,18 @@ 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 \
|
||||
-DBUILD_TOOLS:BOOL=ON \
|
||||
-DBUILD_REGRESS:BOOL=ON \
|
||||
-DBUILD_EXAMPLES:BOOL=OFF \
|
||||
-DBUILD_DOC:BOOL=ON \
|
||||
.
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -107,6 +118,11 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 12 2019 Remi Collet <remi@remirepo.net> - 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
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libzip-1.5.1.tar.xz) = 92df9490a9910ebb1da49ecaec96f364fce39a779e1bc739f7796b27b3a864301f5e1ba0108947708dda1d90af7a9e751be54cbb8a0de2a04a48f9f3eb728e3d
|
||||
SHA512 (libzip-1.5.2.tar.xz) = 1e6d48ddbac4d270f70b314f6ada3c93a3196a8cc3b8d17c6cf5ea8409ff29f36ac351206675f9d81351fcf633b0c15d7b0b5530c30c4140e4fe55e64c602643
|
||||
|
||||
Loading…
Reference in New Issue
Block a user