Christophe Giboudeaux 2022-03-28 14:06:58 +00:00 committed by Git OBS Bridge
parent debaea47b5
commit e44cc004d8
5 changed files with 27 additions and 5 deletions

4
_multibuild Normal file
View File

@ -0,0 +1,4 @@
<multibuild>
<flavor>docs</flavor>
</multibuild>

View File

@ -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>

View File

@ -16,13 +16,13 @@
#
%define real_version 6.2.3
%define real_version 6.2.4
%define short_version 6.2
%define tar_name qtremoteobjects-everywhere-src
%define tar_suffix %{nil}
#
Name: qt6-remoteobjects
Version: 6.2.3
Version: 6.2.4
Release: 0
Summary: Qt6 RemoteObjects Library
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(Qt6QuickTest)
BuildRequires: cmake(Qt6Widgets)
%if "%{qt6_flavor}" == "docs"
BuildRequires: qt6-tools
%{qt6_doc_packages}
%endif
%description
Qt Remote Objects (QtRO) is an inter-process communication (IPC)
module to enable information exchange between processes or computers.
%if !%{qt6_docs_flavor}
%package imports
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}
%endif
%prep
%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
%{qt6_install}
%if !%{qt6_docs_flavor}
# repparser has no private headers
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_repparser_private.pri
@ -174,4 +184,6 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6RepParser
%files tools
%{_qt6_libexecdir}/repc
%endif
%changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4df699c83560e121999eb4d76591d1b9e73a8e99353c93fad357e27d5b8a1945
size 361280

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d23ab298d2ebf5b8437b0794af47266bb3048b0f4b733e0db1335a09fc18d883
size 367336