Honza Horak 5 years ago
parent 4b61069279
commit d0cd64d8a9

@ -1,6 +1,6 @@
Name: minizip Name: minizip
Version: 2.10.0 Version: 2.10.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Minizip contrib in zlib with the latest bug fixes and advanced features Summary: Minizip contrib in zlib with the latest bug fixes and advanced features
License: zlib License: zlib
@ -40,11 +40,11 @@ rm -rf lib/bzip2
%build %build
%cmake . -DMZ_BUILD_TEST=ON -DSKIP_INSTALL_BINARIES=ON -DINSTALL_INC_DIR=%{_includedir}/%{name} -DZSTD_FORCE_FETCH=OFF %cmake . -DMZ_BUILD_TEST=ON -DSKIP_INSTALL_BINARIES=ON -DINSTALL_INC_DIR=%{_includedir}/%{name} -DZSTD_FORCE_FETCH=OFF
%make_build %cmake_build
%install %install
%make_install %cmake_install
%check %check
@ -71,6 +71,10 @@ make test
%{_includedir}/%{name}/zip.h %{_includedir}/%{name}/zip.h
%changelog %changelog
* Tue Aug 11 2020 Honza Horak <hhorak@redhat.com> - 2.10.0-4
- Fix FTBFS caused by cmake changes
Resolves: #1864153
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.0-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.0-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save