[qt5-qtscript] examples subpkg

Rex Dieter rdieter at fedoraproject.org
Mon Jan 27 13:08:02 UTC 2014


commit 8c310908eaf7775b28d864122c895a542ecee04c
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Jan 27 07:08:27 2014 -0600

    examples subpkg

 qt5-qtscript.spec |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/qt5-qtscript.spec b/qt5-qtscript.spec
index ca00bda..cc71f2b 100644
--- a/qt5-qtscript.spec
+++ b/qt5-qtscript.spec
@@ -11,7 +11,7 @@
 Summary: Qt5 - QtScript 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
@@ -50,6 +50,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}}
@@ -107,8 +113,16 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la
 %{_qt5_docdir}/qtscripttools/
 %endif
 
+%if 0%{?_qt5_examplesdir:1}
+%files examples
+%{_qt5_examplesdir}/
+%endif
+
 
 %changelog
+* Mon Jan 27 2014 Rex Dieter <rdieter at fedoraproject.org> 5.2.0-2
+- -examples subpkg
+
 * Thu Dec 12 2013 Rex Dieter <rdieter at fedoraproject.org> 5.2.0-1
 - 5.2.0
 


More information about the scm-commits mailing list