6.3.0
This commit is contained in:
parent
c9baaf8344
commit
505096c38b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/qtwebsockets-everywhere-src-6.2.1.tar.xz
|
/qtwebsockets-everywhere-src-6.2.1.tar.xz
|
||||||
/qtwebsockets-everywhere-src-6.2.2.tar.xz
|
/qtwebsockets-everywhere-src-6.2.2.tar.xz
|
||||||
/qtwebsockets-everywhere-src-6.2.3.tar.xz
|
/qtwebsockets-everywhere-src-6.2.3.tar.xz
|
||||||
|
/qtwebsockets-everywhere-src-6.3.0.tar.xz
|
||||||
|
@ -6,10 +6,12 @@
|
|||||||
%global prerelease rc2
|
%global prerelease rc2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
#global examples 1
|
||||||
|
|
||||||
Summary: Qt6 - WebSockets component
|
Summary: Qt6 - WebSockets component
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.2.3
|
Version: 6.3.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
@ -50,18 +52,20 @@ Requires: qt6-qtbase-devel%{?_isa}
|
|||||||
%description devel
|
%description devel
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if 0%{?examples}
|
||||||
%package examples
|
%package examples
|
||||||
Summary: Programming examples for %{name}
|
Summary: Programming examples for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
%description examples
|
%description examples
|
||||||
%{summary}.
|
%{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}
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -101,13 +105,16 @@ popd
|
|||||||
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
||||||
%{_qt6_datadir}/modules/*.json
|
%{_qt6_datadir}/modules/*.json
|
||||||
|
|
||||||
%if 0%{?_qt6_examplesdir:1}
|
%if 0%{?examples}
|
||||||
%files examples
|
%files examples
|
||||||
%{_qt6_examplesdir}/
|
%{_qt6_examplesdir}/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 13 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.0-1
|
||||||
|
- 6.3.0
|
||||||
|
|
||||||
* Fri Feb 25 2022 Jan Grulich <jgrulich@redhat.com> - 6.2.3-2
|
* Fri Feb 25 2022 Jan Grulich <jgrulich@redhat.com> - 6.2.3-2
|
||||||
- Enable s390x builds
|
- Enable s390x builds
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtwebsockets-everywhere-src-6.2.3.tar.xz) = 7e53c1a97ce0b4915590a07f0b57f5048b9bf7253d4d7fb1200a936271a958bc9864c473dc8f1c8ede86e027b11bf47cafb049bc4e7071e7e094a277263a3e8f
|
SHA512 (qtwebsockets-everywhere-src-6.3.0.tar.xz) = 61ea5f6fbc1c416023aa8b2e34f1e0fcac84807b75010a37ee3d7fb63ef493273cda8d450ec5ef4ff08ac2edaf8ea61459dec75ec5a96774657f9b4604576fd8
|
||||||
|
Loading…
Reference in New Issue
Block a user