|
|
@ -15,8 +15,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Qt6 - QtDeclarative component
|
|
|
|
Summary: Qt6 - QtDeclarative component
|
|
|
|
Name: qt6-%{qt_module}
|
|
|
|
Name: qt6-%{qt_module}
|
|
|
|
Version: 6.3.0
|
|
|
|
Version: 6.3.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
|
|
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
|
|
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
|
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
|
@ -87,7 +87,7 @@ Summary: Programming examples for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Obsoletes: qt6-qtquickcontrols2-examples < 6.2.0~beta3-1
|
|
|
|
Obsoletes: qt6-qtquickcontrols2-examples < 6.2.0~beta3-1
|
|
|
|
Provides: qt6-qtquickcontrols2-examples = %{version}-%{release}
|
|
|
|
Provides: qt6-qtquickcontrols2-examples = %{version}-%{release}
|
|
|
|
BuildRequires: qt6-qtdeclarative-devel >= %{version}
|
|
|
|
# BuildRequires: qt6-qtdeclarative-devel >= %{version}
|
|
|
|
%description examples
|
|
|
|
%description examples
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -285,6 +285,7 @@ make check -k -C tests ||:
|
|
|
|
%{_qt6_libdir}/cmake/Qt6QmlXmlListModel/*.cmake
|
|
|
|
%{_qt6_libdir}/cmake/Qt6QmlXmlListModel/*.cmake
|
|
|
|
%{_qt6_libdir}/cmake/Qt6QuickWidgets/*.cmake
|
|
|
|
%{_qt6_libdir}/cmake/Qt6QuickWidgets/*.cmake
|
|
|
|
%{_qt6_datadir}/modules/*.json
|
|
|
|
%{_qt6_datadir}/modules/*.json
|
|
|
|
|
|
|
|
%{_qt6_libdir}}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
|
|
|
|
%files static
|
|
|
|
%files static
|
|
|
|
%{_qt6_libdir}/libQt6LabsAnimation.prl
|
|
|
|
%{_qt6_libdir}/libQt6LabsAnimation.prl
|
|
|
@ -319,6 +320,9 @@ make check -k -C tests ||:
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jul 13 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.1-1
|
|
|
|
|
|
|
|
- 6.3.1
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 25 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.0-2
|
|
|
|
* Wed May 25 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.0-2
|
|
|
|
- Enable examples
|
|
|
|
- Enable examples
|
|
|
|
|
|
|
|
|
|
|
|