forked from pool/libqt5-qtdeclarative
Accepting request 227074 from KDE:Qt5
Build examples OBS-URL: https://build.opensuse.org/request/show/227074 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdeclarative?expand=0&rev=8
This commit is contained in:
parent
fcb4f167a2
commit
dfd4f6de5a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 21 02:31:22 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Build, and add examples subpackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 10 10:35:16 UTC 2014 - mlin@suse.com
|
Mon Feb 10 10:35:16 UTC 2014 - mlin@suse.com
|
||||||
|
|
||||||
|
@ -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
|
API guarantees. The packages that build against these have to require
|
||||||
the exact Qt version.
|
the exact Qt version.
|
||||||
|
|
||||||
|
%package examples
|
||||||
|
Summary: Qt5 quick/qml examples
|
||||||
|
Group: Development/Libraries/X11
|
||||||
|
Recommends: %{name}-devel
|
||||||
|
|
||||||
|
%description examples
|
||||||
|
Examples for libqt5-qtdeclarative (quick/qml) modules.
|
||||||
|
|
||||||
%post -n %libname -p /sbin/ldconfig
|
%post -n %libname -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %libname -p /sbin/ldconfig
|
%postun -n %libname -p /sbin/ldconfig
|
||||||
@ -182,4 +190,9 @@ popd
|
|||||||
%{_libqt5_archdatadir}/qml/QtTest
|
%{_libqt5_archdatadir}/qml/QtTest
|
||||||
%{_libqt5_libdir}/pkgconfig/Qt5QuickParticles.pc
|
%{_libqt5_libdir}/pkgconfig/Qt5QuickParticles.pc
|
||||||
|
|
||||||
|
%files examples
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||||
|
%{_libqt5_examplesdir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user