diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-04-27 00:31:26 +0200 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-10-04 18:17:51 +0200 |
commit | 2771e0f381fd210a339a252f45458bcf63537388 (patch) | |
tree | 5b1812b0bc265b9672015c6fa5bcb1aaeef409b1 | |
parent | 33c7fa8e6ce020c7b4a626077d76b6f90f3528c3 (diff) | |
download | qttools-2771e0f381fd210a339a252f45458bcf63537388.tar.gz qttools-2771e0f381fd210a339a252f45458bcf63537388.tar.bz2 qttools-2771e0f381fd210a339a252f45458bcf63537388.zip |
Added qtdiag and version bumped to 5.2.95+rc1.
Change-Id: I29baaf126a7a1d4be9cc1204f6bf9e127669752e
Bug-Tizen:TIVI-2416
-rw-r--r-- | packaging/qt5-qttools.spec | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/packaging/qt5-qttools.spec b/packaging/qt5-qttools.spec index 996caf1a..a2bd0775 100644 --- a/packaging/qt5-qttools.spec +++ b/packaging/qt5-qttools.spec @@ -26,7 +26,7 @@ %define keep_static 1 Name: qt5-qttools Summary: Development tools for Qt -Version: 5.2.90+alpha +Version: 5.2.95+rc1 Release: 0 Group: Base/Libraries License: LGPL-2.1+ or GPL-3.0 @@ -86,6 +86,18 @@ Requires(postun): /sbin/ldconfig %description qdbus This package contains the qdbus and qdbusviewer tool +%package qtdiag +Summary: The qtdiag tool +Group: Base/Libraries +Requires: %{name} = %{version}-%{release} +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig + +%description qtdiag +The qtdiag is a command line tool that prints information +about the Qt version and the graphics configuration. +Its output can be used for CI logs and customer bug reports. + %package qtuitools Summary: The QtUiTools library Group: Base/Libraries @@ -248,6 +260,11 @@ install qt-designer.desktop "%{buildroot}%{_datadir}/applications/" %{_qt5_bindir}/qdbus %{_qt5_bindir}/qdbusviewer +%files qtdiag +%defattr(-,root,root,-) +%manifest %{name}.manifest +%{_qt5_bindir}/qtdiag + %files qtuitools %defattr(-,root,root,-) %manifest %{name}.manifest |