diff --git a/libqt5-qtscript.changes b/libqt5-qtscript.changes index d73b8f0..f7b8c41 100644 --- a/libqt5-qtscript.changes +++ b/libqt5-qtscript.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 21 02:31:22 UTC 2014 - hrvoje.senjan@gmail.com + +- Build, and add examples subpackage + ------------------------------------------------------------------- Fri Mar 7 11:02:57 UTC 2014 - mlin@suse.com diff --git a/libqt5-qtscript.spec b/libqt5-qtscript.spec index bc6ac3d..9f705df 100644 --- a/libqt5-qtscript.spec +++ b/libqt5-qtscript.spec @@ -106,6 +106,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 script examples +Group: Development/Libraries/X11 +Recommends: %{name}-devel + +%description examples +Examples for libqt5-qtscript module. + %post -n %libname -p /sbin/ldconfig %postun -n %libname -p /sbin/ldconfig @@ -146,4 +154,9 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la %{_libqt5_libdir}/pkgconfig/Qt5*.pc %{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri +%files examples +%defattr(-,root,root,755) +%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL +%{_libqt5_examplesdir}/ + %changelog