Accepting request 429986 from KDE:Qt5
The Time Has Come to Shoot You Down... What a Sound OBS-URL: https://build.opensuse.org/request/show/429986 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qttools?expand=0&rev=28
This commit is contained in:
parent
88b197075a
commit
9ef4f6587a
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 24 18:39:08 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.7.0
|
||||
* For more details please see:
|
||||
https://www.qt.io/qt5-7/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 14:15:21 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -19,15 +19,15 @@
|
||||
%define qt5_snapshot 0
|
||||
|
||||
Name: libqt5-qttools
|
||||
Version: 5.6.1
|
||||
Version: 5.7.0
|
||||
Release: 0
|
||||
Summary: Qt 5 QtTools Module
|
||||
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
||||
Group: Development/Libraries/X11
|
||||
Url: http://qt.digia.com
|
||||
%define base_name libqt5
|
||||
%define real_version 5.6.1
|
||||
%define so_version 5.6.1
|
||||
%define real_version 5.7.0
|
||||
%define so_version 5.7.0
|
||||
%define tar_version qttools-opensource-src-%{real_version}
|
||||
Source: %{tar_version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
@ -55,6 +55,8 @@ Requires: libQt5Designer5 = %{version}
|
||||
Requires: libQt5DesignerComponents5 = %{version}
|
||||
Requires: libQt5Help5 = %{version}
|
||||
Requires: libQt5Sql5-sqlite >= %{version}
|
||||
Requires: libqt5-qdbus = %{version}
|
||||
Requires: libqt5-qtpaths = %{version}
|
||||
%requires_ge libQt5DBus5
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -158,6 +160,22 @@ Requires: pkgconfig(Qt5Core) >= %{version}
|
||||
%description -n libqt5-linguist-devel
|
||||
The Qt 5 Linguist Tools - development files.
|
||||
|
||||
%package -n libqt5-qdbus
|
||||
Summary: Interface to Qt applications communicating over D-Bus
|
||||
Group: Development/Libraries/X11
|
||||
Conflicts: %{name} < %{version}
|
||||
|
||||
%description -n libqt5-qdbus
|
||||
Interface to Qt applications communicating over D-Bus.
|
||||
|
||||
%package -n libqt5-qtpaths
|
||||
Summary: Command line client to QStandardPaths
|
||||
Group: Development/Libraries/X11
|
||||
Conflicts: %{name} < %{version}
|
||||
|
||||
%description -n libqt5-qtpaths
|
||||
Command line client to QStandardPaths.
|
||||
|
||||
%package doc
|
||||
Summary: Qt 5 tool used by Qt Developers to generate documentation
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -242,23 +260,19 @@ install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{
|
||||
%{_bindir}/designer*
|
||||
%{_bindir}/pixeltool*
|
||||
%{_bindir}/qcollectiongenerator*
|
||||
%{_bindir}/qdbus*
|
||||
%{_bindir}/qdbusviewer*
|
||||
%{_bindir}/qhelpconverter*
|
||||
%{_bindir}/qhelpgenerator*
|
||||
%{_bindir}/qtdiag*
|
||||
%{_bindir}/qtpaths*
|
||||
%{_bindir}/qtplugininfo*
|
||||
%{_libqt5_bindir}/assistant*
|
||||
%{_libqt5_bindir}/designer*
|
||||
%{_libqt5_bindir}/pixeltool*
|
||||
%{_libqt5_bindir}/qcollectiongenerator*
|
||||
%{_libqt5_bindir}/qdbus*
|
||||
%{_libqt5_bindir}/qdbusviewer*
|
||||
%{_libqt5_bindir}/qhelpconverter*
|
||||
%{_libqt5_bindir}/qhelpgenerator*
|
||||
%{_libqt5_bindir}/qtdiag*
|
||||
%{_libqt5_bindir}/qtpaths*
|
||||
%{_libqt5_bindir}/qtplugininfo*
|
||||
%{_datadir}/applications/assistant5.desktop
|
||||
%{_datadir}/applications/designer5.desktop
|
||||
@ -314,6 +328,19 @@ install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{
|
||||
%{_libqt5_libdir}/cmake/Qt5LinguistTools/
|
||||
%{_datadir}/qt5/phrasebooks
|
||||
|
||||
%files -n libqt5-qdbus
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%{_bindir}/qdbus-qt5
|
||||
%{_libqt5_bindir}/qdbus
|
||||
%{_libqt5_bindir}/qdbus-qt5
|
||||
|
||||
%files -n libqt5-qtpaths
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%{_bindir}/qtpaths
|
||||
%{_libqt5_bindir}/qtpaths
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,755)
|
||||
%doc *.txt LICENSE.*
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77a38895ee2d3fe2d0df4a5e1bbef4d3f8870fe20cd3b2cea27bd2d380c17f71
|
||||
size 9819124
|
3
qttools-opensource-src-5.7.0.tar.xz
Normal file
3
qttools-opensource-src-5.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f45ad73cf6a6fea20d93d881551e938b7f7a62b6d50bf98b5f8c0b70e4d9500
|
||||
size 9816068
|
Loading…
Reference in New Issue
Block a user