diff --git a/qt5-qtvirtualkeyboard.spec b/qt5-qtvirtualkeyboard.spec index 0c37324..6a9a236 100644 --- a/qt5-qtvirtualkeyboard.spec +++ b/qt5-qtvirtualkeyboard.spec @@ -5,11 +5,11 @@ Summary: Qt5 - VirtualKeyboard component Name: qt5-%{qt_module} Version: 5.8.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://www.qt.io +Url: http://doc.qt.io/qt-5/qtvirtualkeyboard-index.html Source0: http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz BuildRequires: qt5-qtbase-devel >= %{version} @@ -24,9 +24,18 @@ Provides: bundled(libpinyin) %description The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend -for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets. -The input framework makes it easy to write custom input methods or to -integrate 3rd party input engines. The input methods can be implemented in C++ or QML. +for Qt 5. Key features include: +* Customizable keyboard layouts and styles with dynamic switching. +* Predictive text input with word selection. +* Character preview and alternative character view. +* Automatic capitalization and space insertion. +* Scalability to different resolutions. +* Support for different character sets (Latin, Simplified/Traditional Chinese, Hindi, Japanese, Arabic, Korean, and others). +* Support for most common input languages, with possibility to easily extend the language support. +* Left-to-right and right-to-left input. +* Hardware key support for 2-way and 5-way navigation. +* Handwriting support, with gestures for fullscreen input. +* Audio feedback. %if 0%{?docs} %package doc @@ -102,6 +111,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 03 2017 Rex Dieter - 5.8.0-2 +- update URL, %%description + * Thu Mar 30 2017 Helio Chissini de Castro - 5.8.0-1 - New upstream version