diff --git a/qt5-qtlocation.spec b/qt5-qtlocation.spec index 00f1ffe..07f67a3 100644 --- a/qt5-qtlocation.spec +++ b/qt5-qtlocation.spec @@ -6,7 +6,7 @@ Summary: Qt5 - Location component Name: qt5-%{qt_module} Version: 5.2.0 -Release: 1%{?dist} +Release: 2%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -48,6 +48,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}} @@ -101,5 +107,8 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la %changelog +* Sun Jan 26 2014 Rex Dieter 5.2.0-2 +- -examples subpkg + * Thu Jan 02 2014 Rex Dieter 5.2.0-1 - first try