diff --git a/qt5-qtserialport.spec b/qt5-qtserialport.spec index 5127159..792eb05 100644 --- a/qt5-qtserialport.spec +++ b/qt5-qtserialport.spec @@ -6,7 +6,7 @@ Summary: Qt5 - SerialPort component Name: qt5-%{qt_module} Version: 5.4.1 -Release: 1%{?dist} +Release: 2%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -58,7 +58,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build mkdir %{_target_platform} pushd %{_target_platform} -%{qmake_qt5} .. +%{qmake_qt5} .. \ + %{?_qt5_examplesdir:CONFIG+=qt_example_installs} make %{?_smp_mflags} @@ -121,14 +122,16 @@ popd %endif # no examples, yet -%if 0 -#if 0%{?_qt5_examplesdir:1} +%if 0%{?_qt5_examplesdir:1} %files examples %{_qt5_examplesdir}/ %endif %changelog +* Thu Apr 30 2015 Rex Dieter 5.4.1-2 +- Add qt5-qtserialport-examples (#1190202) + * Fri Feb 27 2015 Rex Dieter 5.4.1-1 - 5.4.1