[qt5-qtbase] examples subpkg

Rex Dieter rdieter at fedoraproject.org
Sun Jan 26 04:04:18 UTC 2014


commit 0a660d086ed97bb5e9284ed8deddd4f7ebef9b6e
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sat Jan 25 22:04:26 2014 -0600

    examples subpkg

 qt5-qtbase.spec |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec
index c79d865..d2732a6 100644
--- a/qt5-qtbase.spec
+++ b/qt5-qtbase.spec
@@ -26,7 +26,7 @@
 Summary: Qt5 - QtBase components
 Name:    qt5-qtbase
 Version: 5.2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -174,6 +174,12 @@ BuildArch: noarch
 %{summary}.
 %endif
 
+%package examples
+Summary: Programming examples for %{name}
+Requires: %{name}%{?_isa} = %{version}-%{release}
+%description examples
+%{summary}.
+
 %package static 
 Summary: Static library files for %{name}
 Requires: %{name}-devel%{?_isa} = %{version}-%{release}
@@ -309,7 +315,6 @@ popd
   -icu \
   -openssl-linked \
   -optimized-qmake \
-  -nomake examples \
   -nomake tests \
   -no-pch \
   -no-rpath \
@@ -611,6 +616,9 @@ popd
 %{_qt5_libdir}/libQt5PlatformSupport.prl
 %{_qt5_libdir}/pkgconfig/Qt5PlatformSupport.pc
 
+%files examples
+%{_qt5_examplesdir}/
+
 %if "%{?ibase}" != "-no-sql-ibase"
 %files ibase
 %{_qt5_plugindir}/sqldrivers/libqsqlibase.so
@@ -657,6 +665,9 @@ popd
 
 
 %changelog
+* Sat Jan 25 2014 Rex Dieter <rdieter at fedoraproject.org> 5.2.0-5
+- -examples subpkg 
+
 * Mon Jan 13 2014 Kevin Kofler <Kevin at tigcc.ticalc.org> - 5.2.0-4
 - fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
 - fix QTBUG-35460 (error message for CVE-2013-4549 is misspelled)


More information about the scm-commits mailing list