%global qt_module qtspeech Summary: Qt5 - Speech component Name: qt5-%{qt_module} Version: 5.9.0 Release: 0.rc.1%{?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: https://download.qt.io/development_releases/qt/5.9/%{version}-rc1/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: speech-dispatcher-devel >= 0.8 BuildRequires: qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} %description The module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are visually challenged or cannot access the application for whatever reason. The most common use case where text-to-speech comes in handy is when the end-user is driving and cannot attend the incoming messages on the phone. In such a scenario, the messaging application can read out the incoming message. Qt Serial Port provides the basic functionality, which includes configuring, I/O operations, getting and setting the control signals of the RS-232 pinouts. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel%{?_isa} %description devel %{summary}. %package examples Summary: Programming examples for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description examples %{summary}. %prep %setup -q -n %{qt_module}-opensource-src-%{version}-rc %build mkdir %{_target_platform} pushd %{_target_platform} %{qmake_qt5} .. \ %{?_qt5_examplesdir:CONFIG+=qt_example_installs} make %{?_smp_mflags} %install make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} ## .prl/.la file love # nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs pushd %{buildroot}%{_qt5_libdir} for prl_file in libQt5*.prl ; do sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file} if [ -f "$(basename ${prl_file} .prl).so" ]; then rm -fv "$(basename ${prl_file} .prl).la" sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file} fi done popd %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %license LICENSE.GPLv2 LICENSE.LGPLv3 %{_qt5_libdir}/libQt5TextToSpeech.so.5* %files devel %{_qt5_headerdir}/QtTextToSpeech/ %{_qt5_libdir}/libQt5TextToSpeech.so %{_qt5_libdir}/libQt5TextToSpeech.prl %dir %{_qt5_libdir}/cmake/Qt5TextToSpeech/ %{_qt5_libdir}/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfig*.cmake %{_qt5_libdir}/pkgconfig/Qt5TextToSpeech.pc %{_qt5_archdatadir}/mkspecs/modules/qt_lib_texttospeech*.pri %files examples %license LICENSE.FDL %{_qt5_examplesdir}/ %changelog * Wed May 24 2017 Helio Chissini de Castro - 5.9.0-0.rc.1 - Upstream Release Candidate 1