import qt6-qttools-6.8.1-2.el10

i10c changed/i10c/qt6-qttools-6.8.1-2.el10
Arkady L. Shane 2 months ago
parent 924129946d
commit 95b06051ae
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

2
.gitignore vendored

@ -1 +1 @@
SOURCES/qttools-everywhere-src-6.7.1.tar.xz
SOURCES/qttools-everywhere-src-6.8.1.tar.xz

@ -1 +1 @@
3cc4b77444190293ba0b9a7895d779f7ef3e2f49 SOURCES/qttools-everywhere-src-6.7.1.tar.xz
b8ec9e68c33fcf75d40cbfaeeac2181f2f6598dd SOURCES/qttools-everywhere-src-6.8.1.tar.xz

@ -0,0 +1,45 @@
<?xml version='1.0' encoding='utf-8'?>
<component type="desktop-application">
<!--Created with jdAppStreamEdit 8.0-->
<id>io.qt.Designer</id>
<name>Qt Designer</name>
<summary>Design GUIs for Qt applications</summary>
<summary xml:lang="de">Erstelle GUIs for Qt Anwendungen</summary>
<developer id="io.qt">
<name>The Qt Company</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-3.0-only</project_license>
<project_group>Qt</project_group>
<description>
<p>Qt Designer lets you created and edit .ui files for your Qt Widgets Application</p>
<p xml:lang="de">Mit Qt Designer kannst du .ui Dateien für deine Qt Anwendung erstellen und bearbeiten</p>
</description>
<screenshots>
<screenshot type="default">
<image type="source">https://doc.qt.io/qt-6/images/designer-multiple-screenshot.png</image>
</screenshot>
<screenshot>
<image type="source">https://doc.qt.io/qt-6/images/designer-screenshot.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://www.qt.io/</url>
<url type="bugtracker">https://bugreports.qt.io</url>
<url type="help">https://doc.qt.io/qt-6/qtdesigner-manual.html</url>
<url type="vcs-browser">https://code.qt.io/cgit/qt/qttools.git/tree/src/designer</url>
<url type="contribute">https://www.qt.io/community/contribute-to-qt</url>
<categories>
<category>Development</category>
<category>Qt</category>
</categories>
<recommends>
<control>pointing</control>
<control>keyboard</control>
</recommends>
<content_rating type="oars-1.1"/>
<launchable type="desktop-id">qt6-designer.desktop</launchable>
<provides>
<binary>designer</binary>
<mediatype>application/x-designer</mediatype>
</provides>
</component>

@ -0,0 +1,43 @@
<?xml version='1.0' encoding='utf-8'?>
<component type="desktop-application">
<!--Created with jdAppStreamEdit 8.0-->
<id>io.qt.Linguist</id>
<name>Qt Linguist</name>
<summary>Add translations to Qt applications</summary>
<summary xml:lang="de">Übersetzungen zu Qt Programmen hinzufügen</summary>
<developer id="io.qt">
<name>The Qt Company</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-3.0-only</project_license>
<project_group>Qt</project_group>
<description>
<p>Qt Linguist allows you to translate Qt applications</p>
<p xml:lang="de">Qt Linguist erlaubt dir Übersetzung von Qt Programmen</p>
</description>
<screenshots>
<screenshot type="default">
<caption>The main window</caption>
<caption xml:lang="de">Das Hauptfenster</caption>
<image type="source">https://raw.githubusercontent.com/flathub/io.qt.Linguist/78c853bd0488bf62e2042b2011d674e08dcf7b76/Screenshots/MainWindow.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://www.qt.io/</url>
<url type="vcs-browser">https://code.qt.io/cgit/qt/qttools.git/tree/src/linguist/linguist</url>
<url type="contribute">https://www.qt.io/community/contribute-to-qt</url>
<categories>
<category>Translation</category>
<category>Qt</category>
</categories>
<requires>
<control>pointing</control>
<control>keyboard</control>
</requires>
<content_rating type="oars-1.1"/>
<launchable type="desktop-id">qt6-linguist.desktop</launchable>
<provides>
<binary>linguist</binary>
<mediatype>text/vnd.trolltech.linguist</mediatype>
<mediatype>application/x-linguist</mediatype>
</provides>
</component>

@ -0,0 +1,40 @@
<?xml version='1.0' encoding='utf-8'?>
<component type="desktop-application">
<!--Created with jdAppStreamEdit 8.0-->
<id>io.qt.qdbusviewer</id>
<name>Qt QDBusViewer</name>
<summary>Debug D-Bus applications</summary>
<developer id="io.qt">
<name>The Qt Company</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-3.0-only</project_license>
<project_group>Qt</project_group>
<description>
<p>The Qt D-Bus Viewer is a tool that lets you introspect D-Bus objects and messages. You can choose between the system bus and the session bus.</p>
</description>
<screenshots>
<screenshot type="default">
<caption>The Main Window</caption>
<image type="source">https://github.com/flathub/io.qt.qdbusviewer/blob/5df144729039a83d41d5c3e285e8d090884564a7/Screenshots/MainWindow.png?raw=true</image>
</screenshot>
</screenshots>
<url type="homepage">https://www.qt.io/</url>
<url type="bugtracker">https://bugreports.qt.io</url>
<url type="vcs-browser">https://code.qt.io/cgit/qt/qttools.git/tree/src/qdbus/qdbusviewer</url>
<url type="contribute">https://www.qt.io/community/contribute-to-qt</url>
<categories>
<category>Development</category>
<category>Debugger</category>
<category>Qt</category>
</categories>
<recommends>
<control>pointing</control>
<control>keyboard</control>
</recommends>
<content_rating type="oars-1.1"/>
<launchable type="desktop-id">qt6-qdbusviewer.desktop</launchable>
<provides>
<binary>qdbusviewer</binary>
</provides>
</component>

