|
|
@ -3,12 +3,12 @@
|
|
|
|
Summary: Qt5 - VirtualKeyboard component
|
|
|
|
Summary: Qt5 - VirtualKeyboard component
|
|
|
|
Name: qt5-%{qt_module}
|
|
|
|
Name: qt5-%{qt_module}
|
|
|
|
Version: 5.9.0
|
|
|
|
Version: 5.9.0
|
|
|
|
Release: 0.beta.3%{?dist}
|
|
|
|
Release: 0.1.rc%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
|
|
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
|
|
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
|
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
|
|
Url: http://qt.io
|
|
|
|
Url: http://qt.io
|
|
|
|
Source0: https://download.qt.io/development_releases/qt/5.9/%{version}-beta3/submodules/%{qt_module}-opensource-src-%{version}-beta3.tar.xz
|
|
|
|
Source0: https://download.qt.io/development_releases/qt/5.9/%{version}-rc/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
|
|
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
|
|
@ -43,7 +43,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
|
|
|
|
%setup -q -n %{qt_module}-opensource-src-%{version}-rc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -71,6 +71,9 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
|
|
|
%{_qt5_examplesdir}/
|
|
|
|
%{_qt5_examplesdir}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
|
|
|
|
|
|
|
|
- Upstream Release Candidate retagged
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
|
|
|
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
|
|
|
- Upstream beta 3
|
|
|
|
- Upstream beta 3
|
|
|
|
|
|
|
|
|
|
|
|