|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: minizip
|
|
|
|
Name: minizip
|
|
|
|
Version: 2.8.8
|
|
|
|
Version: 2.8.8
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?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
|
|
|
@ -36,7 +36,7 @@ rm -rf lib/bzip2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cmake . -DMZ_BUILD_TEST=ON -DSKIP_INSTALL_BINARIES=ON
|
|
|
|
%cmake . -DMZ_BUILD_TEST=ON -DSKIP_INSTALL_BINARIES=ON -DINSTALL_INC_DIR=%{_includedir}/%{name}
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -63,11 +63,14 @@ make test
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_libdir}/cmake/%{name}
|
|
|
|
%{_libdir}/cmake/%{name}
|
|
|
|
%{_includedir}/mz*.h
|
|
|
|
%{_includedir}/%{name}/mz*.h
|
|
|
|
%{_includedir}/unzip.h
|
|
|
|
%{_includedir}/%{name}/unzip.h
|
|
|
|
%{_includedir}/zip.h
|
|
|
|
%{_includedir}/%{name}/zip.h
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jun 17 2019 Patrik Novotný <panovotn@redhat.com> - 2.8.8-2
|
|
|
|
|
|
|
|
- Move header files to minizip subdirectory (fix implicit conflict)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 12 2019 Patrik Novotný <panovotn@redhat.com> - 2.8.8-1
|
|
|
|
* Wed Jun 12 2019 Patrik Novotný <panovotn@redhat.com> - 2.8.8-1
|
|
|
|
- New upstream release: 2.8.8
|
|
|
|
- New upstream release: 2.8.8
|
|
|
|
|
|
|
|
|
|
|
|