Compare commits

..

No commits in common. 'epel9' and 'c10-beta' have entirely different histories.

27
.gitignore vendored

@ -1,26 +1 @@
/qt5compat-everywhere-src-6.0.0.tar.xz
/qt5compat-everywhere-src-6.0.1.tar.xz
/qt5compat-everywhere-src-6.0.3.tar.xz
/qt5compat-everywhere-src-6.1.0.tar.xz
/qt5compat-everywhere-src-6.1.1.tar.xz
/qt5compat-everywhere-src-6.1.2.tar.xz
/qt5compat-everywhere-src-6.2.0-beta4.tar.xz
/qt5compat-everywhere-src-6.2.0-rc.tar.xz
/qt5compat-everywhere-src-6.2.0-rc2.tar.xz
/qt5compat-everywhere-src-6.2.0.tar.xz
/qt5compat-everywhere-src-6.2.1.tar.xz
/qt5compat-everywhere-src-6.2.2.tar.xz
/qt5compat-everywhere-src-6.2.3.tar.xz
/qt5compat-everywhere-src-6.3.0.tar.xz
/qt5compat-everywhere-src-6.3.1.tar.xz
/qt5compat-everywhere-src-6.4.0.tar.xz
/qt5compat-everywhere-src-6.4.1.tar.xz
/qt5compat-everywhere-src-6.4.2.tar.xz
/qt5compat-everywhere-src-6.4.3.tar.xz
/qt5compat-everywhere-src-6.5.0.tar.xz
/qt5compat-everywhere-src-6.5.1.tar.xz
/qt5compat-everywhere-src-6.5.2.tar.xz
/qt5compat-everywhere-src-6.5.3.tar.xz
/qt5compat-everywhere-src-6.6.0.tar.xz
/qt5compat-everywhere-src-6.6.1.tar.xz
/qt5compat-everywhere-src-6.6.2.tar.xz
SOURCES/qt5compat-everywhere-src-6.7.1.tar.xz

@ -0,0 +1 @@
0a028822d6632e8774046332a7b01c1038ba7c5d SOURCES/qt5compat-everywhere-src-6.7.1.tar.xz

@ -1,3 +0,0 @@
# qt6-qt5compat
The qt6-qt5compat package

@ -8,10 +8,13 @@
%global prerelease rc2
%endif
%global examples 1
%global build_tests 1
Summary: Qt6 - Qt 5 Compatibility Libraries
Name: qt6-%{qt_module}
Version: 6.6.2
Release: 1%{?dist}
Version: 6.7.1
Release: 3%{?dist}
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://www.qt.io
@ -58,20 +61,39 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%{summary}.
%endif
%if 0%{?build_tests}
%package tests
Summary: Unit tests for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description tests
%{summary}.
%endif
%prep
%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1
%build
%cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF}
%cmake_qt6 \
-DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} \
-DQT_BUILD_TESTS=%{?build_tests:ON}%{!?build_tests:OFF} \
-DQT_INSTALL_EXAMPLES_SOURCES=%{?examples:ON}%{!?examples:OFF}
%cmake_build
%install
%if 0%{?build_tests}
%qt6_dont_autoinstall_tests
%endif
%cmake_install
%if 0%{?build_tests}
%qt6_install_tests
%endif
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
@ -112,9 +134,31 @@ popd
%{_qt6_examplesdir}/
%endif
%if 0%{?build_tests}
%files tests
%{_qt6_archdatadir}/tests
%endif
%changelog
* Thu Feb 15 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.2-1
- 6.6.2
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-3
- Bump release for June 2024 mass rebuild
* Tue Jun 04 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-2
- Add rpminspect.yaml
Resolves: RHEL-36430
* Fri May 31 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-1
- 6.7.1
Resolves: RHEL-36430
* Fri Apr 19 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
- 6.7.0
Resolves: RHEL-27845
Resolves: RHEL-31146
* Wed Mar 27 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.1-5
- Add -tests subpackage with unit tests that can run in CI
Resolves: RHEL-28239
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 6.6.1-4
- Rebuild for ICU 74

@ -1 +0,0 @@
SHA512 (qt5compat-everywhere-src-6.6.2.tar.xz) = 12e4142ce8e9b0863ee5d39c37f9a04ef696fd34c98b5d955464a1cfcc7d55ea8387b6238a49d9e9380f8c95f4b655ffa64fe250f27fee3d4e9f48065bcabb6a
Loading…
Cancel
Save