6.1.1
This commit is contained in:
parent
37d7484665
commit
9ee5793a3d
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/qtlottie-everywhere-src-6.1.1.tar.xz
|
61
qt6-qtlottie.spec
Normal file
61
qt6-qtlottie.spec
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
%global qt_module qtlottie
|
||||||
|
|
||||||
|
Summary: Qt6 - Lottie Animation
|
||||||
|
Name: qt6-%{qt_module}
|
||||||
|
Version: 6.1.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
|
||||||
|
License: GPLv3
|
||||||
|
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-src-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: qt6-qtbase-devel >= %{version}
|
||||||
|
BuildRequires: qt6-qtdeclarative-devel >= %{version}
|
||||||
|
|
||||||
|
%description
|
||||||
|
Qt Lottie Animation provides a QML API for rendering graphics and animations
|
||||||
|
that are exported in JSON format by the Bodymovin plugin for Adobe After
|
||||||
|
Effects.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: qt6-qtbase-devel%{?_isa}
|
||||||
|
%description devel
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{qt_module}-everywhere-src-%{version}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_qt6
|
||||||
|
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%cmake_install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE.GPL3
|
||||||
|
%{_qt6_libdir}/libQt6Bodymovin.so*
|
||||||
|
%{_qt6_qmldir}/Qt/labs/lottieqt/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%dir %{_qt6_libdir}/cmake/Qt6Bodymovin
|
||||||
|
%dir %{_qt6_headerdir}/QtBodymovin
|
||||||
|
%{_qt6_headerdir}/QtBodymovin
|
||||||
|
%{_qt6_libdir}/libQt6Bodymovin.so
|
||||||
|
%{_qt6_libdir}/libQt6Bodymovin.prl
|
||||||
|
%{_qt6_libdir}/cmake/Qt6Bodymovin/*.cmake
|
||||||
|
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtLottieTestsConfig.cmake
|
||||||
|
%{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6lottieqtplugin*.cmake
|
||||||
|
%{_qt6_datadir}/modules/*.json
|
||||||
|
%{_qt6_archdatadir}/mkspecs/modules/*
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Jun 11 2021 Jan Grulich <jgrulich@redhat.com> - 6.1.1
|
||||||
|
- 6.1.1
|
Loading…
Reference in New Issue
Block a user