Compare commits

...

No commits in common. 'i10c-beta' and 'i9ce' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/qtwebsockets-everywhere-src-6.7.1.tar.xz SOURCES/qtwebsockets-everywhere-src-6.6.2.tar.xz

@ -1 +1 @@
dc0984148e23eb80dca9f81f268567faf62f277c SOURCES/qtwebsockets-everywhere-src-6.7.1.tar.xz 5b0a04f8f118a0f55e454aa05efb149fb774177a SOURCES/qtwebsockets-everywhere-src-6.6.2.tar.xz

@ -7,13 +7,11 @@
%endif %endif
%global examples 1 %global examples 1
# FIXME: needs bootstrap
%global build_tests 1
Summary: Qt6 - WebSockets component Summary: Qt6 - WebSockets component
Name: qt6-%{qt_module} Name: qt6-%{qt_module}
Version: 6.7.1 Version: 6.6.2
Release: 4%{?dist} Release: 1%{?dist}
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://qt-project.org/ Url: http://qt-project.org/
@ -62,39 +60,19 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%{summary}. %{summary}.
%endif %endif
%if 0%{?build_tests}
%package tests
Summary: Unit tests for %{name}
BuildRequires: qt6-qtwebsockets-devel >= %{version}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description tests
%{summary}.
%endif
%prep %prep
%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 %autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1
%build %build
%cmake_qt6 \ %cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF}
-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 %cmake_build
%install %install
%if 0%{?build_tests}
%qt6_dont_autoinstall_tests
%endif
%cmake_install %cmake_install
%if 0%{?build_tests}
%qt6_install_tests
%endif
## .prl/.la file love ## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs # nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt6_libdir} pushd %{buildroot}%{_qt6_libdir}
@ -133,43 +111,10 @@ popd
%{_qt6_examplesdir}/ %{_qt6_examplesdir}/
%endif %endif
%if 0%{?build_tests}
%files tests
%{_qt6_archdatadir}/tests
%endif
%changelog %changelog
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6.7.1-4 * Thu Feb 15 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.2-1
- Rebuilt for MSVSphere 10 - 6.6.2
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-4
- Bump release for June 2024 mass rebuild
* Tue Jun 04 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-3
- Add rpminspect.yaml
Resolves: RHEL-36430
* Sat Jun 01 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-2
- Enable tests subpackage
Resolves: RHEL-36430
* Fri May 31 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-1
- 6.7.1
Resolves: RHEL-36430
* Mon Apr 22 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-2
- Enable tests subpackage
Resolves: RHEL-27845
Resolves: RHEL-31174
* Fri Apr 19 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
- 6.7.0
Resolves: RHEL-27845
Resolves: RHEL-31174
* Tue Apr 02 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 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.6.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
@ -186,6 +131,9 @@ popd
* Sun Oct 01 2023 Justin Zobel <justin.zobel@gmail.com> - 6.5.3-1 * Sun Oct 01 2023 Justin Zobel <justin.zobel@gmail.com> - 6.5.3-1
- new version - new version
* Mon Jul 24 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.5.2-2
-- Rebuilt for MSVSphere 9.3
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.5.2-2 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

Loading…
Cancel
Save