Enable examples
This commit is contained in:
parent
3784d9b433
commit
e643a883fa
@ -11,12 +11,12 @@
|
|||||||
%global prerelease rc2
|
%global prerelease rc2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#global examples 1
|
%global examples 1
|
||||||
|
|
||||||
Summary: Qt6 - QtDeclarative component
|
Summary: Qt6 - QtDeclarative component
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.3.0
|
Version: 6.3.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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,6 +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
|
||||||
%description examples
|
%description examples
|
||||||
%{summary}.
|
%{summary}.
|
||||||
%endif
|
%endif
|
||||||
@ -318,6 +319,9 @@ make check -k -C tests ||:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 25 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.0-2
|
||||||
|
- Enable examples
|
||||||
|
|
||||||
* Wed Apr 13 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.0-1
|
* Wed Apr 13 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.0-1
|
||||||
- 6.3.0
|
- 6.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user