2024-01-05 17:11:39 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: qt6-qtdeclarative
|
2024-01-05 17:11:47 +01:00
|
|
|
Version: 6.5.2
|
2024-01-05 17:11:39 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Qt6 declarative components
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.qt.io/
|
|
|
|
Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qtdeclarative-everywhere-src-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libxkbcommon-devel
|
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: qt6-qtshadertools-devel = %{version}
|
2024-01-05 17:11:39 +01:00
|
|
|
BuildRequires: qt6-qtshadertools-devel = %{version}
|
2024-01-05 17:11:39 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Qt6 declarative components.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n qtdeclarative-everywhere-src-%{version}
|
2024-01-05 17:11:39 +01:00
|
|
|
#-D -T
|
2024-01-05 17:11:39 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 17:11:39 +01:00
|
|
|
#:<< _EOF
|
2024-01-05 17:11:39 +01:00
|
|
|
%cmake -d build
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libQt6*.so.*
|
|
|
|
%dir %{_libdir}/qt6/plugins/qmltooling
|
|
|
|
%{_libdir}/qt6/plugins/qmltooling/libqmldbg_*.so
|
2024-01-05 17:11:39 +01:00
|
|
|
%{_libdir}/qt6/plugins/qmllint/libquicklintplugin.so
|
2024-01-05 17:11:39 +01:00
|
|
|
%{_libdir}/qt6/bin/qml*
|
2024-01-05 17:11:43 +01:00
|
|
|
%dir %{_libdir}/qt6/qml
|
|
|
|
%{_libdir}/qt6/qml/*
|
2024-01-05 17:11:39 +01:00
|
|
|
%{_libdir}/qt6/libexec/qml*
|
2024-01-05 17:11:43 +01:00
|
|
|
%{_libdir}/qt6/metatypes/qt6*.json
|
|
|
|
%{_libdir}/qt6/modules/*.json
|
2024-01-05 17:11:39 +01:00
|
|
|
%doc LICENSES
|
2024-01-05 17:11:39 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:11:39 +01:00
|
|
|
%dir %{_includedir}/qt6/QtQml*
|
|
|
|
%{_includedir}/qt6/QtQml*/*
|
2024-01-05 17:11:39 +01:00
|
|
|
%dir %{_includedir}/qt6/QtLabsFolderListModel
|
|
|
|
%{_includedir}/qt6/QtLabsFolderListModel/*
|
|
|
|
%dir %{_includedir}/qt6/QtLabsQmlModels
|
|
|
|
%{_includedir}/qt6/QtLabsQmlModels/*
|
|
|
|
%dir %{_includedir}/qt6/QtLabsSettings
|
|
|
|
%{_includedir}/qt6/QtLabsSettings/*
|
|
|
|
%dir %{_includedir}/qt6/QtPacketProtocol
|
|
|
|
%{_includedir}/qt6/QtPacketProtocol/*
|
|
|
|
# Qt quick
|
|
|
|
%dir %{_includedir}/qt6/QtLabsAnimation
|
|
|
|
%{_includedir}/qt6/QtLabsAnimation/*
|
|
|
|
%dir %{_includedir}/qt6/QtLabsSharedImage
|
|
|
|
%{_includedir}/qt6/QtLabsSharedImage/*
|
|
|
|
%dir %{_includedir}/qt6/QtLabsWavefrontMesh
|
|
|
|
%{_includedir}/qt6/QtLabsWavefrontMesh/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuick
|
|
|
|
%{_includedir}/qt6/QtQuick/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickControls2
|
|
|
|
%{_includedir}/qt6/QtQuickControls2/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickControls2Impl
|
|
|
|
%{_includedir}/qt6/QtQuickControls2Impl/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickControlsTestUtils
|
|
|
|
%{_includedir}/qt6/QtQuickControlsTestUtils/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickDialogs2
|
|
|
|
%{_includedir}/qt6/QtQuickDialogs2/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickDialogs2QuickImpl
|
|
|
|
%{_includedir}/qt6/QtQuickDialogs2QuickImpl/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickDialogs2Utils
|
|
|
|
%{_includedir}/qt6/QtQuickDialogs2Utils/*
|
2024-01-05 17:11:43 +01:00
|
|
|
%dir %{_includedir}/qt6/QtQuickEffects
|
|
|
|
%{_includedir}/qt6/QtQuickEffects/*
|
2024-01-05 17:11:39 +01:00
|
|
|
%dir %{_includedir}/qt6/QtQuickLayouts
|
|
|
|
%{_includedir}/qt6/QtQuickLayouts/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickParticles
|
|
|
|
%{_includedir}/qt6/QtQuickParticles/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickShapes
|
|
|
|
%{_includedir}/qt6/QtQuickShapes/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickTemplates2
|
|
|
|
%{_includedir}/qt6/QtQuickTemplates2/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickTest
|
|
|
|
%{_includedir}/qt6/QtQuickTest/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickTestUtils/
|
|
|
|
%{_includedir}/qt6/QtQuickTestUtils/*
|
|
|
|
%dir %{_includedir}/qt6/QtQuickWidgets
|
|
|
|
%{_includedir}/qt6/QtQuickWidgets/*
|
|
|
|
#
|
|
|
|
%{_libdir}/libQt6*.a
|
|
|
|
%{_libdir}/libQt6*.prl
|
|
|
|
%{_libdir}/libQt6*.so
|
|
|
|
%{_libdir}/qt6/mkspecs/features/*.prf
|
|
|
|
%{_libdir}/qt6/mkspecs/modules/*.pri
|
2024-01-05 17:11:39 +01:00
|
|
|
%dir %{_libdir}/cmake/Qt6Qml*
|
|
|
|
%{_libdir}/cmake/Qt6Qml*/*.cmake
|
|
|
|
%dir %{_libdir}/cmake/Qt6Qml*/Qml*
|
|
|
|
%{_libdir}/cmake/Qt6Qml*/Qml*/*.cmake
|
2024-01-05 17:11:39 +01:00
|
|
|
%{_libdir}/cmake/Qt6Qml/Qt6QmlPluginTemplate.cpp.in
|
|
|
|
%{_libdir}/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in
|
2024-01-05 17:11:39 +01:00
|
|
|
%{_libdir}/cmake/Qt6Qml/Qt6Qml*.qrc.in
|
2024-01-05 17:11:39 +01:00
|
|
|
# Qt quick
|
2024-01-05 17:11:39 +01:00
|
|
|
%{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtDeclarativeTestsConfig.cmake
|
|
|
|
%dir %{_libdir}/cmake/Qt6Labs*
|
|
|
|
%{_libdir}/cmake/Qt6Labs*/Qt6Labs*.cmake
|
|
|
|
%dir %{_libdir}/cmake/Qt6Quick*
|
|
|
|
%{_libdir}/cmake/Qt6Quick*/Qt6Quick*.cmake
|
|
|
|
%dir %{_libdir}/cmake/Qt6PacketProtocolPrivate
|
|
|
|
%{_libdir}/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivate*.cmake
|
2024-01-05 17:11:39 +01:00
|
|
|
%{_libdir}/pkgconfig/Qt6*.pc
|
2024-01-05 17:11:39 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:11:47 +01:00
|
|
|
* Sat Jul 22 2023 Automatic Build System <autodist@mambasoft.it> 6.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:11:44 +01:00
|
|
|
* Mon May 29 2023 Automatic Build System <autodist@mambasoft.it> 6.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:11:43 +01:00
|
|
|
* Sun Apr 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5.0-1mamba
|
|
|
|
- update to 6.5.0
|
|
|
|
|
2024-01-05 17:11:41 +01:00
|
|
|
* Fri Mar 17 2023 Automatic Build System <autodist@mambasoft.it> 6.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:11:40 +01:00
|
|
|
* Sat Jan 07 2023 Automatic Build System <autodist@mambasoft.it> 6.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:11:39 +01:00
|
|
|
* Mon Nov 21 2022 Automatic Build System <autodist@mambasoft.it> 6.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:11:39 +01:00
|
|
|
* Fri Oct 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.0-1mamba
|
|
|
|
- update to 6.4.0
|
|
|
|
|
2024-01-05 17:11:39 +01:00
|
|
|
* Mon Sep 12 2022 Automatic Build System <autodist@mambasoft.it> 6.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:11:39 +01:00
|
|
|
* Sat Jun 18 2022 Automatic Build System <autodist@mambasoft.it> 6.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:11:39 +01:00
|
|
|
* Thu Apr 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.0-1mamba
|
|
|
|
- update to 6.3.0
|
|
|
|
|
2024-01-05 17:11:39 +01:00
|
|
|
* Sun Mar 20 2022 Automatic Build System <autodist@mambasoft.it> 6.2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:11:39 +01:00
|
|
|
* Sat Jan 29 2022 Automatic Build System <autodist@mambasoft.it> 6.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:11:39 +01:00
|
|
|
* Thu Dec 09 2021 Automatic Build System <autodist@mambasoft.it> 6.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Nov 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.1-1mamba
|
|
|
|
- update to 6.2.1
|
|
|
|
|
|
|
|
* Sat Nov 13 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-3mamba
|
|
|
|
- require qt5-qtquickcontrols and qt5-qtgraphicaleffects
|
|
|
|
|
|
|
|
* Fri Nov 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-2mamba
|
|
|
|
- bump release to allow update from monolithic build subpackage
|
|
|
|
|
|
|
|
* Fri Nov 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-1mamba
|
|
|
|
- package created using the webbuild interface
|