forked from pool/libqt5-qtdeclarative
Accepting request 243921 from KDE:Qt5
Create tools subpackage OBS-URL: https://build.opensuse.org/request/show/243921 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdeclarative?expand=0&rev=15
This commit is contained in:
parent
6d00fe54ef
commit
bffabcc34e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 5 18:06:49 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Create tools subpackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 25 10:38:00 UTC 2014 - hrvoje.senjan@gmail.com
|
Wed Jun 25 10:38:00 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -85,12 +85,22 @@ handling.
|
|||||||
Summary: Qt Development Kit
|
Summary: Qt Development Kit
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: %libname = %{version}
|
Requires: %libname = %{version}
|
||||||
|
Requires: %{name}-tools = %{version}
|
||||||
Provides: libQt5Quick-devel = %{version}
|
Provides: libQt5Quick-devel = %{version}
|
||||||
Obsoletes: libQt5Quick-devel < %{version}
|
Obsoletes: libQt5Quick-devel < %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
You need this package, if you want to compile programs with qtdeclarative.
|
You need this package, if you want to compile programs with qtdeclarative.
|
||||||
|
|
||||||
|
%package tools
|
||||||
|
Summary: Qt 5 Declarative Tools
|
||||||
|
Group: Development/Tools/Debuggers
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
Qt is a set of libraries for developing applications.
|
||||||
|
|
||||||
|
This package contains aditional tools for inspecting, testing, viewing, etc, QML imports and files.
|
||||||
|
|
||||||
%package private-headers-devel
|
%package private-headers-devel
|
||||||
Summary: Non-ABI stable experimental API
|
Summary: Non-ABI stable experimental API
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -113,6 +123,7 @@ the exact Qt version.
|
|||||||
Summary: Qt5 quick/qml examples
|
Summary: Qt5 quick/qml examples
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Recommends: %{name}-devel
|
Recommends: %{name}-devel
|
||||||
|
Recommends: %{name}-tools
|
||||||
|
|
||||||
%description examples
|
%description examples
|
||||||
Examples for libqt5-qtdeclarative (quick/qml) modules.
|
Examples for libqt5-qtdeclarative (quick/qml) modules.
|
||||||
@ -177,11 +188,15 @@ popd
|
|||||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||||
%{_libqt5_includedir}/Qt*/%{so_version}
|
%{_libqt5_includedir}/Qt*/%{so_version}
|
||||||
|
|
||||||
%files devel
|
%files tools
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libqt5_bindir}/*
|
%{_libqt5_bindir}/*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||||
%exclude %{_libqt5_includedir}/Qt*/%{so_version}
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}
|
||||||
%{_libqt5_includedir}/Qt*
|
%{_libqt5_includedir}/Qt*
|
||||||
%{_libqt5_libdir}/cmake/Qt5*
|
%{_libqt5_libdir}/cmake/Qt5*
|
||||||
|
Loading…
Reference in New Issue
Block a user