update to 6.6.0 [release 6.6.0-1mamba;Tue Oct 17 2023]
This commit is contained in:
parent
261da499ed
commit
3ba20b2558
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: qt6-qttools
|
Name: qt6-qttools
|
||||||
Version: 6.5.3
|
Version: 6.6.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Qt6 tools
|
Summary: Qt6 tools
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -25,10 +25,12 @@ BuildRequires: libglvnd-devel
|
|||||||
BuildRequires: libllvm-devel
|
BuildRequires: libllvm-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxkbcommon-devel
|
BuildRequires: libxkbcommon-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
BuildRequires: qt6-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
BuildRequires: qt6-qtdeclarative-devel
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libllvm-devel >= 0:16.0.4-1mamba
|
BuildRequires: libclang-devel >= 17.0.3
|
||||||
|
BuildRequires: libllvm-devel >= 17.0.3
|
||||||
BuildRequires: qt6-qtdeclarative-devel = %{version}
|
BuildRequires: qt6-qtdeclarative-devel = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -118,10 +120,7 @@ install -D -m0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/assistant-qt6.png
|
|||||||
%{_libdir}/libQt6Designer.so.*
|
%{_libdir}/libQt6Designer.so.*
|
||||||
%{_libdir}/libQt6DesignerComponents.so.*
|
%{_libdir}/libQt6DesignerComponents.so.*
|
||||||
%{_libdir}/qt6/plugins/designer/libqquickwidget.so
|
%{_libdir}/qt6/plugins/designer/libqquickwidget.so
|
||||||
#%{_libdir}/qt6/plugins/designer/libqwebview.so
|
|
||||||
#
|
|
||||||
%{_libdir}/libQt6Help.so.*
|
%{_libdir}/libQt6Help.so.*
|
||||||
#
|
|
||||||
%{_libdir}/libQt6UiTools.so.*
|
%{_libdir}/libQt6UiTools.so.*
|
||||||
%{_libdir}/qt6/metatypes/qt6*.json
|
%{_libdir}/qt6/metatypes/qt6*.json
|
||||||
%{_libdir}/qt6/bin/qtdiag6
|
%{_libdir}/qt6/bin/qtdiag6
|
||||||
@ -129,7 +128,6 @@ install -D -m0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/assistant-qt6.png
|
|||||||
%{_libdir}/qt6/libexec/lrelease-pro
|
%{_libdir}/qt6/libexec/lrelease-pro
|
||||||
%{_libdir}/qt6/libexec/lupdate-pro
|
%{_libdir}/qt6/libexec/lupdate-pro
|
||||||
%{_libdir}/qt6/libexec/qtattributionsscanner
|
%{_libdir}/qt6/libexec/qtattributionsscanner
|
||||||
%{_libdir}/qt6/modules/Designer.json
|
|
||||||
%{_libdir}/qt6/modules/*.json
|
%{_libdir}/qt6/modules/*.json
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
@ -139,6 +137,12 @@ install -D -m0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/assistant-qt6.png
|
|||||||
%{_includedir}/qt6/QtDesigner/*
|
%{_includedir}/qt6/QtDesigner/*
|
||||||
%dir %{_includedir}/qt6/QtDesignerComponents
|
%dir %{_includedir}/qt6/QtDesignerComponents
|
||||||
%{_includedir}/qt6/QtDesignerComponents/*
|
%{_includedir}/qt6/QtDesignerComponents/*
|
||||||
|
%dir %{_includedir}/qt6/QtQDocCatch
|
||||||
|
%{_includedir}/qt6/QtQDocCatch/*
|
||||||
|
%dir %{_includedir}/qt6/QtQDocCatchConversionsPrivate
|
||||||
|
%{_includedir}/qt6/QtQDocCatchConversionsPrivate/*
|
||||||
|
%dir %{_includedir}/qt6/QtQDocCatchGeneratorsPrivate
|
||||||
|
%{_includedir}/qt6/QtQDocCatchGeneratorsPrivate/*
|
||||||
%dir %{_includedir}/qt6/QtHelp
|
%dir %{_includedir}/qt6/QtHelp
|
||||||
%{_includedir}/qt6/QtHelp/*
|
%{_includedir}/qt6/QtHelp/*
|
||||||
%dir %{_includedir}/qt6/QtUiPlugin
|
%dir %{_includedir}/qt6/QtUiPlugin
|
||||||
@ -163,6 +167,12 @@ install -D -m0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/assistant-qt6.png
|
|||||||
%{_libdir}/cmake/Qt6Designer/Qt6QQuickWidgetPlugin*.cmake
|
%{_libdir}/cmake/Qt6Designer/Qt6QQuickWidgetPlugin*.cmake
|
||||||
%dir %{_libdir}/cmake/Qt6DesignerComponentsPrivate
|
%dir %{_libdir}/cmake/Qt6DesignerComponentsPrivate
|
||||||
%{_libdir}/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivate*.cmake
|
%{_libdir}/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivate*.cmake
|
||||||
|
%dir %{_libdir}/cmake/Qt6QDocCatchConversionsPrivate
|
||||||
|
%{_libdir}/cmake/Qt6QDocCatchConversionsPrivate/Qt6QDocCatchConversionsPrivate*.cmake
|
||||||
|
%dir %{_libdir}/cmake/Qt6QDocCatchGeneratorsPrivate
|
||||||
|
%{_libdir}/cmake/Qt6QDocCatchGeneratorsPrivate/Qt6QDocCatchGeneratorsPrivate*.cmake
|
||||||
|
%dir %{_libdir}/cmake/Qt6QDocCatchPrivate
|
||||||
|
%{_libdir}/cmake/Qt6QDocCatchPrivate/Qt6QDocCatchPrivate*.cmake
|
||||||
%dir %{_libdir}/cmake/Qt6Help
|
%dir %{_libdir}/cmake/Qt6Help
|
||||||
%{_libdir}/cmake/Qt6Help/Qt6Help*.cmake
|
%{_libdir}/cmake/Qt6Help/Qt6Help*.cmake
|
||||||
%dir %{_libdir}/cmake/Qt6Linguist
|
%dir %{_libdir}/cmake/Qt6Linguist
|
||||||
@ -181,6 +191,9 @@ install -D -m0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/assistant-qt6.png
|
|||||||
%{_libdir}/pkgconfig/Qt6*.pc
|
%{_libdir}/pkgconfig/Qt6*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.6.0-1mamba
|
||||||
|
- update to 6.6.0
|
||||||
|
|
||||||
* Sat Oct 07 2023 Automatic Build System <autodist@mambasoft.it> 6.5.3-1mamba
|
* Sat Oct 07 2023 Automatic Build System <autodist@mambasoft.it> 6.5.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user