epel9
Helio Chissini de Castro 8 years ago
parent 19a9f91965
commit a3e5b36a98

1
.gitignore vendored

@ -1,3 +1,4 @@
/qtvirtualkeyboard-opensource-src-5.7.0.tar.xz
/qtvirtualkeyboard-opensource-src-5.7.1.tar.xz
/qtvirtualkeyboard-opensource-src-5.8.0.tar.xz
/qtvirtualkeyboard-opensource-src-5.9.0-beta3.tar.xz

@ -1,16 +1,14 @@
%global qt_module qtvirtualkeyboard
%global docs 1
Summary: Qt5 - VirtualKeyboard component
Name: qt5-%{qt_module}
Version: 5.8.0
Release: 2%{?dist}
Version: 5.9.0
Release: 0.beta.3%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
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
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
BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qtdeclarative-devel >= %{version}
@ -37,23 +35,6 @@ for Qt 5. Key features include:
* Handwriting support, with gestures for fullscreen input.
* Audio feedback.
%if 0%{?docs}
%package doc
Summary: API documentation for %{name}
License: GFDL
Requires: %{name} = %{version}-%{release}
BuildRequires: qt5-doctools
BuildRequires: qt5-qtbase-doc
BuildRequires: qt5-qtdeclarative-doc
BuildRequires: qt5-qtsvg-doc
Requires: qt5-qtbase-doc
Requires: qt5-qtdeclarative-doc
Requires: qt5-qtsvg-doc
BuildArch: noarch
%description doc
%{summary}.
%endif
%package examples
Summary: Programming examples for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
@ -62,7 +43,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%setup -q -n %{qt_module}-opensource-src-%{version}
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
%build
@ -73,23 +54,9 @@ pushd %{_target_platform}
make %{?_smp_mflags}
%if 0%{?docs}
# HACK to avoid multilib conflicts in noarch content
# see also https://bugreports.qt-project.org/browse/QTBUG-42071
QT_HASH_SEED=0; export QT_HASH_SEED
make %{?_smp_mflags} docs
%endif
popd
%install
make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
%if 0%{?docs}
make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -100,17 +67,13 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
%{_qt5_qmldir}/QtQuick/VirtualKeyboard
%{_qt5_datadir}/qtvirtualkeyboard/
%if 0%{?docs}
%files doc
%{_qt5_docdir}/qtvirtualkeyboard.qch
%{_qt5_docdir}/qtvirtualkeyboard/
%endif
%files examples
%{_qt5_examplesdir}/
%changelog
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
- Upstream beta 3
* Mon Apr 03 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-2
- update URL, %%description

@ -1 +1 @@
SHA512 (qtvirtualkeyboard-opensource-src-5.8.0.tar.xz) = 119ed8d475da4be4dbfdcb6b9ebd30c2337ef3db80470e027034c67832236ba9a70140c5c5c329d0e603b487d253a3d792797d7d8fb864d9e5091ab43b881b74
SHA512 (qtvirtualkeyboard-opensource-src-5.9.0-beta3.tar.xz) = 6fbe5c7fe75630e7e3ca1a1800420b8a1f922eeae356422b242f57d86e5b10e96710cafda8353bb268fdd2e7822b9c8e7aab44a992ba4470685ee8fa395f3144

Loading…
Cancel
Save