|
|
|
@ -3,12 +3,12 @@
|
|
|
|
|
Summary: Qt5 - VirtualKeyboard component
|
|
|
|
|
Name: qt5-%{qt_module}
|
|
|
|
|
Version: 5.9.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
|
|
|
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
|
|
|
Url: http://qt.io
|
|
|
|
|
Source0: https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtvirtualkeyboard-opensource-src-5.9.0.tar.xz
|
|
|
|
|
Source0: https://download.qt.io/official_releases/qt/5.9/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
|
|
|
@ -47,15 +47,15 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
|
pushd %{_target_platform}
|
|
|
|
|
%{qmake_qt5} .. \
|
|
|
|
|
%{qmake_qt5} \
|
|
|
|
|
CONFIG+=lang-all
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
|
|
|
|
make install INSTALL_ROOT=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
@ -64,13 +64,17 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%license LICENSE.GPL3
|
|
|
|
|
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake
|
|
|
|
|
%{_qt5_plugindir}/platforminputcontexts/libqtvirtualkeyboardplugin.so
|
|
|
|
|
%{_qt5_qmldir}/QtQuick/VirtualKeyboard
|
|
|
|
|
%{_qt5_qmldir}/QtQuick/VirtualKeyboard/
|
|
|
|
|
%{_qt5_datadir}/qtvirtualkeyboard/
|
|
|
|
|
|
|
|
|
|
%files examples
|
|
|
|
|
%{_qt5_examplesdir}/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-2
|
|
|
|
|
- drop shadow/out-of-tree builds (#1456211,QTBUG-37417)
|
|
|
|
|
|
|
|
|
|
* Wed May 31 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-1
|
|
|
|
|
- Upstream official release
|
|
|
|
|
|
|
|
|
|