@ -7,11 +7,13 @@
%global examples 1
%global build_tests 1
# disable once Qt7 is stable and providing the apps
%global metainfo 1
Summary: Qt6 - QtTool components
Name: qt6-qttools
Version: 6.7.1
Release: 4%{?dist}
Version: 6.8.1
Release: 2%{?dist}
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://www.qt.io
@ -38,11 +40,17 @@ Source21: designer.desktop
Source22: linguist.desktop
Source23: qdbusviewer.desktop
# borrowed from Flathub with adjustments for Fedora
Source31: io.qt.Designer.metainfo.xml
Source32: io.qt.Linguist.metainfo.xml
Source33: io.qt.qdbusviewer.metainfo.xml
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: ninja-build
BuildRequires: desktop-file-utils
BuildRequires: /usr/bin/file
BuildRequires: libappstream-glib
BuildRequires: qt6-rpm-macros >= %{version}
BuildRequires: qt6-qtbase-private-devel
BuildRequires: qt6-qtbase-static >= %{version}
@ -140,6 +148,7 @@ Requires: %{name}-libs-help%{?_isa} = %{version}-%{release}
%if 0%{?examples}
%package examples
Summary: Programming examples for %{name}
Requires: %{name} = %{version}-%{release}
Requires: %{name}-common = %{version}-%{release}
Requires: %{name}-libs-help%{?_isa} = %{version}-%{release}
%description examples
@ -158,9 +167,9 @@ Requires: %{name}-libs-help%{?_isa} = %{version}-%{release}
%prep
%setup -q -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}}
%patch1 -p1 -b .run-qttools-with-qt6-suffix
%patch -P1 -p1 -b .run-qttools-with-qt6-suffix
%ifarch %{mips32}
%patch2 -p1 -b .libatomic
%patch -P2 -p1 -b .libatomic
%endif
%build
@ -193,6 +202,12 @@ desktop-file-install \
--vendor="qt6" \
%{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23}
%if 0%{?metainfo}
install -Dm0644 -t %{buildroot}%{_metainfodir} \
%{SOURCE31} %{SOURCE32} %{SOURCE33}
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml
%endif
# icons
install -m644 -p -D src/assistant/assistant/images/assistant.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/assistant-qt6.png
install -m644 -p -D src/assistant/assistant/images/assistant-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/assistant-qt6.png
@ -252,6 +267,7 @@ popd
%files
%{_qt6_archdatadir}/sbom/%{qt_module}-%{qt_version}.spdx
%{_bindir}/qdbus-qt6
%{_qt6_bindir}/qdbus
%{_qt6_bindir}/qdbus-qt6
@ -285,6 +301,9 @@ popd
%{_qt6_bindir}/qdistancefieldgenerator*
%{_qt6_libexecdir}/qhelpgenerator*
%{_qt6_libexecdir}/qtattributionsscanner*
%if 0%{?metainfo}
%{_metainfodir}/io.qt.Designer.metainfo.xml
%endif
%files -n qt6-designer
%{_bindir}/designer*
@ -310,12 +329,18 @@ popd
%{_qt6_libexecdir}/lprodump*
%{_qt6_libexecdir}/lrelease*
%{_qt6_libexecdir}/lupdate*
%if 0%{?metainfo}
%{_metainfodir}/io.qt.Linguist.metainfo.xml
%endif
%files -n qt6-qdbusviewer
%{_bindir}/qdbusviewer*
%{_qt6_bindir}/qdbusviewer*
%{_datadir}/applications/*qdbusviewer.desktop
%{_datadir}/icons/hicolor/*/apps/qdbusviewer*.*
%if 0%{?metainfo}
%{_metainfodir}/io.qt.qdbusviewer.metainfo.xml
%endif
%files devel
%{_bindir}/pixeltool*
@ -338,7 +363,6 @@ popd
%{_qt6_libdir}/libQt6UiTools.so
%{_qt6_libdir}/cmake/Qt6/FindWrapLibClang.cmake
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtToolsTestsConfig.cmake
%dir %{_qt6_libdir}/cmake/Qt6Designer
%{_qt6_libdir}/cmake/Qt6Designer/*.cmake
%{_qt6_libdir}/cmake/Qt6DesignerComponentsPrivate/*.cmake
%dir %{_qt6_libdir}/cmake/Qt6QDocCatchPrivate
@ -394,9 +418,25 @@ popd
%endif
%changelog
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6.7.1-4
* Wed Dec 18 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6.8.1-2
- Rebuilt for MSVSphere 10
* Wed Dec 11 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-2
- Add versioned deps to -examples
Resolves: RHEL-53982
* Fri Dec 06 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-1
- 6.8.1
Resolves: RHEL-53982
* Mon Nov 04 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1 -6
- Fix build against LLVM 19
Resolves: RHEL-64941
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-5
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-4
- Bump release for June 2024 mass rebuild

Loading…
Cancel
Save