From 14cffd6d0d6adddb5a70c4df3641fdb42a22d7fd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 30 Mar 2017 13:52:09 -0500 Subject: [PATCH] examples aren't doc, build doc unconditionally Please enter the commit message for your changes. Lines starting --- qt5-qtcharts.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qt5-qtcharts.spec b/qt5-qtcharts.spec index 05c351e..4416fc3 100644 --- a/qt5-qtcharts.spec +++ b/qt5-qtcharts.spec @@ -1,9 +1,7 @@ %global qt_module qtcharts # To build without qttools doctools package, just undefine docs -%ifarch %{arm} %{ix86} x86_64 %global docs 1 -%endif Summary: Qt5 - Charts component Name: qt5-%{qt_module} @@ -101,10 +99,10 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %files doc %{_qt5_docdir}/qtcharts.qch %{_qt5_docdir}/qtcharts/ +%endif %files examples %{_qt5_examplesdir}/ -%endif %changelog