Qt 6.2.4
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-remoteobjects?expand=0&rev=6
This commit is contained in:
parent
debaea47b5
commit
e44cc004d8
4
_multibuild
Normal file
4
_multibuild
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<multibuild>
|
||||||
|
<flavor>docs</flavor>
|
||||||
|
</multibuild>
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 21 08:46:37 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.2.4
|
||||||
|
* https://www.qt.io/blog/qt-6.2.4-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 31 08:54:45 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Jan 31 08:54:45 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.2.3
|
%define real_version 6.2.4
|
||||||
%define short_version 6.2
|
%define short_version 6.2
|
||||||
%define tar_name qtremoteobjects-everywhere-src
|
%define tar_name qtremoteobjects-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
#
|
#
|
||||||
Name: qt6-remoteobjects
|
Name: qt6-remoteobjects
|
||||||
Version: 6.2.3
|
Version: 6.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt6 RemoteObjects Library
|
Summary: Qt6 RemoteObjects Library
|
||||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||||
@ -36,11 +36,17 @@ BuildRequires: cmake(Qt6Network)
|
|||||||
BuildRequires: cmake(Qt6Quick)
|
BuildRequires: cmake(Qt6Quick)
|
||||||
BuildRequires: cmake(Qt6QuickTest)
|
BuildRequires: cmake(Qt6QuickTest)
|
||||||
BuildRequires: cmake(Qt6Widgets)
|
BuildRequires: cmake(Qt6Widgets)
|
||||||
|
%if "%{qt6_flavor}" == "docs"
|
||||||
|
BuildRequires: qt6-tools
|
||||||
|
%{qt6_doc_packages}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Qt Remote Objects (QtRO) is an inter-process communication (IPC)
|
Qt Remote Objects (QtRO) is an inter-process communication (IPC)
|
||||||
module to enable information exchange between processes or computers.
|
module to enable information exchange between processes or computers.
|
||||||
|
|
||||||
|
%if !%{qt6_docs_flavor}
|
||||||
|
|
||||||
%package imports
|
%package imports
|
||||||
Summary: Qt 6 RemoteObjects QML files
|
Summary: Qt 6 RemoteObjects QML files
|
||||||
|
|
||||||
@ -102,6 +108,8 @@ This package contains REPC, a compiler for Qt RemoteObjects API definition files
|
|||||||
|
|
||||||
%{qt6_examples_package}
|
%{qt6_examples_package}
|
||||||
|
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||||
|
|
||||||
@ -113,6 +121,8 @@ This package contains REPC, a compiler for Qt RemoteObjects API definition files
|
|||||||
%install
|
%install
|
||||||
%{qt6_install}
|
%{qt6_install}
|
||||||
|
|
||||||
|
%if !%{qt6_docs_flavor}
|
||||||
|
|
||||||
# repparser has no private headers
|
# repparser has no private headers
|
||||||
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_repparser_private.pri
|
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_repparser_private.pri
|
||||||
|
|
||||||
@ -174,4 +184,6 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6RepParser
|
|||||||
%files tools
|
%files tools
|
||||||
%{_qt6_libexecdir}/repc
|
%{_qt6_libexecdir}/repc
|
||||||
|
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4df699c83560e121999eb4d76591d1b9e73a8e99353c93fad357e27d5b8a1945
|
|
||||||
size 361280
|
|
3
qtremoteobjects-everywhere-src-6.2.4.tar.xz
Normal file
3
qtremoteobjects-everywhere-src-6.2.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d23ab298d2ebf5b8437b0794af47266bb3048b0f4b733e0db1335a09fc18d883
|
||||||
|
size 367336
|
Loading…
Reference in New Issue
Block a user