summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Olszak <olszak.tomasz@gmail.com>2014-04-27 00:31:26 +0200
committerTomasz Olszak <olszak.tomasz@gmail.com>2015-11-10 10:59:18 +0100
commitd1776764341f917199747ed191d7096b516c0753 (patch)
tree397bdf1450fe3e90e48f22df41f18bad7c00e079
parenta30d7084753ab240c7df9558588df2ad395171f2 (diff)
downloadqttools-d1776764341f917199747ed191d7096b516c0753.tar.gz
qttools-d1776764341f917199747ed191d7096b516c0753.tar.bz2
qttools-d1776764341f917199747ed191d7096b516c0753.zip
Added qtdiag and version bumped to 5.2.95+rc1.
Change-Id: I29baaf126a7a1d4be9cc1204f6bf9e127669752e Bug-Tizen:TIVI-2416
-rw-r--r--packaging/qt5-qttools.spec19
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