Accepting request 227079 from KDE:Qt5

Build examples

OBS-URL: https://build.opensuse.org/request/show/227079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtsensors?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2014-03-22 08:08:24 +00:00 committed by Git OBS Bridge
parent ab34d4db59
commit e85a24b993
2 changed files with 18 additions and 0 deletions

View File

@ -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:22:02 UTC 2014 - mlin@suse.com Mon Feb 10 11:22:02 UTC 2014 - mlin@suse.com

View File

@ -89,6 +89,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 API guarantees. The packages that build against these have to require
the exact Qt version. the exact Qt version.
%package examples
Summary: Qt5 sensors examples
Group: Development/Libraries/X11
Recommends: %{name}-devel
%description examples
Examples for libqt5-qtsensors module.
%post -n %libname -p /sbin/ldconfig %post -n %libname -p /sbin/ldconfig
%postun -n %libname -p /sbin/ldconfig %postun -n %libname -p /sbin/ldconfig
@ -131,4 +139,9 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
%{_libqt5_libdir}/pkgconfig/Qt5Sensors.pc %{_libqt5_libdir}/pkgconfig/Qt5Sensors.pc
%{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_*.pri %{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_*.pri
%files examples
%defattr(-,root,root,755)
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
%{_libqt5_examplesdir}/
%changelog %changelog