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