|
|
@ -1,11 +1,11 @@
|
|
|
|
%bcond_without tests
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
|
|
|
|
Name: libzip
|
|
|
|
Name: libzip
|
|
|
|
Version: 1.10.1
|
|
|
|
Version: 1.7.3
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Summary: C library for reading, creating, and modifying zip archives
|
|
|
|
Summary: C library for reading, creating, and modifying zip archives
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD-3-Clause
|
|
|
|
License: BSD
|
|
|
|
URL: https://libzip.org/
|
|
|
|
URL: https://libzip.org/
|
|
|
|
Source0: https://libzip.org/download/libzip-%{version}.tar.xz
|
|
|
|
Source0: https://libzip.org/download/libzip-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
@ -14,12 +14,21 @@ BuildRequires: zlib-devel
|
|
|
|
BuildRequires: bzip2-devel
|
|
|
|
BuildRequires: bzip2-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: xz-devel
|
|
|
|
BuildRequires: xz-devel
|
|
|
|
BuildRequires: libzstd-devel >= 1.3.6
|
|
|
|
BuildRequires: cmake >= 3.0.2
|
|
|
|
BuildRequires: cmake >= 3.4
|
|
|
|
# Needed to run the test suite
|
|
|
|
BuildRequires: mandoc
|
|
|
|
# find regress/ -type f | /usr/lib/rpm/perl.req
|
|
|
|
%if %{with tests}
|
|
|
|
# find regress/ -type f | /usr/lib/rpm/perl.prov
|
|
|
|
BuildRequires: nihtest
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
%endif
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Copy)
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
|
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
|
|
|
|
BuildRequires: perl(Symbol)
|
|
|
|
|
|
|
|
BuildRequires: perl(UNIVERSAL)
|
|
|
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -69,7 +78,6 @@ sed -e '/clone-fs-/d' \
|
|
|
|
-DENABLE_WINDOWS_CRYPTO:BOOL=OFF \
|
|
|
|
-DENABLE_WINDOWS_CRYPTO:BOOL=OFF \
|
|
|
|
-DENABLE_BZIP2:BOOL=ON \
|
|
|
|
-DENABLE_BZIP2:BOOL=ON \
|
|
|
|
-DENABLE_LZMA:BOOL=ON \
|
|
|
|
-DENABLE_LZMA:BOOL=ON \
|
|
|
|
-DENABLE_ZSTD:BOOL=ON \
|
|
|
|
|
|
|
|
-DBUILD_TOOLS:BOOL=ON \
|
|
|
|
-DBUILD_TOOLS:BOOL=ON \
|
|
|
|
-DBUILD_REGRESS:BOOL=ON \
|
|
|
|
-DBUILD_REGRESS:BOOL=ON \
|
|
|
|
-DBUILD_EXAMPLES:BOOL=OFF \
|
|
|
|
-DBUILD_EXAMPLES:BOOL=OFF \
|
|
|
@ -116,52 +124,16 @@ sed -e '/clone-fs-/d' \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.10.1-4
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.3-7
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Remi Collet <remi@remirepo.net> - 1.10.1-1
|
|
|
|
|
|
|
|
- update to 1.10.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 10 2023 Remi Collet <remi@remirepo.net> - 1.10.0-1
|
|
|
|
|
|
|
|
- update to 1.10.0
|
|
|
|
|
|
|
|
- use python3-nihtest instead of perl for tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.2-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.2-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 28 2022 Remi Collet <remi@remirepo.net> - 1.9.2-1
|
|
|
|
|
|
|
|
- update to 1.9.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 28 2022 Remi Collet <remi@remirepo.net> - 1.9.1-1
|
|
|
|
|
|
|
|
- update to 1.9.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.9.0-1
|
|
|
|
|
|
|
|
- update to 1.9.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.8.0-3
|
|
|
|
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
|
|
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 21 2021 Remi Collet <remi@remirepo.net> - 1.8.0-1
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.3-5
|
|
|
|
- update to 1.8.0
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- enable zstd compression support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-4
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|