forked from pool/qt6-remoteobjects
Compare commits
37 Commits
Author | SHA256 | Date | |
---|---|---|---|
a460c7c2a6 | |||
|
b6e761d6f5 | ||
78ccc19d31 | |||
|
43283cbb72 | ||
71b3e3bb14 | |||
|
1e7221831a | ||
bf6643493d | |||
|
86e0346f23 | ||
a3b3c86bd0 | |||
|
265e56262e | ||
1847e5f314 | |||
|
6c8be80b22 | ||
90512f30e1 | |||
|
c3afed37f1 | ||
42c98c5720 | |||
e6308eaae3 | |||
82c5ba2546 | |||
22f25ffd15 | |||
acb67769df | |||
cb9620cc56 | |||
683ded12c6 | |||
5ccc2b4a77 | |||
86622dc7bc | |||
c274770645 | |||
418220a234 | |||
314a025290 | |||
4a6d169939 | |||
074c09f414 | |||
f6e02ebf0d | |||
8316e70317 | |||
00790ace27 | |||
fce8f523d1 | |||
0f1071ee73 | |||
aabab0b51a | |||
49ea41f124 | |||
00d244812e | |||
5d03c79ff9 |
@@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 07:49:31 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.9.1:
|
||||||
|
* https://www.qt.io/blog/qt-6.9.1-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 2 11:03:41 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.9.0:
|
||||||
|
* https://www.qt.io/blog/qt-6.9-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 9 22:49:06 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Ignore private QML imports
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 31 10:22:59 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.2
|
||||||
|
https://www.qt.io/blog/qt-6.8.2-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 13:02:10 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.1:
|
||||||
|
* https://www.qt.io/blog/qt-6.8.1-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 8 09:29:50 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.0:
|
||||||
|
* https://www.qt.io/blog/qt-6.8-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 28 08:23:05 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.7.3
|
||||||
|
* https://www.qt.io/blog/qt-6.7.3-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 19 07:25:57 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Wed Jun 19 07:25:57 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-remoteobjects
|
# spec file for package qt6-remoteobjects
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.7.2
|
%define real_version 6.9.1
|
||||||
%define short_version 6.7
|
%define short_version 6.9
|
||||||
%define tar_name qtremoteobjects-everywhere-src
|
%define tar_name qtremoteobjects-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
#
|
#
|
||||||
@@ -26,8 +26,11 @@
|
|||||||
%define pkg_suffix -docs
|
%define pkg_suffix -docs
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
|
# Private QML imports
|
||||||
|
%global __requires_exclude qt6qmlimport\\(TimeExample\\)
|
||||||
|
#
|
||||||
Name: qt6-remoteobjects%{?pkg_suffix}
|
Name: qt6-remoteobjects%{?pkg_suffix}
|
||||||
Version: 6.7.2
|
Version: 6.9.1
|
||||||
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)
|
||||||
@@ -35,10 +38,9 @@ URL: https://www.qt.io
|
|||||||
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||||
Source99: qt6-remoteobjects-rpmlintrc
|
Source99: qt6-remoteobjects-rpmlintrc
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: qt6-core-private-devel
|
|
||||||
BuildRequires: qt6-qml-private-devel
|
|
||||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
|
||||||
BuildRequires: cmake(Qt6Bluetooth) = %{real_version}
|
BuildRequires: cmake(Qt6Bluetooth) = %{real_version}
|
||||||
|
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||||
|
BuildRequires: cmake(Qt6CorePrivate) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Network) = %{real_version}
|
BuildRequires: cmake(Qt6Network) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
||||||
@@ -80,8 +82,8 @@ Development files for the Qt 6 RemoteObjects library.
|
|||||||
|
|
||||||
%package private-devel
|
%package private-devel
|
||||||
Summary: Non-ABI stable API for the Qt 6 RemoteObjects library
|
Summary: Non-ABI stable API for the Qt 6 RemoteObjects library
|
||||||
|
Requires: cmake(Qt6CorePrivate) = %{real_version}
|
||||||
Requires: cmake(Qt6RemoteObjects) = %{real_version}
|
Requires: cmake(Qt6RemoteObjects) = %{real_version}
|
||||||
%requires_eq qt6-core-private-devel
|
|
||||||
|
|
||||||
%description private-devel
|
%description private-devel
|
||||||
This package provides private headers of libQt6RemoteObjects that do not have
|
This package provides private headers of libQt6RemoteObjects that do not have
|
||||||
@@ -125,7 +127,8 @@ This package contains REPC, a compiler for Qt RemoteObjects API definition files
|
|||||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_qt6
|
%cmake_qt6 \
|
||||||
|
-DQT_GENERATE_SBOM:BOOL=FALSE
|
||||||
|
|
||||||
%{qt6_build}
|
%{qt6_build}
|
||||||
|
|
||||||
@@ -136,15 +139,11 @@ This package contains REPC, a compiler for Qt RemoteObjects API definition files
|
|||||||
|
|
||||||
# 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
|
||||||
|
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6RepParserPrivate
|
||||||
|
|
||||||
# CMake files are not needed for plugins
|
# CMake files are not needed for plugins
|
||||||
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||||
|
|
||||||
# Unneeded?
|
|
||||||
rm -r %{buildroot}%{_qt6_mkspecsdir}/features
|
|
||||||
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6RepParser
|
|
||||||
rm %{buildroot}%{_qt6_pkgconfigdir}/Qt6RepParser.pc
|
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libQt6RemoteObjects6
|
%ldconfig_scriptlets -n libQt6RemoteObjects6
|
||||||
%ldconfig_scriptlets -n libQt6RemoteObjectsQml6
|
%ldconfig_scriptlets -n libQt6RemoteObjectsQml6
|
||||||
|
|
||||||
@@ -159,6 +158,8 @@ rm %{buildroot}%{_qt6_pkgconfigdir}/Qt6RepParser.pc
|
|||||||
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtRemoteObjectsTestsConfig.cmake
|
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtRemoteObjectsTestsConfig.cmake
|
||||||
%{_qt6_cmakedir}/Qt6RemoteObjects/
|
%{_qt6_cmakedir}/Qt6RemoteObjects/
|
||||||
%{_qt6_cmakedir}/Qt6RemoteObjectsTools/
|
%{_qt6_cmakedir}/Qt6RemoteObjectsTools/
|
||||||
|
%{_qt6_cmakedir}/Qt6RepParser
|
||||||
|
%{_qt6_pkgconfigdir}/Qt6RepParser.pc
|
||||||
%{_qt6_descriptionsdir}/RemoteObjects.json
|
%{_qt6_descriptionsdir}/RemoteObjects.json
|
||||||
%{_qt6_descriptionsdir}/RepParser.json
|
%{_qt6_descriptionsdir}/RepParser.json
|
||||||
%{_qt6_includedir}/QtRemoteObjects/
|
%{_qt6_includedir}/QtRemoteObjects/
|
||||||
@@ -166,12 +167,14 @@ rm %{buildroot}%{_qt6_pkgconfigdir}/Qt6RepParser.pc
|
|||||||
%{_qt6_libdir}/libQt6RemoteObjects.prl
|
%{_qt6_libdir}/libQt6RemoteObjects.prl
|
||||||
%{_qt6_libdir}/libQt6RemoteObjects.so
|
%{_qt6_libdir}/libQt6RemoteObjects.so
|
||||||
%{_qt6_metatypesdir}/qt6remoteobjects_*_metatypes.json
|
%{_qt6_metatypesdir}/qt6remoteobjects_*_metatypes.json
|
||||||
|
%{_qt6_mkspecsdir}/features/*
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_remoteobjects.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_remoteobjects.pri
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_repparser.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_repparser.pri
|
||||||
%{_qt6_pkgconfigdir}/Qt6RemoteObjects.pc
|
%{_qt6_pkgconfigdir}/Qt6RemoteObjects.pc
|
||||||
%exclude %{_qt6_includedir}/QtRemoteObjects/%{real_version}
|
%exclude %{_qt6_includedir}/QtRemoteObjects/%{real_version}
|
||||||
|
|
||||||
%files private-devel
|
%files private-devel
|
||||||
|
%{_qt6_cmakedir}/Qt6RemoteObjectsPrivate/
|
||||||
%{_qt6_includedir}/QtRemoteObjects/%{real_version}/
|
%{_qt6_includedir}/QtRemoteObjects/%{real_version}/
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_remoteobjects_private.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_remoteobjects_private.pri
|
||||||
|
|
||||||
@@ -190,6 +193,7 @@ rm %{buildroot}%{_qt6_pkgconfigdir}/Qt6RepParser.pc
|
|||||||
%exclude %{_qt6_includedir}/QtRemoteObjectsQml/%{real_version}
|
%exclude %{_qt6_includedir}/QtRemoteObjectsQml/%{real_version}
|
||||||
|
|
||||||
%files -n qt6-remoteobjectsqml-private-devel
|
%files -n qt6-remoteobjectsqml-private-devel
|
||||||
|
%{_qt6_cmakedir}/Qt6RemoteObjectsQmlPrivate/
|
||||||
%{_qt6_includedir}/QtRemoteObjectsQml/%{real_version}/
|
%{_qt6_includedir}/QtRemoteObjectsQml/%{real_version}/
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_remoteobjectsqml_private.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_remoteobjectsqml_private.pri
|
||||||
|
|
||||||
|
BIN
qtremoteobjects-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
BIN
qtremoteobjects-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
qtremoteobjects-everywhere-src-6.9.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
qtremoteobjects-everywhere-src-6.9.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user