|
|
|
@ -6,10 +6,12 @@
|
|
|
|
|
%global prerelease rc2
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global build_tests 1
|
|
|
|
|
|
|
|
|
|
Summary: Qt6 - LanguageServer component
|
|
|
|
|
Name: qt6-%{qt_module}
|
|
|
|
|
Version: 6.6.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 6.8.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
|
Url: http://qt.io
|
|
|
|
@ -42,33 +44,53 @@ Requires: qt6-qtbase-devel%{?_isa}
|
|
|
|
|
%description devel
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
%cmake_qt6 \
|
|
|
|
|
-DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} \
|
|
|
|
|
-DQT_BUILD_TESTS=%{?build_tests:ON}%{!?build_tests:OFF}
|
|
|
|
|
|
|
|
|
|
%if 0%{?build_tests}
|
|
|
|
|
%qt6_fix_tests
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%if 0%{?build_tests}
|
|
|
|
|
%qt6_dont_autoinstall_tests
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
|
|
%if 0%{?build_tests}
|
|
|
|
|
%qt6_install_tests
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSES/*
|
|
|
|
|
%{_qt6_libdir}/libQt6JsonRpc.so.6*
|
|
|
|
|
%{_qt6_libdir}/libQt6LanguageServer.so.6*
|
|
|
|
|
%{_qt6_archdatadir}/sbom/%{qt_module}-%{qt_version}.spdx
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_qt6_headerdir}/QtJsonRpc/
|
|
|
|
|
%{_qt6_headerdir}/QtLanguageServer/
|
|
|
|
|
%{_qt6_libdir}/libQt6JsonRpc.prl
|
|
|
|
|
%{_qt6_libdir}/libQt6JsonRpc.so
|
|
|
|
|
%{_qt6_libdir}/libQt6JsonRpc.a
|
|
|
|
|
%{_qt6_libdir}/libQt6LanguageServer.prl
|
|
|
|
|
%{_qt6_libdir}/libQt6LanguageServer.so
|
|
|
|
|
%{_qt6_libdir}/libQt6LanguageServer.a
|
|
|
|
|
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtLanguageServer*
|
|
|
|
|
%{_qt6_libdir}/cmake/Qt6JsonRpcPrivate/
|
|
|
|
|
%{_qt6_libdir}/cmake/Qt6LanguageServerPrivate/
|
|
|
|
@ -79,10 +101,46 @@ Requires: qt6-qtbase-devel%{?_isa}
|
|
|
|
|
%{_qt6_libdir}/qt6/modules/LanguageServerPrivate.json
|
|
|
|
|
#{_qt6_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
* Thu Dec 05 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-2
|
|
|
|
|
- Move Software Bill of Materials from -devel
|
|
|
|
|
Resolves: RHEL-53982
|
|
|
|
|
|
|
|
|
|
* Tue Dec 03 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-1
|
|
|
|
|
- 6.8.1
|
|
|
|
|
Resolves: RHEL-53982
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-4
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6.7.1-3
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Thu Apr 18 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
|
|
|
|
|
- 6.7.0
|
|
|
|
|
Resolves: RHEL-27845
|
|
|
|
|
Resolves: RHEL-31153
|
|
|
|
|
|
|
|
|
|
* Wed Mar 27 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.1-4
|
|
|
|
|
- Add -tests subpackage with unit tests that can run in CI
|
|
|
|
|
Resolves: RHEL-28239
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.6.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|