6.3.0
This commit is contained in:
parent
136cbd9815
commit
5065711d78
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/qtpositioning-everywhere-src-6.2.2.tar.xz
|
||||
/qtpositioning-everywhere-src-6.2.3.tar.xz
|
||||
/qtpositioning-everywhere-src-6.3.0.tar.xz
|
||||
|
@ -6,10 +6,12 @@
|
||||
%global prerelease rc2
|
||||
%endif
|
||||
|
||||
#global examples 1
|
||||
|
||||
Summary: Qt6 - Positioning component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.2.3
|
||||
Release: 2%{?dist}
|
||||
Version: 6.3.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
@ -69,6 +71,7 @@ Provides: qt6-qtlocation-devel = %{version}-%{release}
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?examples}
|
||||
%package examples
|
||||
Summary: Programming examples for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
@ -76,7 +79,7 @@ Obsoletes: qt6-qtlocation-examples < 6.2.2-1
|
||||
Provides: qt6-qtlocation-examples = %{version}-%{release}
|
||||
%description examples
|
||||
%{summary}.
|
||||
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1
|
||||
@ -89,7 +92,7 @@ Provides: qt6-qtlocation-examples = %{version}-%{release}
|
||||
# Disable LTO
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%cmake_qt6
|
||||
%cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF}
|
||||
|
||||
%cmake_build
|
||||
|
||||
@ -139,11 +142,15 @@ popd
|
||||
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
||||
%{_qt6_datadir}/modules/*.json
|
||||
|
||||
%if 0%{?examples}
|
||||
%files examples
|
||||
%{_qt6_examplesdir}/
|
||||
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 13 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.0-1
|
||||
- 6.3.0
|
||||
|
||||
* Fri Feb 25 2022 Jan Grulich <jgrulich@redhat.com> - 6.2.3-2
|
||||
- Enable s390x builds
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtpositioning-everywhere-src-6.2.3.tar.xz) = 4eff2df50d61ace709d2a4891abbcd10c24b7fbe6fcf8d46f572d3f0869a63554e1ab373a5cf7acef4db0e66ef17e8006c0bd09e5396025a01ea6970e24cf8d5
|
||||
SHA512 (qtpositioning-everywhere-src-6.3.0.tar.xz) = bd59ca0a724cb4f66052999d519352c7d2619878f9edd93f5c61a677871c543dcd5221a42af392083738cd6359e4a365e782f6bce66b475f79da6a0daf5d07ba
|
||||
|
Loading…
Reference in New Issue
Block a user