Compare commits

1 Commits
main ... 1.1

4 changed files with 17 additions and 62 deletions

View File

@@ -1,44 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package qt6-remoteobjects
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
#
%define real_version 6.9.1
%define short_version 6.9
%define real_version 6.7.2
%define short_version 6.7
%define tar_name qtremoteobjects-everywhere-src
%define tar_suffix %{nil}
#
@@ -26,11 +26,8 @@
%define pkg_suffix -docs
%endif
#
# Private QML imports
%global __requires_exclude qt6qmlimport\\(TimeExample\\)
#
Name: qt6-remoteobjects%{?pkg_suffix}
Version: 6.9.1
Version: 6.7.2
Release: 0
Summary: Qt6 RemoteObjects Library
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
@@ -38,9 +35,10 @@ 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
Source99: qt6-remoteobjects-rpmlintrc
BuildRequires: pkgconfig
BuildRequires: cmake(Qt6Bluetooth) = %{real_version}
BuildRequires: qt6-core-private-devel
BuildRequires: qt6-qml-private-devel
BuildRequires: cmake(Qt6Core) = %{real_version}
BuildRequires: cmake(Qt6CorePrivate) = %{real_version}
BuildRequires: cmake(Qt6Bluetooth) = %{real_version}
BuildRequires: cmake(Qt6Gui) = %{real_version}
BuildRequires: cmake(Qt6Network) = %{real_version}
BuildRequires: cmake(Qt6Quick) = %{real_version}
@@ -82,8 +80,8 @@ Development files for the Qt 6 RemoteObjects library.
%package private-devel
Summary: Non-ABI stable API for the Qt 6 RemoteObjects library
Requires: cmake(Qt6CorePrivate) = %{real_version}
Requires: cmake(Qt6RemoteObjects) = %{real_version}
%requires_eq qt6-core-private-devel
%description private-devel
This package provides private headers of libQt6RemoteObjects that do not have
@@ -127,8 +125,7 @@ This package contains REPC, a compiler for Qt RemoteObjects API definition files
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
%build
%cmake_qt6 \
-DQT_GENERATE_SBOM:BOOL=FALSE
%cmake_qt6
%{qt6_build}
@@ -139,11 +136,15 @@ This package contains REPC, a compiler for Qt RemoteObjects API definition files
# repparser has no private headers
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_repparser_private.pri
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6RepParserPrivate
# CMake files are not needed for plugins
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 libQt6RemoteObjectsQml6
@@ -158,8 +159,6 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtRemoteObjectsTestsConfig.cmake
%{_qt6_cmakedir}/Qt6RemoteObjects/
%{_qt6_cmakedir}/Qt6RemoteObjectsTools/
%{_qt6_cmakedir}/Qt6RepParser
%{_qt6_pkgconfigdir}/Qt6RepParser.pc
%{_qt6_descriptionsdir}/RemoteObjects.json
%{_qt6_descriptionsdir}/RepParser.json
%{_qt6_includedir}/QtRemoteObjects/
@@ -167,14 +166,12 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
%{_qt6_libdir}/libQt6RemoteObjects.prl
%{_qt6_libdir}/libQt6RemoteObjects.so
%{_qt6_metatypesdir}/qt6remoteobjects_*_metatypes.json
%{_qt6_mkspecsdir}/features/*
%{_qt6_mkspecsdir}/modules/qt_lib_remoteobjects.pri
%{_qt6_mkspecsdir}/modules/qt_lib_repparser.pri
%{_qt6_pkgconfigdir}/Qt6RemoteObjects.pc
%exclude %{_qt6_includedir}/QtRemoteObjects/%{real_version}
%files private-devel
%{_qt6_cmakedir}/Qt6RemoteObjectsPrivate/
%{_qt6_includedir}/QtRemoteObjects/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_remoteobjects_private.pri
@@ -193,7 +190,6 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
%exclude %{_qt6_includedir}/QtRemoteObjectsQml/%{real_version}
%files -n qt6-remoteobjectsqml-private-devel
%{_qt6_cmakedir}/Qt6RemoteObjectsQmlPrivate/
%{_qt6_includedir}/QtRemoteObjectsQml/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_remoteobjectsqml_private.pri

BIN
qtremoteobjects-everywhere-src-6.7.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.