examples aren't doc, build doc unconditionally

This commit is contained in:
Rex Dieter 2017-03-30 14:09:41 -05:00
parent 90852705a6
commit 6c2730a37a
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
%global qt_module qtserialport
# To build without qttools doctools package, just undefine docs
%ifarch %{arm} %{ix86} x86_64
%global docs 1
%endif
Summary: Qt5 - SerialPort component
Name: qt5-%{qt_module}
@ -119,10 +116,10 @@ popd
%license LICENSE.FDL
%{_qt5_docdir}/qtserialport.qch
%{_qt5_docdir}/qtserialport/
%endif
%files examples
%{_qt5_examplesdir}/
%endif
%changelog