use %make_build %ldconfig_scriptlets
epel9
Rex Dieter 7 years ago
parent 3f68969b87
commit f22f52f709

5
.gitignore vendored

@ -1,5 +1,2 @@
/qtvirtualkeyboard-opensource-src-5.9.1.tar.xz
/qtvirtualkeyboard-opensource-src-5.9.2.tar.xz
/qtvirtualkeyboard-opensource-src-5.9.3.tar.xz
/qtvirtualkeyboard-everywhere-src-5.10.0.tar.xz
/qtvirtualkeyboard-everywhere-src-5.10.1.tar.xz
/qtvirtualkeyboard-everywhere-src-5.11.0.tar.xz

@ -2,13 +2,14 @@
Summary: Qt5 - VirtualKeyboard component
Name: qt5-%{qt_module}
Version: 5.10.1
Version: 5.11.0
Release: 1%{?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.10/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
%global majmin %(echo %{version} | cut -d. -f1-2)
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qtbase-private-devel
@ -52,18 +53,17 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%{qmake_qt5} \
CONFIG+=lang-all
make %{?_smp_mflags}
%make_build
%install
make install INSTALL_ROOT=%{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets
%files
%license LICENSE.GPL3
%license LICENSE.*
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake
%{_qt5_plugindir}/platforminputcontexts/libqtvirtualkeyboardplugin.so
%{_qt5_qmldir}/QtQuick/VirtualKeyboard/
@ -74,6 +74,10 @@ make install INSTALL_ROOT=%{buildroot}
%changelog
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
- 5.11.0
- use %%make_build %%ldconfig_scriptlets
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
- 5.10.1

@ -1 +1 @@
SHA512 (qtvirtualkeyboard-everywhere-src-5.10.1.tar.xz) = e317e19aa98bf5e5f8fed1ef03daec06ba2344be5b12021277d1f472b1cad809f7370dc45fc0d68f4a9ea91324b957aeae9db8513f7b894d2a7254acf62a8f76
SHA512 (qtvirtualkeyboard-everywhere-src-5.11.0.tar.xz) = f5dff0c470b7940bd07d299c8fee5682487b964855fcb60597c8f6c697d0d192925cc57400c2e18ddfd789955529f7f5b2dea379f26790e0abef7891c95d4442

Loading…
Cancel
Save