2013-10-01 08:13:11 +02:00
|
|
|
#
|
|
|
|
# spec file for package libqt5-qtbase
|
|
|
|
#
|
2014-01-05 11:30:43 +01:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2013-10-01 08:13:11 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2013-10-06 14:27:16 +02:00
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%define qt5_snapshot 0
|
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
Name: libqt5-qtbase
|
2014-02-18 16:17:26 +01:00
|
|
|
Version: 5.2.1
|
|
|
|
Release: 0
|
|
|
|
Summary: C++ Program Library, Core Components
|
|
|
|
License: GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
|
|
|
|
Group: System/Libraries
|
|
|
|
Url: http://qt.digia.com
|
|
|
|
%define base_name libqt5
|
|
|
|
%define real_version 5.2.1
|
|
|
|
%define so_version 5.2.1
|
|
|
|
%if %qt5_snapshot
|
|
|
|
%define tar_version qtbase-%{real_version}
|
|
|
|
%else
|
|
|
|
%define tar_version qtbase-opensource-src-%{real_version}
|
|
|
|
%endif
|
|
|
|
Source: %{tar_version}.tar.xz
|
|
|
|
# to get mtime of file:
|
|
|
|
Source1: libqt5-qtbase.changes
|
|
|
|
Source2: macros.qt5
|
|
|
|
Source3: baselibs.conf
|
|
|
|
# PATCH-FIX-UPSTREAM qtbase-qatomic-ppc.patch -- fixes build on PPC
|
|
|
|
Patch3: qtbase-qatomic-ppc.patch
|
|
|
|
# PATCH-FIX-UPSTREAM libqt5-libtool-nodate.diff -- for ommiting date/time on build
|
|
|
|
Patch109: libqt5-libtool-nodate.diff
|
|
|
|
# PATCH-FIX-UPSTREAM qmake-add-usr-include.diff -- explicitly include /usr/include path
|
|
|
|
Patch131: qmake-add-usr-include.diff
|
2013-10-01 08:13:11 +02:00
|
|
|
BuildRequires: alsa-devel
|
|
|
|
BuildRequires: cups-devel
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libmng-devel
|
|
|
|
BuildRequires: libmysqlclient-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libtiff-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: pcre-devel
|
|
|
|
BuildRequires: pkgconfig
|
2014-02-18 16:17:26 +01:00
|
|
|
BuildRequires: pkgconfig(mtdev)
|
|
|
|
%if %qt5_snapshot
|
|
|
|
#to create the forwarding headers
|
|
|
|
BuildRequires: perl
|
|
|
|
%endif
|
2013-10-01 08:13:11 +02:00
|
|
|
BuildRequires: postgresql-devel
|
|
|
|
BuildRequires: sqlite3-devel
|
|
|
|
BuildRequires: unixODBC-devel
|
2013-10-04 13:52:02 +02:00
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
2013-12-17 06:52:19 +01:00
|
|
|
BuildRequires: pkgconfig(egl)
|
2014-02-18 16:17:26 +01:00
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
2014-01-05 11:30:43 +01:00
|
|
|
BuildRequires: pkgconfig(freetype2)
|
2013-10-04 13:52:02 +02:00
|
|
|
BuildRequires: pkgconfig(gl)
|
2014-02-18 16:17:26 +01:00
|
|
|
%ifarch %arm aarch64
|
2013-10-04 13:52:02 +02:00
|
|
|
BuildRequires: pkgconfig(gbm)
|
|
|
|
BuildRequires: pkgconfig(glesv2)
|
|
|
|
%endif
|
2014-01-05 11:30:43 +01:00
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: libpulse-devel
|
|
|
|
BuildRequires: libudev-devel
|
2013-10-01 08:13:11 +02:00
|
|
|
BuildRequires: xcb-util-image-devel
|
|
|
|
BuildRequires: xcb-util-keysyms-devel
|
|
|
|
BuildRequires: xcb-util-renderutil-devel
|
|
|
|
BuildRequires: xcb-util-wm-devel
|
2014-01-05 11:30:43 +01:00
|
|
|
BuildRequires: xorg-x11-devel
|
|
|
|
BuildRequires: xz
|
2013-10-06 14:27:16 +02:00
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
2014-01-05 11:30:43 +01:00
|
|
|
%if 0%{?suse_version} >= 1310
|
|
|
|
BuildRequires: pkgconfig(harfbuzz)
|
|
|
|
%endif
|
2013-10-17 14:21:52 +02:00
|
|
|
BuildRequires: pkgconfig(ice)
|
|
|
|
BuildRequires: pkgconfig(sm)
|
2013-10-06 14:27:16 +02:00
|
|
|
BuildRequires: pkgconfig(xkbcommon) >= 0.2.0
|
2013-10-01 08:13:11 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
|
|
|
This package contains base tools, like string, xml, and network
|
|
|
|
handling.
|
|
|
|
|
|
|
|
%define libqt5_prefix %{_prefix}
|
|
|
|
%define libqt5_libdir %{_libdir}
|
|
|
|
%define libqt5_archdatadir %{_libdir}/qt5
|
|
|
|
%define libqt5_bindir %{libqt5_archdatadir}/bin
|
|
|
|
%define libqt5_datadir %{_datadir}/qt5
|
|
|
|
%define libqt5_docdir %{_docdir}/qt5
|
|
|
|
%define libqt5_examplesdir %{libqt5_archdatadir}/examples
|
|
|
|
%define libqt5_includedir %{_includedir}/qt5
|
|
|
|
%define libqt5_importdir %{libqt5_archdatadir}/imports
|
|
|
|
%define libqt5_libexecdir %{libqt5_archdatadir}/libexec
|
|
|
|
%define libqt5_plugindir %{libqt5_archdatadir}/plugins
|
|
|
|
%define libqt5_sysconfdir %{_sysconfdir}/xdg
|
2013-11-13 13:50:13 +01:00
|
|
|
%define libqt5_translationdir %{libqt5_datadir}/translations
|
2013-10-01 08:13:11 +02:00
|
|
|
|
|
|
|
%prep
|
2014-02-18 16:17:26 +01:00
|
|
|
%if %qt5_snapshot
|
|
|
|
%setup -q -n qtbase-%{real_version}
|
|
|
|
%else
|
2013-10-01 08:13:11 +02:00
|
|
|
%setup -q -n qtbase-opensource-src-%{real_version}
|
2014-02-18 16:17:26 +01:00
|
|
|
%endif
|
2013-10-18 19:21:28 +02:00
|
|
|
%patch3 -p1
|
2013-10-01 08:13:11 +02:00
|
|
|
%patch109 -p1
|
|
|
|
%patch131 -p1
|
|
|
|
|
|
|
|
# be sure not to use them
|
|
|
|
rm -r src/3rdparty/{libjpeg,freetype,libpng,zlib}
|
|
|
|
#rm -r qtimageformats/src/3rdparty/{libtiff,libmng}
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Qt Development Kit
|
|
|
|
Group: Development/Libraries/X11
|
2014-02-18 16:17:26 +01:00
|
|
|
# External deps shall be found via pkgconfig
|
|
|
|
Requires: %{name}-common-devel
|
|
|
|
Requires: %{name}-doc = %{version}
|
|
|
|
Requires: libQt5Concurrent-devel = %{version}
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5DBus-devel = %{version}
|
|
|
|
Requires: libQt5Gui-devel = %{version}
|
|
|
|
Requires: libQt5Network-devel = %{version}
|
|
|
|
Requires: libQt5OpenGL-devel = %{version}
|
|
|
|
Requires: libQt5PrintSupport-devel = %{version}
|
|
|
|
Requires: libQt5Sql-devel = %{version}
|
|
|
|
Requires: libQt5Test-devel = %{version}
|
|
|
|
Requires: libQt5Widgets-devel = %{version}
|
|
|
|
Requires: libQt5Xml-devel = %{version}
|
2013-10-01 08:13:11 +02:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
You need this package, if you want to compile programs with Qt. It
|
|
|
|
contains the "Qt Crossplatform Development Kit". It does contain
|
|
|
|
include files and development applications like GUI designers,
|
|
|
|
translator tools and code generators.
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package common-devel
|
|
|
|
Summary: Qt 5 Core Development Binaries
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: gcc-c++
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description common-devel
|
|
|
|
Qt 5 Core Development Binaries. It contains Qt5's moc, qmake,
|
|
|
|
rcc, uic and syncqt.pl binaries.
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%package -n libQt5Core5
|
|
|
|
Summary: Qt 5 Core Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Provides: libqt5-qtbase = %{version}
|
2013-11-04 09:12:16 +01:00
|
|
|
Obsoletes: libqt5-qtbase < %{version}
|
2013-10-17 14:21:52 +02:00
|
|
|
|
|
|
|
%description -n libQt5Core5
|
|
|
|
The Qt 5 Core library.
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package -n libQt5Core-devel
|
|
|
|
Summary: Qt 5 Core Library - development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: %{name}-common-devel = %{version}
|
|
|
|
Requires: libQt5Core5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Core-devel
|
|
|
|
Qt 5 Core Library - development files.
|
|
|
|
|
|
|
|
%package -n libQt5Core-private-headers-devel
|
|
|
|
Summary: Qt 5 Core Library - Non-ABI stable development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Core-private-headers-devel
|
|
|
|
Qt 5 Core Library - Non-ABI stable development files.
|
|
|
|
|
|
|
|
%package -n libQt5Concurrent5
|
|
|
|
Summary: Qt 5 Concurrent Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5Concurrent5
|
|
|
|
The Qt 5 Concurrent library.
|
|
|
|
|
|
|
|
%package -n libQt5Concurrent-devel
|
|
|
|
Summary: Qt 5 Concurrent Library - development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Concurrent5 = %{version}
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Concurrent-devel
|
|
|
|
The Qt 5 Concurrent library - development files.
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%package -n libQt5DBus5
|
|
|
|
Summary: Qt 5 DBus Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5DBus5
|
|
|
|
The Qt 5 DBus library.
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package -n libQt5DBus-devel
|
|
|
|
Summary: Qt 5 DBus Library - development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5DBus5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5DBus-devel
|
|
|
|
The Qt 5 DBus library - development files. Aditionally, it contains
|
|
|
|
Qt5's qdbusxml2cpp and qdbuscpp2xml binaries.
|
|
|
|
|
|
|
|
%package -n libQt5DBus-private-headers-devel
|
|
|
|
Summary: Qt 5 DBus Library - Non-ABI stable development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5DBus-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5DBus-private-headers-devel
|
|
|
|
Qt 5 DBus Library - Non-ABI stable development files.
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%package -n libQt5Network5
|
|
|
|
Summary: Qt 5 Network Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5Network5
|
|
|
|
The Qt 5 Network library.
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package -n libQt5Network-devel
|
|
|
|
Summary: Qt 5 Network Library - development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5Network5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Network-devel
|
|
|
|
The Qt 5 Network library - development files.
|
|
|
|
|
|
|
|
%package -n libQt5Network-private-headers-devel
|
|
|
|
Summary: Qt 5 Network Library - Non-ABI stable development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Network-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Network-private-headers-devel
|
|
|
|
Qt 5 Network Library - Non-ABI stable development files.
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%package -n libQt5OpenGL5
|
|
|
|
Summary: Qt 5 OpenGL Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5OpenGL5
|
|
|
|
The Qt 5 OpenGL library.
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package -n libQt5OpenGL-devel
|
|
|
|
Summary: Qt 5 OpenGL Library - development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5Gui-devel = %{version}
|
|
|
|
Requires: libQt5OpenGL5 = %{version}
|
|
|
|
Requires: libQt5Widgets-devel = %{version}
|
|
|
|
%ifarch %arm aarch64
|
|
|
|
Requires: pkgconfig(glesv2)
|
|
|
|
%else
|
|
|
|
Requires: pkgconfig(gl)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description -n libQt5OpenGL-devel
|
|
|
|
The Qt 5 OpenGL library - development files.
|
|
|
|
|
|
|
|
%package -n libQt5OpenGL-private-headers-devel
|
|
|
|
Summary: Qt 5 OpenGL Library - Non-ABI stable development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Gui-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5OpenGL-devel = %{version}
|
|
|
|
Requires: libQt5Widgets-private-headers-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5OpenGL-private-headers-devel
|
|
|
|
Qt 5 OpenGL Library - Non-ABI stable development files.
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%package -n libQt5PrintSupport5
|
|
|
|
Summary: Qt 5 Print Support Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5PrintSupport5
|
|
|
|
The Qt 5 Print Support library.
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package -n libQt5PrintSupport-devel
|
|
|
|
Summary: Qt 5 Print Support Library - development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5Gui-devel = %{version}
|
|
|
|
Requires: libQt5PrintSupport5 = %{version}
|
|
|
|
Requires: libQt5Widgets-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5PrintSupport-devel
|
|
|
|
The Qt 5 Print Support library - development files.
|
|
|
|
|
|
|
|
%package -n libQt5PrintSupport-private-headers-devel
|
|
|
|
Summary: Qt 5 Print Support Library - Non-ABI stable development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Gui-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5PrintSupport-devel = %{version}
|
|
|
|
Requires: libQt5Widgets-private-headers-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5PrintSupport-private-headers-devel
|
|
|
|
Qt 5 Print Support Library - Non-ABI stable development files.
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%package -n libQt5Xml5
|
|
|
|
Summary: Qt 5 Xml Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5Xml5
|
|
|
|
The Qt 5 Xml library.
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package -n libQt5Xml-devel
|
|
|
|
Summary: Qt 5 Xml Library - development files
|
2013-10-17 14:21:52 +02:00
|
|
|
Group: Development/Libraries/X11
|
2014-02-18 16:17:26 +01:00
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5Xml5 = %{version}
|
2013-10-17 14:21:52 +02:00
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%description -n libQt5Xml-devel
|
|
|
|
The Qt 5 Xml library - development files.
|
2013-10-17 14:21:52 +02:00
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
%package -n libQt5Test5
|
|
|
|
Summary: Qt 5 Test Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5Test5
|
2013-10-17 14:21:52 +02:00
|
|
|
The Qt 5 library for testing.
|
2013-10-01 08:13:11 +02:00
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package -n libQt5Test-devel
|
|
|
|
Summary: Qt 5 Test Library - development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5Test5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Test-devel
|
|
|
|
The Qt 5 library for testing - development files.
|
|
|
|
|
|
|
|
%package -n libQt5Test-private-headers-devel
|
|
|
|
Summary: Qt 5 Test Library - Non-ABI stable development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Test-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Test-private-headers-devel
|
|
|
|
Qt 5 Test Library - Non-ABI stable development files.
|
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
%package -n libQt5Widgets5
|
2014-02-18 16:17:26 +01:00
|
|
|
Summary: Qt 5 Widgets Library
|
2013-10-01 08:13:11 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5Widgets5
|
2013-10-17 14:21:52 +02:00
|
|
|
The Qt 5 library to display widgets.
|
2013-10-01 08:13:11 +02:00
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package -n libQt5Widgets-devel
|
|
|
|
Summary: Qt 5 Widgets Library - development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5Gui-devel = %{version}
|
|
|
|
Requires: libQt5Widgets5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Widgets-devel
|
|
|
|
The Qt 5 library to display widgets - development files.
|
|
|
|
|
|
|
|
%package -n libQt5Widgets-private-headers-devel
|
|
|
|
Summary: Qt 5 Widgets Library - Non-ABI stable development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Gui-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Widgets-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Widgets-private-headers-devel
|
|
|
|
Qt 5 Widgets Library - Non-ABI stable development files.
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%package -n libQt5Sql5-sqlite
|
2013-10-01 08:13:11 +02:00
|
|
|
Summary: Qt 5 sqlite plugin
|
|
|
|
Group: Development/Libraries/C and C++
|
2013-10-04 13:52:02 +02:00
|
|
|
Requires: libQt5Sql5 = %{version}
|
2013-10-17 14:21:52 +02:00
|
|
|
Provides: libqt5-sql-sqlite = %{version}
|
2013-10-04 13:52:02 +02:00
|
|
|
Provides: libqt5_sql_backend = %{version}
|
2013-11-04 09:12:16 +01:00
|
|
|
Obsoletes: libqt5-sql-sqlite < %{version}
|
2013-10-01 08:13:11 +02:00
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%description -n libQt5Sql5-sqlite
|
2013-10-01 08:13:11 +02:00
|
|
|
Qt 5 sqlite plugin to be able to use database functionality with Qt
|
|
|
|
applications without the need to setup a SQL server.
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%package -n libQt5Sql5-unixODBC
|
2013-10-01 08:13:11 +02:00
|
|
|
Summary: Qt 5 unixODBC plugin
|
|
|
|
Group: Development/Libraries/C and C++
|
2013-10-04 13:52:02 +02:00
|
|
|
Requires: libQt5Sql5 = %{version}
|
2013-10-17 14:21:52 +02:00
|
|
|
Provides: libqt5-sql-unixODBC = %{version}
|
2013-10-04 13:52:02 +02:00
|
|
|
Provides: libqt5_sql_backend = %{version}
|
2013-11-04 09:12:16 +01:00
|
|
|
Obsoletes: libqt5-sql-unixODBC < %{version}
|
2013-10-01 08:13:11 +02:00
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%description -n libQt5Sql5-unixODBC
|
2013-10-01 08:13:11 +02:00
|
|
|
Qt unixODBC plugin to support databases via unixODBC within Qt
|
|
|
|
applications.
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%package -n libQt5Sql5-postgresql
|
2013-10-01 08:13:11 +02:00
|
|
|
Summary: Qt 5 PostgreSQL plugin
|
|
|
|
Group: Development/Libraries/C and C++
|
2013-10-04 13:52:02 +02:00
|
|
|
Requires: libQt5Sql5 = %{version}
|
2013-10-17 14:21:52 +02:00
|
|
|
Provides: libqt5-sql-postgresql = %{version}
|
2013-10-04 13:52:02 +02:00
|
|
|
Provides: libqt5_sql_backend = %{version}
|
2013-11-04 09:12:16 +01:00
|
|
|
Obsoletes: libqt5-sql-postgresql < %{version}
|
2013-10-01 08:13:11 +02:00
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%description -n libQt5Sql5-postgresql
|
2013-10-01 08:13:11 +02:00
|
|
|
Qt SQL plugin to support PostgreSQL servers in Qt applications.
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%package -n libQt5Sql5-mysql
|
2013-10-01 08:13:11 +02:00
|
|
|
Summary: Qt 5 MySQL support
|
|
|
|
Group: Development/Libraries/C and C++
|
2013-10-04 13:52:02 +02:00
|
|
|
Requires: libQt5Sql5 = %{version}
|
2013-10-17 14:21:52 +02:00
|
|
|
Provides: libqt5-sql-mysql = %{version}
|
2013-10-04 13:52:02 +02:00
|
|
|
Provides: libqt5_sql_backend = %{version}
|
2013-11-04 09:12:16 +01:00
|
|
|
Obsoletes: libqt5-sql-mysql < %{version}
|
2013-10-01 08:13:11 +02:00
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%description -n libQt5Sql5-mysql
|
2013-10-01 08:13:11 +02:00
|
|
|
A plugin to support MySQL server in Qt applications.
|
|
|
|
|
|
|
|
%package -n libQt5Gui5
|
|
|
|
Summary: Qt 5 GUI related libraries
|
|
|
|
Group: Development/Libraries/C and C++
|
2013-10-04 13:52:02 +02:00
|
|
|
Recommends: libqt5-qtimageformats = %{version}
|
2013-10-01 08:13:11 +02:00
|
|
|
|
|
|
|
%description -n libQt5Gui5
|
|
|
|
Qt 5 libraries which are depending on X11.
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package -n libQt5Gui-devel
|
|
|
|
Summary: Qt 5 GUI related libraries - development files
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5Gui5 = %{version}
|
|
|
|
%ifarch %arm aarch64
|
|
|
|
Requires: pkgconfig(glesv2)
|
|
|
|
%else
|
|
|
|
Requires: pkgconfig(gl)
|
|
|
|
%endif
|
|
|
|
Requires: pkgconfig(egl)
|
|
|
|
|
|
|
|
%description -n libQt5Gui-devel
|
|
|
|
Qt 5 libraries which are depending on X11 - development files.
|
|
|
|
|
|
|
|
%package -n libQt5Gui-private-headers-devel
|
|
|
|
Summary: Qt 5 Gui Library - Non-ABI stable development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Gui-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Gui-private-headers-devel
|
|
|
|
Qt 5 Gui Library - Non-ABI stable development files.
|
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
%package -n libQt5Sql5
|
|
|
|
Summary: Qt 5 SQL related libraries
|
|
|
|
Group: Development/Libraries/C and C++
|
2013-10-04 13:52:02 +02:00
|
|
|
Recommends: libqt5_sql_backend = %{version}
|
2013-10-01 08:13:11 +02:00
|
|
|
Suggests: libqt5-sql-sqlite
|
|
|
|
|
|
|
|
%description -n libQt5Sql5
|
|
|
|
Qt 5 libraries which are used for connection with an SQL server. You
|
|
|
|
will need also a plugin package for a supported SQL server.
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package -n libQt5Sql-devel
|
|
|
|
Summary: Qt 5 SQL related libraries - development files
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5Sql5 = %{version}
|
|
|
|
Requires: libQt5Sql5-mysql = %{version}
|
|
|
|
Requires: libQt5Sql5-postgresql = %{version}
|
|
|
|
Requires: libQt5Sql5-sqlite = %{version}
|
|
|
|
Requires: libQt5Sql5-unixODBC = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Sql-devel
|
|
|
|
Qt 5 libraries which are used for connection with an SQL server. You
|
|
|
|
will need also a plugin package for a supported SQL server - development files.
|
|
|
|
|
|
|
|
%package -n libQt5Sql-private-headers-devel
|
|
|
|
Summary: Qt 5 SQL Library - Non-ABI stable development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Sql-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Sql-private-headers-devel
|
|
|
|
Qt 5 SQL Library - Non-ABI stable development files.
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Qt 5 tool used by Qt Developers to generate documentation
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{name}-common-devel = %{version}
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
Qt 5 tool used by Qt Developers to generate documentation for software projects.
|
|
|
|
|
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
%package private-headers-devel
|
|
|
|
Summary: Non-ABI stable experimental API
|
|
|
|
Group: Development/Libraries/C and C++
|
2014-02-18 16:17:26 +01:00
|
|
|
Requires: libQt5Core-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5DBus-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Gui-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Network-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5OpenGL-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5PlatformSupport-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5PrintSupport-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Sql-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Test-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Widgets-private-headers-devel = %{version}
|
2013-10-01 08:13:11 +02:00
|
|
|
|
|
|
|
%description private-headers-devel
|
|
|
|
This package provides private headers of libqt5-qtbase-devel that are normally
|
|
|
|
not used by application development and that do not have any ABI or
|
|
|
|
API guarantees. The packages that build against these have to require
|
|
|
|
the exact Qt version.
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%package -n libQt5Bootstrap-devel-static
|
|
|
|
Summary: Qt Bootstrap module
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{name}-common-devel = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5Bootstrap-devel-static
|
|
|
|
Qt Bootstrap module.
|
|
|
|
|
|
|
|
%package -n libQt5OpenGLExtensions-devel-static
|
|
|
|
Summary: Qt OpenGLExtensions module
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5Gui-devel = %{version}
|
|
|
|
# List the below ones manually - they are private, but this is a static lib
|
|
|
|
Requires: pkgconfig(GL)
|
|
|
|
|
|
|
|
%description -n libQt5OpenGLExtensions-devel-static
|
|
|
|
Qt OpenGLExtensions module.
|
|
|
|
|
|
|
|
%package -n libQt5PlatformSupport-devel-static
|
|
|
|
Summary: Qt PlatformSupport module
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libQt5Core-devel = %{version}
|
|
|
|
Requires: libQt5Gui-devel = %{version}
|
|
|
|
# List the below ones manually - they are private, but this is a static lib
|
|
|
|
Requires: pkgconfig(Qt5DBus)
|
|
|
|
Requires: pkgconfig(egl)
|
|
|
|
Requires: pkgconfig(fontconfig)
|
|
|
|
Requires: pkgconfig(freetype2)
|
|
|
|
Requires: pkgconfig(gl)
|
|
|
|
Requires: pkgconfig(glib-2.0)
|
|
|
|
Requires: pkgconfig(mtdev)
|
|
|
|
Requires: pkgconfig(udev)
|
|
|
|
Requires: pkgconfig(x11)
|
|
|
|
Requires: pkgconfig(xext)
|
|
|
|
Requires: pkgconfig(xrender)
|
|
|
|
|
|
|
|
%description -n libQt5PlatformSupport-devel-static
|
|
|
|
Qt PlatformSupport module.
|
|
|
|
|
|
|
|
%package -n libQt5PlatformSupport-private-headers-devel
|
|
|
|
Summary: Qt 5 PlatformSupport Library - Non-ABI stable development files
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt5Core-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5Gui-private-headers-devel = %{version}
|
|
|
|
Requires: libQt5PlatformSupport-devel-static = %{version}
|
|
|
|
|
|
|
|
%description -n libQt5PlatformSupport-private-headers-devel
|
|
|
|
Qt 5 PlatformSupport Library - Non-ABI stable development files.
|
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
%build
|
|
|
|
export QMAKESPEC=$PWD/mkspecs/linux-g++
|
|
|
|
%ifarch ppc64
|
2013-10-04 13:52:02 +02:00
|
|
|
RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
2013-10-01 08:13:11 +02:00
|
|
|
%endif
|
2013-10-04 13:52:02 +02:00
|
|
|
export CXXFLAGS="$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
|
|
|
|
export CFLAGS="$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
|
|
|
|
export MAKEFLAGS="%{?_smp_mflags}"
|
2013-10-01 08:13:11 +02:00
|
|
|
%ifarch sparc64
|
|
|
|
platform="-platform linux-g++-64"
|
|
|
|
%else
|
|
|
|
platform=""
|
|
|
|
%endif
|
2014-02-18 16:17:26 +01:00
|
|
|
%if %qt5_snapshot
|
|
|
|
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
|
|
|
mkdir .git
|
|
|
|
%endif
|
2013-10-01 08:13:11 +02:00
|
|
|
# Record mtime of changes file instead of build time
|
2013-10-04 13:52:02 +02:00
|
|
|
CHANGES=`stat --format="%y" %{SOURCE1}|cut --characters=1-10`
|
2013-10-01 08:13:11 +02:00
|
|
|
sed -i -e "s/qt_instdate=\$TODAY/qt_instdate=$CHANGES/" configure
|
|
|
|
|
|
|
|
echo yes | ./configure $platform \
|
|
|
|
-prefix %{_prefix} \
|
|
|
|
-L %{libqt5_libdir} \
|
|
|
|
-libdir %{libqt5_libdir} \
|
|
|
|
-archdatadir %{libqt5_archdatadir} \
|
|
|
|
-bindir %{libqt5_bindir} \
|
|
|
|
-datadir %{libqt5_datadir} \
|
|
|
|
-docdir %{libqt5_docdir} \
|
|
|
|
-examplesdir %{libqt5_examplesdir} \
|
|
|
|
-headerdir %{libqt5_includedir} \
|
|
|
|
-importdir %{libqt5_importdir} \
|
|
|
|
-libexecdir %{libqt5_libexecdir} \
|
|
|
|
-plugindir %{libqt5_plugindir} \
|
|
|
|
-sysconfdir %{libqt5_sysconfdir} \
|
|
|
|
-translationdir %{libqt5_translationdir} \
|
|
|
|
-verbose \
|
|
|
|
-reduce-relocations \
|
|
|
|
-optimized-qmake \
|
|
|
|
-accessibility \
|
2013-12-02 07:22:52 +01:00
|
|
|
-no-strip \
|
2013-10-01 08:13:11 +02:00
|
|
|
-opensource \
|
|
|
|
-no-separate-debug-info \
|
|
|
|
-shared \
|
|
|
|
-xkb \
|
|
|
|
-xrender \
|
|
|
|
-xcursor \
|
|
|
|
-dbus-linked \
|
|
|
|
-xfixes \
|
|
|
|
-xrandr \
|
|
|
|
-xinerama \
|
|
|
|
-sm \
|
|
|
|
-no-rpath \
|
|
|
|
-system-libjpeg \
|
|
|
|
-openssl-linked \
|
|
|
|
-system-libpng \
|
2014-01-05 11:30:43 +01:00
|
|
|
%if 0%{?suse_version} >= 1310
|
|
|
|
-system-harfbuzz \
|
|
|
|
%endif
|
|
|
|
-fontconfig \
|
|
|
|
-system-freetype \
|
2013-10-01 08:13:11 +02:00
|
|
|
-cups \
|
|
|
|
-nis \
|
|
|
|
-system-zlib \
|
|
|
|
-iconv \
|
|
|
|
-sysconfdir /etc/settings \
|
|
|
|
-no-pch \
|
|
|
|
-glib \
|
|
|
|
-system-sqlite \
|
|
|
|
-no-sql-mysql \
|
2014-02-18 16:17:26 +01:00
|
|
|
-no-strip \
|
2013-10-01 08:13:11 +02:00
|
|
|
-xsync \
|
|
|
|
-xinput \
|
|
|
|
-gtkstyle \
|
2013-12-23 12:32:29 +01:00
|
|
|
%ifnarch ppc ppc64 ppc64le
|
2013-10-01 08:13:11 +02:00
|
|
|
-javascript-jit \
|
2013-12-23 12:32:29 +01:00
|
|
|
%endif
|
2013-10-01 08:13:11 +02:00
|
|
|
-xcb \
|
2013-12-17 06:52:19 +01:00
|
|
|
-egl \
|
|
|
|
-eglfs \
|
2014-02-18 16:17:26 +01:00
|
|
|
%ifarch %arm aarch64
|
2013-10-04 13:52:02 +02:00
|
|
|
-eglfs -kms \
|
|
|
|
-opengl es2 \
|
|
|
|
%else
|
|
|
|
-opengl desktop \
|
|
|
|
%endif
|
2013-10-01 08:13:11 +02:00
|
|
|
-release \
|
2014-02-18 16:17:26 +01:00
|
|
|
%ifarch %arm aarch64
|
2013-10-01 08:13:11 +02:00
|
|
|
-no-neon \
|
|
|
|
%endif
|
2014-02-18 16:17:26 +01:00
|
|
|
-plugin-sql-sqlite -nomake examples -nomake tests \
|
2013-10-01 08:13:11 +02:00
|
|
|
-plugin-sql-psql -I/usr/include -I/usr/include/pgsql/ -I/usr/include/pgsql/server \
|
|
|
|
-plugin-sql-odbc \
|
|
|
|
-plugin-sql-mysql -I/usr/include/mysql/ -I/usr/include -v
|
|
|
|
|
2013-10-04 13:52:02 +02:00
|
|
|
make %{?_smp_mflags}
|
2013-10-01 08:13:11 +02:00
|
|
|
|
|
|
|
%install
|
2013-10-04 13:52:02 +02:00
|
|
|
make INSTALL_ROOT=%{buildroot} install
|
2013-10-01 08:13:11 +02:00
|
|
|
install -D -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/rpm/macros.qt5
|
|
|
|
# argggh, qmake is such a piece of <censored>
|
2013-10-04 13:52:02 +02:00
|
|
|
find %{buildroot}/%{libqt5_libdir} -type f -name '*prl' -exec perl -pi -e "s, -L$RPM_BUILD_DIR/\S+,,g" {} \;
|
|
|
|
find %{buildroot}/%{libqt5_libdir} -type f -name '*prl' -exec sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" {} \;
|
|
|
|
find %{buildroot}/%{libqt5_libdir} -type f -name '*la' -print -exec perl -pi -e "s, -L$RPM_BUILD_DIR/?\S+,,g" {} \;
|
2013-10-01 08:13:11 +02:00
|
|
|
# insanity ...
|
2013-10-04 13:52:02 +02:00
|
|
|
find %{buildroot}/%{libqt5_libdir} -type f -name '*pc' -print -exec perl -pi -e "s, -L$RPM_BUILD_DIR/?\S+,,g" {} \; -exec sed -i -e "s,^moc_location=.*,moc_location=%libqt5_bindir/moc," -e "s,uic_location=.*,uic_location=%libqt5_bindir/uic," {} \;
|
|
|
|
find %{buildroot}/%{libqt5_libdir}/ -name 'lib*.a' -exec chmod -x -- {} \;
|
2014-02-18 16:17:26 +01:00
|
|
|
# kill .la files
|
|
|
|
rm -f %{buildroot}%{libqt5_libdir}/lib*.la
|
2013-10-04 13:52:02 +02:00
|
|
|
mkdir -p %{buildroot}/%{libqt5_plugindir}/sqldrivers
|
2013-10-01 08:13:11 +02:00
|
|
|
|
2013-10-04 13:52:02 +02:00
|
|
|
# put all the binaries to %{_bindir}, add -qt5 suffix, and symlink them back to %_qt5_bindir
|
2013-10-01 08:13:11 +02:00
|
|
|
mkdir %{buildroot}%{_bindir}
|
|
|
|
pushd %{buildroot}%{libqt5_bindir}
|
|
|
|
for i in * ; do
|
2014-02-18 16:17:26 +01:00
|
|
|
case "${i}" in
|
|
|
|
moc|qdbuscpp2xml|qdbusxml2cpp|qmake|rcc|syncqt|uic)
|
2013-10-01 08:13:11 +02:00
|
|
|
mv $i ../../../bin/${i}-qt5
|
|
|
|
ln -s ../../../bin/${i}-qt5 .
|
|
|
|
ln -s ../../../bin/${i}-qt5 $i
|
2014-02-18 16:17:26 +01:00
|
|
|
;;
|
|
|
|
*)
|
|
|
|
mv $i ../../../bin/
|
|
|
|
ln -s ../../../bin/$i .
|
|
|
|
;;
|
|
|
|
esac
|
2013-10-01 08:13:11 +02:00
|
|
|
done
|
|
|
|
popd
|
|
|
|
pushd %{buildroot}%{libqt5_docdir}/global/template/images
|
|
|
|
chmod -R 644 *.png
|
|
|
|
popd
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
# Only symlink mkspecs, as headers and cmake files are across different packages. If needed, call fdupes on every dir, as per package split
|
|
|
|
%fdupes -s %{buildroot}%{libqt5_archdatadir}/mkspecs/
|
2013-10-17 14:21:52 +02:00
|
|
|
|
|
|
|
%post -n libQt5Core5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libQt5Concurrent5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libQt5DBus5 -p /sbin/ldconfig
|
2013-10-01 08:13:11 +02:00
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%post -n libQt5Network5 -p /sbin/ldconfig
|
2013-10-01 08:13:11 +02:00
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%post -n libQt5OpenGL5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libQt5PrintSupport5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libQt5Xml5 -p /sbin/ldconfig
|
2013-10-01 08:13:11 +02:00
|
|
|
|
|
|
|
%post -n libQt5Gui5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libQt5Sql5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libQt5Test5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libQt5Widgets5 -p /sbin/ldconfig
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%postun -n libQt5Core5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5Concurrent5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5DBus5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5Network5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5OpenGL5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5PrintSupport5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5Xml5 -p /sbin/ldconfig
|
2013-10-01 08:13:11 +02:00
|
|
|
|
|
|
|
%postun -n libQt5Gui5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5Sql5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5Test5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5Widgets5 -p /sbin/ldconfig
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files common-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{_sysconfdir}/rpm/macros.qt5
|
|
|
|
%{_bindir}/moc*
|
|
|
|
%{libqt5_bindir}/moc*
|
|
|
|
%{_bindir}/qmake*
|
|
|
|
%{libqt5_bindir}/qmake*
|
|
|
|
%{_bindir}/rcc*
|
|
|
|
%{libqt5_bindir}/rcc*
|
|
|
|
%{_bindir}/uic*
|
|
|
|
%{libqt5_bindir}/uic*
|
|
|
|
%{_bindir}/syncqt.pl*
|
|
|
|
%{libqt5_bindir}/syncqt.pl*
|
|
|
|
%{libqt5_archdatadir}/mkspecs/
|
|
|
|
%dir %{libqt5_libdir}/cmake
|
|
|
|
%dir %{libqt5_includedir}
|
|
|
|
%dir %{libqt5_archdatadir}
|
|
|
|
%dir %{libqt5_bindir}
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%files -n libQt5Core5
|
2013-10-01 08:13:11 +02:00
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_libdir}/libQt5Core.so.*
|
2013-10-17 14:21:52 +02:00
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files -n libQt5Core-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5Core.so
|
|
|
|
%{libqt5_libdir}/libQt5Core.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5Core/
|
|
|
|
%{libqt5_libdir}/cmake/Qt5/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5Core.pc
|
|
|
|
%{libqt5_includedir}/QtCore/
|
|
|
|
%exclude %{libqt5_includedir}/QtCore/%{so_version}
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%files -n libQt5Concurrent5
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_libdir}/libQt5Concurrent.so.*
|
2013-10-17 14:21:52 +02:00
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files -n libQt5Concurrent-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5Concurrent.so
|
|
|
|
%{libqt5_libdir}/libQt5Concurrent.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5Concurrent/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5Concurrent.pc
|
|
|
|
%{libqt5_includedir}/QtConcurrent/
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%files -n libQt5DBus5
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_libdir}/libQt5DBus.so.*
|
2013-10-17 14:21:52 +02:00
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files -n libQt5DBus-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5DBus.so
|
|
|
|
%{libqt5_libdir}/libQt5DBus.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5DBus/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5DBus.pc
|
|
|
|
%{libqt5_includedir}/QtDBus/
|
|
|
|
%exclude %{libqt5_includedir}/QtDBus/%{so_version}
|
|
|
|
%{libqt5_bindir}/qdbusxml2cpp*
|
|
|
|
%{_bindir}/qdbusxml2cpp*
|
|
|
|
%{libqt5_bindir}/qdbuscpp2xml*
|
|
|
|
%{_bindir}/qdbuscpp2xml*
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%files -n libQt5Network5
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_libdir}/libQt5Network.so.*
|
2013-10-17 14:21:52 +02:00
|
|
|
%dir %{libqt5_libdir}/qt5
|
|
|
|
%dir %{libqt5_plugindir}
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_plugindir}/bearer
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files -n libQt5Network-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5Network.so
|
|
|
|
%{libqt5_libdir}/libQt5Network.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5Network/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5Network.pc
|
|
|
|
%{libqt5_includedir}/QtNetwork/
|
|
|
|
%exclude %{libqt5_includedir}/QtNetwork/%{so_version}
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%files -n libQt5OpenGL5
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-17 14:21:52 +02:00
|
|
|
%{libqt5_libdir}/libQt5OpenGL.so.*
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files -n libQt5OpenGL-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5OpenGL.so
|
|
|
|
%{libqt5_libdir}/libQt5OpenGL.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5OpenGL/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5OpenGL.pc
|
|
|
|
%{libqt5_includedir}/QtOpenGL/
|
|
|
|
%exclude %{libqt5_includedir}/QtOpenGL/%{so_version}
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%files -n libQt5PrintSupport5
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-17 14:21:52 +02:00
|
|
|
%{libqt5_libdir}/libQt5PrintSupport.so.*
|
|
|
|
%{libqt5_plugindir}/printsupport
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files -n libQt5PrintSupport-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5PrintSupport.so
|
|
|
|
%{libqt5_libdir}/libQt5PrintSupport.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5PrintSupport/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5PrintSupport.pc
|
|
|
|
%{libqt5_includedir}/QtPrintSupport/
|
|
|
|
%exclude %{libqt5_includedir}/QtPrintSupport/%{so_version}
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%files -n libQt5Xml5
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-17 14:21:52 +02:00
|
|
|
%{libqt5_libdir}/libQt5Xml.so.*
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files -n libQt5Xml-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5Xml.so
|
|
|
|
%{libqt5_libdir}/libQt5Xml.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5Xml/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5Xml.pc
|
|
|
|
%{libqt5_includedir}/QtXml/
|
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
%files -n libQt5Test5
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_libdir}/libQt5Test.so.*
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files -n libQt5Test-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5Test.so
|
|
|
|
%{libqt5_libdir}/libQt5Test.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5Test/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5Test.pc
|
|
|
|
%{libqt5_includedir}/QtTest/
|
|
|
|
%exclude %{libqt5_includedir}/QtTest/%{so_version}
|
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
%files -n libQt5Widgets5
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_libdir}/libQt5Widgets.so.*
|
|
|
|
%{libqt5_plugindir}/accessible
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files -n libQt5Widgets-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5Widgets.so
|
|
|
|
%{libqt5_libdir}/libQt5Widgets.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5Widgets/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5Widgets.pc
|
|
|
|
%{libqt5_includedir}/QtWidgets/
|
|
|
|
%exclude %{libqt5_includedir}/QtWidgets/%{so_version}
|
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
%files -n libQt5Gui5
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_libdir}/libQt5Gui.so.*
|
|
|
|
%{libqt5_plugindir}/generic
|
|
|
|
%{libqt5_plugindir}/imageformats
|
|
|
|
%{libqt5_plugindir}/platforminputcontexts
|
|
|
|
%{libqt5_plugindir}/platforms
|
|
|
|
%{libqt5_plugindir}/platformthemes
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files -n libQt5Gui-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5Gui.so
|
|
|
|
%{libqt5_libdir}/libQt5Gui.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5Gui/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5Gui.pc
|
|
|
|
%{libqt5_includedir}/QtGui/
|
|
|
|
%exclude %{libqt5_includedir}/QtGui/%{so_version}
|
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
|
|
|
|
%files private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
|
|
|
|
%files -n libQt5Sql5
|
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_libdir}/libQt5Sql.so.*
|
|
|
|
%dir %{libqt5_plugindir}/sqldrivers
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files -n libQt5Sql-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5Sql.so
|
|
|
|
%{libqt5_libdir}/libQt5Sql.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5Sql/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5Sql.pc
|
|
|
|
%{libqt5_includedir}/QtSql/
|
|
|
|
%exclude %{libqt5_includedir}/QtSql/%{so_version}
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%files -n libQt5Sql5-sqlite
|
2013-10-01 08:13:11 +02:00
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_plugindir}/sqldrivers/libqsqlite*.so
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%files -n libQt5Sql5-unixODBC
|
2013-10-01 08:13:11 +02:00
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_plugindir}/sqldrivers/libqsqlodbc*.so
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%files -n libQt5Sql5-postgresql
|
2013-10-01 08:13:11 +02:00
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_plugindir}/sqldrivers/libqsqlpsql*.so
|
|
|
|
|
2013-10-17 14:21:52 +02:00
|
|
|
%files -n libQt5Sql5-mysql
|
2013-10-01 08:13:11 +02:00
|
|
|
%defattr(-,root,root,755)
|
2014-02-18 16:17:26 +01:00
|
|
|
%doc *.txt LICENSE.*
|
2013-10-01 08:13:11 +02:00
|
|
|
%{libqt5_plugindir}/sqldrivers/libqsqlmysql*.so
|
|
|
|
|
2014-02-18 16:17:26 +01:00
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{_bindir}/qdoc*
|
|
|
|
%{libqt5_bindir}/qdoc*
|
|
|
|
%{libqt5_docdir}
|
|
|
|
|
|
|
|
%files -n libQt5Bootstrap-devel-static
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5Bootstrap.a
|
|
|
|
%{libqt5_libdir}/libQt5Bootstrap.prl
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5Bootstrap.pc
|
|
|
|
|
|
|
|
%files -n libQt5OpenGLExtensions-devel-static
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5OpenGLExtensions.a
|
|
|
|
%{libqt5_libdir}/libQt5OpenGLExtensions.prl
|
|
|
|
%{libqt5_libdir}/cmake/Qt5OpenGLExtensions/
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5OpenGLExtensions.pc
|
|
|
|
%{libqt5_includedir}/QtOpenGLExtensions/
|
|
|
|
|
|
|
|
%files -n libQt5PlatformSupport-devel-static
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_libdir}/libQt5PlatformSupport.a
|
|
|
|
%{libqt5_libdir}/libQt5PlatformSupport.prl
|
|
|
|
%{libqt5_libdir}/pkgconfig/Qt5PlatformSupport.pc
|
|
|
|
%{libqt5_includedir}/QtPlatformSupport/
|
|
|
|
%exclude %{libqt5_includedir}/QtPlatformSupport/%{so_version}
|
|
|
|
|
|
|
|
%files -n libQt5Core-private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_includedir}/QtCore/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt5DBus-private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_includedir}/QtDBus/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt5Gui-private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_includedir}/QtGui/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt5Network-private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_includedir}/QtNetwork/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt5OpenGL-private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_includedir}/QtOpenGL/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt5PlatformSupport-private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_includedir}/QtPlatformSupport/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt5PrintSupport-private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_includedir}/QtPrintSupport/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt5Sql-private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_includedir}/QtSql/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt5Test-private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_includedir}/QtTest/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt5Widgets-private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.*
|
|
|
|
%{libqt5_includedir}/QtWidgets/%{so_version}/
|
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
%changelog
|