examples subpkg

This commit is contained in:
Rex Dieter 2014-01-26 17:33:01 -06:00
parent 1ffbc09800
commit d0f5156ef5
1 changed files with 13 additions and 1 deletions

View File

@ -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 <rdieter@fedoraproject.org> 5.2.0-4
- -examples subpkg
* Tue Jan 14 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-3
- epel7 bootstrapped