|
|
|
@ -6,16 +6,16 @@
|
|
|
|
|
Summary: Qt5 - VirtualKeyboard component
|
|
|
|
|
Name: qt5-%{qt_module}
|
|
|
|
|
Version: 5.7.1
|
|
|
|
|
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
|
|
|
|
|
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= %{version}
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick) >= %{version}
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Svg) >= %{version}
|
|
|
|
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
|
|
|
|
BuildRequires: qt5-qtsvg-devel >= %{version}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend
|
|
|
|
@ -26,7 +26,7 @@ integrate 3rd party input engines. The input methods can be implemented in C++ o
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig(Qt5Core)
|
|
|
|
|
Requires: qt5-qtbase-devel%{?_isa}
|
|
|
|
|
%description devel
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
@ -103,6 +103,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2
|
|
|
|
|
- updated sources, drop pkgconfig-style deps (for now)
|
|
|
|
|
|
|
|
|
|
* Wed Nov 09 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|