diff --git a/libqt5-qttools.changes b/libqt5-qttools.changes index c6b55c8..bff32bb 100644 --- a/libqt5-qttools.changes +++ b/libqt5-qttools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 21 02:31:22 UTC 2014 - hrvoje.senjan@gmail.com + +- Build, and add examples subpackage + ------------------------------------------------------------------- Mon Feb 10 11:17:47 UTC 2014 - mlin@suse.com diff --git a/libqt5-qttools.spec b/libqt5-qttools.spec index 04982a8..df8fde6 100644 --- a/libqt5-qttools.spec +++ b/libqt5-qttools.spec @@ -91,6 +91,14 @@ not used by application development and that do not have any ABI or API guarantees. The packages that build against these have to require the exact Qt version. +%package examples +Summary: Qt5 tools examples +Group: Development/Libraries/X11 +Recommends: %{name}-devel + +%description examples +Examples for libqt5-qttools module. + %package -n libQt5CLucene5 Summary: Qt 5 Clucene Library Group: Development/Libraries/X11 @@ -246,4 +254,9 @@ popd %dir %{_datadir}/qt5 %{_datadir}/qt5/phrasebooks +%files examples +%defattr(-,root,root,755) +%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL +%{_libqt5_examplesdir}/ + %changelog