From d0f5156ef59a116014142cbec9241f71adb4e4ec Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 26 Jan 2014 17:33:01 -0600 Subject: [PATCH] examples subpkg --- qt5-qtdeclarative.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/qt5-qtdeclarative.spec b/qt5-qtdeclarative.spec index 3676833..23de58d 100644 --- a/qt5-qtdeclarative.spec +++ b/qt5-qtdeclarative.spec @@ -13,7 +13,7 @@ Summary: Qt5 - QtDeclarative component Name: qt5-%{qt_module} Version: 5.2.0 -Release: 3%{?dist} +Release: 4%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -66,6 +66,12 @@ BuildArch: noarch %{summary}. %endif +%package examples +Summary: Programming examples for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +%description examples +%{summary}. + %prep %setup -q -n %{qt_module}-opensource-src-%{version}%{?pre:-%{pre}} @@ -181,8 +187,14 @@ popd %{_qt5_docdir}/qtquickdialogs/ %endif +%files examples +%{_qt5_examplesdir}/ + %changelog +* Sun Jan 26 2014 Rex Dieter 5.2.0-4 +- -examples subpkg + * Tue Jan 14 2014 Rex Dieter 5.2.0-3 - epel7 bootstrapped