%global qt_module qtquicktimeline Name: qt5-%{qt_module} Summary: Qt5 - module with set of QtQuick controls Version: 5.15.12 Release: 1%{?dist} License: LGPLv2 or LGPLv3 and GFDL Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz # filter qml provides %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ BuildRequires: make BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-static >= %{version} BuildRequires: qt5-qtbase-private-devel #libQt5Gui.so.5(Qt_5_PRIVATE_API)(64bit) #libQt5Qml.so.5(Qt_5_PRIVATE_API)(64bit) #libQt5Quick.so.5(Qt_5_PRIVATE_API)(64bit) %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} BuildRequires: qt5-qtdeclarative-devel %description The Qt Quick Timeline plugin provides QML types to use timelines and keyframes to animate Qt Quick user interfaces. %prep %autosetup -n %{qt_module}-everywhere-src-%{version} -p1 %build %{qmake_qt5} %make_build %install make install INSTALL_ROOT=%{buildroot} %files %license LICENSE.* %dir %{_qt5_qmldir}/QtQuick %{_qt5_qmldir}/QtQuick/Timeline/ %changelog * Sat Feb 17 2024 Marie Loise Nolden - 5.15.12-1 - 5.15.12 * Sat Dec 09 2023 Marie Loise Nolden - 5.15.11-1 - 5.15.11 * Tue Jun 13 2023 Marie Loise Nolden - 5.15.10-1 - 5.15.10 * Wed Apr 12 2023 Marie Loise Nolden - 5.15.9-1 - 5.15.9 * Sat Jan 07 2023 Marie Loise Nolden - 5.15.8-1 - 5.15.8 * Sat Dec 03 2022 Marie Loise Nolden - 5.15.7-1 - 5.15.7 * Wed Jul 13 2022 Marie Loise Nolden - 5.15.5-1 - Initial packaging