|
|
@ -15,8 +15,8 @@
|
|
|
|
%bcond_without test
|
|
|
|
%bcond_without test
|
|
|
|
|
|
|
|
|
|
|
|
Name: quazip
|
|
|
|
Name: quazip
|
|
|
|
Version: 1.1
|
|
|
|
Version: 1.2
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Qt/C++ wrapper for the minizip library
|
|
|
|
Summary: Qt/C++ wrapper for the minizip library
|
|
|
|
License: GPLv2+ or LGPLv2+
|
|
|
|
License: GPLv2+ or LGPLv2+
|
|
|
|
URL: https://github.com/stachenov/quazip
|
|
|
|
URL: https://github.com/stachenov/quazip
|
|
|
@ -121,19 +121,19 @@ for developing applications that use %{name}-qt6.
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%if %{with qt4}
|
|
|
|
%if %{with qt4}
|
|
|
|
%global _vpath_builddir build-qt4
|
|
|
|
%global _vpath_builddir build-qt4
|
|
|
|
%cmake -DQUAZIP_QT_MAJOR_VERSION=4
|
|
|
|
%cmake -DQUAZIP_QT_MAJOR_VERSION=4 -DQUAZIP_ENABLE_TESTS=ON
|
|
|
|
%cmake_build
|
|
|
|
%cmake_build
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with qt5}
|
|
|
|
%if %{with qt5}
|
|
|
|
%global _vpath_builddir build-qt5
|
|
|
|
%global _vpath_builddir build-qt5
|
|
|
|
%cmake -DQUAZIP_QT_MAJOR_VERSION=5
|
|
|
|
%cmake -DQUAZIP_QT_MAJOR_VERSION=5 -DQUAZIP_ENABLE_TESTS=ON
|
|
|
|
%cmake_build
|
|
|
|
%cmake_build
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with qt6}
|
|
|
|
%if %{with qt6}
|
|
|
|
%global _vpath_builddir build-qt6
|
|
|
|
%global _vpath_builddir build-qt6
|
|
|
|
%cmake -DQUAZIP_QT_MAJOR_VERSION=6
|
|
|
|
%cmake -DQUAZIP_QT_MAJOR_VERSION=6 -DQUAZIP_ENABLE_TESTS=ON
|
|
|
|
%cmake_build
|
|
|
|
%cmake_build
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -278,6 +278,9 @@ export QT_ENABLE_REGEXP_JIT=0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Nov 14 2021 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.2-1
|
|
|
|
|
|
|
|
- Update to 1.2 (#2023014)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 14 2021 Ondrej Mosnacek <omosnace@redhat.com> - 1.1-3
|
|
|
|
* Tue Sep 14 2021 Ondrej Mosnacek <omosnace@redhat.com> - 1.1-3
|
|
|
|
- Fix symlink-directory conflict on upgrade
|
|
|
|
- Fix symlink-directory conflict on upgrade
|
|
|
|
|
|
|
|
|
|
|
|