examples subpkg

This commit is contained in:
Rex Dieter 2014-01-26 19:03:39 -06:00
parent 38b3e1b76e
commit 4a4f0b0cb4
1 changed files with 10 additions and 1 deletions

View File

@ -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 <rdieter@fedoraproject.org> 5.2.0-2
- -examples subpkg
* Thu Jan 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-1
- first try