2008-03-12 23:38:15 +00:00
|
|
|
# Fedora Review: http://bugzilla.redhat.com/188180
|
|
|
|
|
2009-02-27 19:32:21 +00:00
|
|
|
# configure options
|
|
|
|
# -no-pch disables precompiled headers, make ccache-friendly
|
2009-04-14 19:40:59 +00:00
|
|
|
%define no_pch -no-pch
|
2009-02-21 02:21:22 +00:00
|
|
|
|
2010-09-23 14:55:34 +00:00
|
|
|
# See http://bugzilla.redhat.com/223663
|
|
|
|
%define multilib_archs x86_64 %{ix86} ppc64 ppc s390x s390 sparc64 sparcv9
|
2013-01-09 19:31:30 +00:00
|
|
|
%define multilib_basearchs x86_64 ppc64 s390x sparc64
|
2009-10-14 20:12:04 +00:00
|
|
|
|
2012-05-22 12:26:22 +00:00
|
|
|
%if 0%{?fedora} > 16 || 0%{?rhel} > 6
|
2012-05-10 17:22:03 +00:00
|
|
|
# use external qt_settings pkg
|
|
|
|
%define qt_settings 1
|
|
|
|
%endif
|
|
|
|
|
2013-08-08 16:20:32 +00:00
|
|
|
%if 0%{?fedora} > 18
|
2013-06-10 11:57:07 +00:00
|
|
|
%define rpm_macros_dir %{_rpmconfigdir}/macros.d
|
2013-06-26 14:33:11 +00:00
|
|
|
%else
|
|
|
|
%define rpm_macros_dir %{_sysconfdir}/rpm
|
2013-06-10 11:57:07 +00:00
|
|
|
%endif
|
|
|
|
|
2013-06-26 14:33:11 +00:00
|
|
|
# trim changelog included in binary rpms
|
|
|
|
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
|
|
|
|
2013-07-30 16:04:32 +00:00
|
|
|
# support qtchooser
|
|
|
|
%define qtchooser 1
|
2013-01-09 19:31:30 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
Summary: Qt toolkit
|
|
|
|
Name: qt
|
2008-08-06 13:10:37 +00:00
|
|
|
Epoch: 1
|
2013-06-10 03:15:20 +00:00
|
|
|
Version: 4.8.5
|
2013-10-03 14:23:45 +00:00
|
|
|
Release: 9%{?dist}
|
2009-02-22 19:53:05 +00:00
|
|
|
|
2009-03-03 15:26:10 +00:00
|
|
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
2010-09-23 16:37:01 +00:00
|
|
|
License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT
|
2004-09-09 11:12:29 +00:00
|
|
|
Group: System Environment/Libraries
|
2013-04-20 03:39:20 +00:00
|
|
|
Url: http://qt-project.org/
|
2013-06-10 03:15:20 +00:00
|
|
|
%if 0%{?pre:1}
|
2013-07-02 21:00:21 +00:00
|
|
|
Source0: http://download.qt-project.org/snapshots/qt/4.8/%{version}-%{pre}/qt-everywhere-opensource-src-%{version}-%{pre}.tar.gz
|
2013-06-10 03:15:20 +00:00
|
|
|
%else
|
2013-07-02 21:00:21 +00:00
|
|
|
Source0: http://download.qt-project.org/official_releases/qt/4.8/%{version}/qt-everywhere-opensource-src-%{version}.tar.gz
|
2013-06-10 03:15:20 +00:00
|
|
|
%endif
|
2006-06-29 07:05:32 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2011-07-20 17:56:44 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
Obsoletes: qt4 < %{version}-%{release}
|
|
|
|
Provides: qt4 = %{version}-%{release}
|
2009-01-26 23:58:16 +00:00
|
|
|
%{?_isa:Provides: qt4%{?_isa} = %{version}-%{release}}
|
2008-03-12 23:38:15 +00:00
|
|
|
|
2012-05-10 17:22:03 +00:00
|
|
|
# default Qt config file
|
|
|
|
Source4: Trolltech.conf
|
|
|
|
|
2010-09-23 14:55:34 +00:00
|
|
|
# header file to workaround multilib issue
|
2008-03-12 23:38:15 +00:00
|
|
|
Source5: qconfig-multilib.h
|
|
|
|
|
2010-09-23 14:55:34 +00:00
|
|
|
# set default QMAKE_CFLAGS_RELEASE
|
2011-06-01 13:40:35 +00:00
|
|
|
Patch2: qt-everywhere-opensource-src-4.8.0-tp-multilib-optflags.patch
|
2010-09-23 14:55:34 +00:00
|
|
|
|
|
|
|
# get rid of timestamp which causes multilib problem
|
2013-06-10 03:15:20 +00:00
|
|
|
Patch4: qt-everywhere-opensource-src-4.8.5-uic_multilib.patch
|
2010-09-23 14:55:34 +00:00
|
|
|
|
2013-07-11 20:10:47 +00:00
|
|
|
# reduce debuginfo in qtwebkit (webcore)
|
|
|
|
Patch5: qt-everywhere-opensource-src-4.8.5-webcore_debuginfo.patch
|
|
|
|
|
2010-09-23 14:55:34 +00:00
|
|
|
# enable ft lcdfilter
|
2009-04-27 14:10:54 +00:00
|
|
|
Patch15: qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
|
2010-09-23 14:55:34 +00:00
|
|
|
|
2010-06-29 17:18:06 +00:00
|
|
|
# may be upstreamable, not sure yet
|
|
|
|
# workaround for gdal/grass crashers wrt glib_eventloop null deref's
|
|
|
|
Patch23: qt-everywhere-opensource-src-4.6.3-glib_eventloop_nullcheck.patch
|
2009-03-16 23:54:50 +00:00
|
|
|
|
2012-04-17 12:34:21 +00:00
|
|
|
# hack out largely useless (to users) warnings about qdbusconnection
|
|
|
|
# (often in kde apps), keep an eye on https://git.reviewboard.kde.org/r/103699/
|
2012-09-14 17:06:38 +00:00
|
|
|
Patch25: qt-everywhere-opensource-src-4.8.3-qdbusconnection_no_debug.patch
|
2012-04-17 12:34:21 +00:00
|
|
|
|
2012-05-11 14:05:26 +00:00
|
|
|
# lrelease-qt4 tries to run qmake not qmake-qt4 (http://bugzilla.redhat.com/820767)
|
|
|
|
Patch26: qt-everywhere-opensource-src-4.8.1-linguist_qmake-qt4.patch
|
|
|
|
|
2012-05-11 16:59:16 +00:00
|
|
|
# enable debuginfo in libQt3Support
|
|
|
|
Patch27: qt-everywhere-opensource-src-4.8.1-qt3support_debuginfo.patch
|
|
|
|
|
2013-06-18 18:38:18 +00:00
|
|
|
# kde4/multilib QT_PLUGIN_PATH
|
|
|
|
Patch28: qt-everywhere-opensource-src-4.8.5-qt_plugin_path.patch
|
|
|
|
|
2009-02-22 19:53:05 +00:00
|
|
|
## upstreamable bits
|
2013-02-11 13:39:10 +00:00
|
|
|
# add support for pkgconfig's Requires.private to qmake
|
|
|
|
Patch50: qt-everywhere-opensource-src-4.8.4-qmake_pkgconfig_requires_private.patch
|
|
|
|
|
2009-04-01 16:37:27 +00:00
|
|
|
# fix invalid inline assembly in qatomic_{i386,x86_64}.h (de)ref implementations
|
|
|
|
Patch53: qt-x11-opensource-src-4.5.0-fix-qatomic-inline-asm.patch
|
2010-09-23 14:55:34 +00:00
|
|
|
|
2009-05-04 00:44:04 +00:00
|
|
|
# fix invalid assumptions about mysql_config --libs
|
|
|
|
# http://bugzilla.redhat.com/440673
|
2010-07-08 14:08:07 +00:00
|
|
|
Patch54: qt-everywhere-opensource-src-4.7.0-beta2-mysql_config.patch
|
2010-09-23 14:55:34 +00:00
|
|
|
|
2010-02-05 16:16:26 +00:00
|
|
|
# http://bugs.kde.org/show_bug.cgi?id=180051#c22
|
2010-02-28 04:37:37 +00:00
|
|
|
Patch55: qt-everywhere-opensource-src-4.6.2-cups.patch
|
2010-09-23 14:55:34 +00:00
|
|
|
|
2010-11-23 20:44:13 +00:00
|
|
|
# Fails to create debug build of Qt projects on mingw (rhbz#653674)
|
2013-06-10 03:15:20 +00:00
|
|
|
Patch64: qt-everywhere-opensource-src-4.8.5-QTBUG-14467.patch
|
2010-11-23 20:44:13 +00:00
|
|
|
|
2010-12-24 22:48:39 +00:00
|
|
|
# fix QTreeView crash triggered by KPackageKit (patch by David Faure)
|
2011-06-01 13:40:35 +00:00
|
|
|
Patch65: qt-everywhere-opensource-src-4.8.0-tp-qtreeview-kpackagekit-crash.patch
|
2010-12-24 22:48:39 +00:00
|
|
|
|
2011-07-28 12:41:07 +00:00
|
|
|
# fix the outdated standalone copy of JavaScriptCore
|
|
|
|
Patch67: qt-everywhere-opensource-src-4.8.0-beta1-s390.patch
|
|
|
|
|
2011-09-17 20:13:04 +00:00
|
|
|
# https://bugs.webkit.org/show_bug.cgi?id=63941
|
|
|
|
# -Wall + -Werror = fail
|
2012-09-14 17:06:38 +00:00
|
|
|
Patch68: qt-everywhere-opensource-src-4.8.3-no_Werror.patch
|
2011-09-17 20:13:04 +00:00
|
|
|
|
2011-10-15 19:34:35 +00:00
|
|
|
# revert qlist.h commit that seems to induce crashes in qDeleteAll<QList (QTBUG-22037)
|
|
|
|
Patch69: qt-everywhere-opensource-src-4.8.0-QTBUG-22037.patch
|
|
|
|
|
2011-10-18 12:35:04 +00:00
|
|
|
# Buttons in Qt applications not clickable when run under gnome-shell (#742658, QTBUG-21900)
|
2013-06-10 03:15:20 +00:00
|
|
|
Patch71: qt-everywhere-opensource-src-4.8.5-QTBUG-21900.patch
|
2011-10-18 12:35:04 +00:00
|
|
|
|
2011-11-03 17:29:47 +00:00
|
|
|
# workaround
|
|
|
|
# sql/drivers/tds/qsql_tds.cpp:341:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
|
2013-06-10 03:15:20 +00:00
|
|
|
Patch74: qt-everywhere-opensource-src-4.8.5-tds_no_strict_aliasing.patch
|
2011-11-03 17:29:47 +00:00
|
|
|
|
2011-12-19 09:13:20 +00:00
|
|
|
# add missing method for QBasicAtomicPointer on s390(x)
|
|
|
|
Patch76: qt-everywhere-opensource-src-4.8.0-s390-atomic.patch
|
|
|
|
|
2012-04-17 12:34:21 +00:00
|
|
|
# don't spam in release/no_debug mode if libicu is not present at runtime
|
2012-09-14 17:06:38 +00:00
|
|
|
Patch77: qt-everywhere-opensource-src-4.8.3-icu_no_debug.patch
|
2011-12-20 16:23:10 +00:00
|
|
|
|
2012-01-24 13:35:56 +00:00
|
|
|
# gcc doesn't support flag -fuse-ld=gold
|
|
|
|
Patch80: qt-everywhere-opensource-src-4.8.0-ld-gold.patch
|
|
|
|
|
2012-06-19 11:04:13 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=810500
|
2012-10-22 19:20:53 +00:00
|
|
|
Patch81: qt-everywhere-opensource-src-4.8.2--assistant-crash.patch
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=694385
|
|
|
|
# https://bugs.kde.org/show_bug.cgi?id=249217
|
|
|
|
# https://bugreports.qt-project.org/browse/QTBUG-4862
|
|
|
|
# QDir::homePath() should account for an empty HOME environment variable on X11
|
2013-06-10 03:15:20 +00:00
|
|
|
Patch82: qt-everywhere-opensource-src-4.8.5-QTBUG-4862.patch
|
2012-06-19 11:04:13 +00:00
|
|
|
|
2012-10-31 12:20:22 +00:00
|
|
|
# poll support
|
|
|
|
Patch83: qt-4.8-poll.patch
|
|
|
|
|
2010-11-22 14:23:48 +00:00
|
|
|
# upstream patches
|
2012-03-30 20:05:31 +00:00
|
|
|
# http://codereview.qt-project.org/#change,22006
|
|
|
|
Patch100: qt-everywhere-opensource-src-4.8.1-qtgahandle.patch
|
2013-07-30 15:29:56 +00:00
|
|
|
# REVERT fix for https://bugreports.qt-project.org/browse/QTBUG-30076
|
|
|
|
# (hopefully just a short-term fix/hack until there's something better)
|
|
|
|
# regresses/changes postgresql driver behavior
|
|
|
|
Patch101: qt-everywhere-opensource-src-4.8.5-QTBUG-30076.patch
|
2013-01-04 17:41:58 +00:00
|
|
|
# backported from Qt5 (essentially)
|
|
|
|
# http://bugzilla.redhat.com/702493
|
|
|
|
# https://bugreports.qt-project.org/browse/QTBUG-5545
|
2013-06-10 03:15:20 +00:00
|
|
|
Patch102: qt-everywhere-opensource-src-4.8.5-qgtkstyle_disable_gtk_theme_check.patch
|
2013-09-12 15:05:37 +00:00
|
|
|
# revert fix for QTBUG-15319, fixes regression QTBUG-32908
|
|
|
|
# http://bugzilla.redhat.com/968367
|
|
|
|
# https://bugreports.qt-project.org/browse/QTBUG-32908
|
|
|
|
Patch103: QTBUG-15319-fix-shortcuts-with-secondary-Xkb-layout.patch
|
2013-06-10 03:15:20 +00:00
|
|
|
# workaround for MOC issues with Boost headers (#756395)
|
|
|
|
# https://bugreports.qt-project.org/browse/QTBUG-22829
|
|
|
|
Patch113: qt-everywhere-opensource-src-4.8.5-QTBUG-22829.patch
|
2013-05-28 12:32:17 +00:00
|
|
|
# https://codereview.qt-project.org/#change,55874
|
2013-05-30 17:11:11 +00:00
|
|
|
# REVERT, causes regressions http://bugzilla.redhat.com/968794
|
|
|
|
#Patch155: qt-everywhere-opensource-src-4.8-QTBUG-27809.patch
|
2013-03-20 19:16:42 +00:00
|
|
|
|
|
|
|
## upstream git
|
2008-03-12 23:38:15 +00:00
|
|
|
|
2010-10-25 15:28:32 +00:00
|
|
|
# security patches
|
|
|
|
|
2010-09-23 14:55:34 +00:00
|
|
|
# desktop files
|
2008-03-12 23:38:15 +00:00
|
|
|
Source20: assistant.desktop
|
|
|
|
Source21: designer.desktop
|
|
|
|
Source22: linguist.desktop
|
2013-04-20 03:39:20 +00:00
|
|
|
Source23: qdbusviewer.desktop
|
|
|
|
Source24: qtdemo.desktop
|
|
|
|
Source25: qtconfig.desktop
|
2008-03-12 23:38:15 +00:00
|
|
|
|
|
|
|
# upstream qt4-logo, http://trolltech.com/images/products/qt/qt4-logo
|
|
|
|
Source30: hi128-app-qt4-logo.png
|
|
|
|
Source31: hi48-app-qt4-logo.png
|
|
|
|
|
2009-05-20 17:23:08 +00:00
|
|
|
## BOOTSTRAPPING, undef docs, demos, examples, phonon, webkit
|
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
## optional plugin bits
|
|
|
|
# set to -no-sql-<driver> to disable
|
|
|
|
# set to -qt-sql-<driver> to enable *in* qt library
|
|
|
|
%define mysql -plugin-sql-mysql
|
2008-04-04 19:55:19 +00:00
|
|
|
%define odbc -plugin-sql-odbc
|
|
|
|
%define psql -plugin-sql-psql
|
|
|
|
%define sqlite -plugin-sql-sqlite
|
2009-05-21 14:34:19 +00:00
|
|
|
%define phonon -phonon
|
2009-06-05 23:12:50 +00:00
|
|
|
%define phonon_backend -phonon-backend
|
2011-08-18 17:19:00 +00:00
|
|
|
%define dbus -dbus-linked
|
|
|
|
%define graphicssystem -graphicssystem raster
|
|
|
|
%define gtkstyle -gtkstyle
|
2012-05-03 14:16:11 +00:00
|
|
|
%if 0%{?fedora}
|
2011-07-20 17:56:44 +00:00
|
|
|
# FIXME/TODO: use system webkit for assistant, examples/webkit, demos/browser
|
2011-09-17 16:25:14 +00:00
|
|
|
%define webkit -webkit
|
2012-05-18 13:11:17 +00:00
|
|
|
%define ibase -plugin-sql-ibase
|
|
|
|
%define tds -plugin-sql-tds
|
2012-05-03 14:16:11 +00:00
|
|
|
%endif
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%define no_javascript_jit -no-javascript-jit
|
2012-05-18 13:11:17 +00:00
|
|
|
%define ibase -no-sql-ibase
|
|
|
|
%define tds -no-sql-tds
|
2012-05-03 14:16:11 +00:00
|
|
|
%endif
|
2008-03-12 23:38:15 +00:00
|
|
|
|
|
|
|
# See http://bugzilla.redhat.com/196901
|
2009-01-27 00:15:40 +00:00
|
|
|
%define _qt4 %{name}
|
2008-03-12 23:38:15 +00:00
|
|
|
%define _qt4_prefix %{_libdir}/qt4
|
2008-05-13 07:21:35 +00:00
|
|
|
%define _qt4_bindir %{_qt4_prefix}/bin
|
2008-03-12 23:38:15 +00:00
|
|
|
# _qt4_datadir is not multilib clean, and hacks to workaround that breaks stuff.
|
|
|
|
#define _qt4_datadir %{_datadir}/qt4
|
|
|
|
%define _qt4_datadir %{_qt4_prefix}
|
|
|
|
%define _qt4_demosdir %{_qt4_prefix}/demos
|
|
|
|
%define _qt4_docdir %{_docdir}/qt4
|
|
|
|
%define _qt4_examplesdir %{_qt4_prefix}/examples
|
|
|
|
%define _qt4_headerdir %{_includedir}
|
2010-03-16 15:26:44 +00:00
|
|
|
%define _qt4_importdir %{_qt4_prefix}/imports
|
2008-03-12 23:38:15 +00:00
|
|
|
%define _qt4_libdir %{_libdir}
|
|
|
|
%define _qt4_plugindir %{_qt4_prefix}/plugins
|
|
|
|
%define _qt4_sysconfdir %{_sysconfdir}
|
|
|
|
%define _qt4_translationdir %{_datadir}/qt4/translations
|
|
|
|
|
|
|
|
BuildRequires: cups-devel
|
2006-08-31 12:34:35 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2008-03-12 23:38:15 +00:00
|
|
|
BuildRequires: findutils
|
2004-09-09 11:12:15 +00:00
|
|
|
BuildRequires: libjpeg-devel
|
2008-03-12 23:38:15 +00:00
|
|
|
BuildRequires: libmng-devel
|
|
|
|
BuildRequires: libtiff-devel
|
2008-12-12 21:19:24 +00:00
|
|
|
BuildRequires: pkgconfig
|
2011-10-15 15:54:07 +00:00
|
|
|
BuildRequires: pkgconfig(alsa)
|
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
2013-08-20 15:46:54 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
2011-12-04 23:15:33 +00:00
|
|
|
BuildRequires: pkgconfig(icu-i18n)
|
2013-08-20 15:46:54 +00:00
|
|
|
%else
|
|
|
|
BuildRequires: libicu-devel
|
|
|
|
%endif
|
2011-10-15 15:54:07 +00:00
|
|
|
BuildRequires: pkgconfig(NetworkManager)
|
|
|
|
BuildRequires: pkgconfig(openssl)
|
2011-11-14 17:38:59 +00:00
|
|
|
BuildRequires: pkgconfig(libpng)
|
2011-10-15 15:54:07 +00:00
|
|
|
BuildRequires: pkgconfig(libpulse)
|
|
|
|
BuildRequires: pkgconfig(xtst)
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
2011-04-01 20:31:41 +00:00
|
|
|
BuildRequires: rsync
|
2008-03-12 23:38:15 +00:00
|
|
|
|
2013-06-10 03:15:20 +00:00
|
|
|
%define gl_deps pkgconfig(gl) pkgconfig(glu)
|
|
|
|
%define x_deps pkgconfig(ice) pkgconfig(sm) pkgconfig(xcursor) pkgconfig(xext) pkgconfig(xfixes) pkgconfig(xft) pkgconfig(xi) pkgconfig(xinerama) pkgconfig(xrandr) pkgconfig(xrender) pkgconfig(xt) pkgconfig(xv) pkgconfig(x11) pkgconfig(xproto)
|
|
|
|
BuildRequires: %{gl_deps}
|
2008-03-12 23:38:15 +00:00
|
|
|
BuildRequires: %{x_deps}
|
|
|
|
|
2011-07-05 13:06:43 +00:00
|
|
|
%if "%{?ibase}" != "-no-sql-ibase"
|
|
|
|
BuildRequires: firebird-devel
|
|
|
|
%endif
|
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%if "%{?mysql}" != "-no-sql-mysql"
|
|
|
|
BuildRequires: mysql-devel >= 4.0
|
|
|
|
%endif
|
|
|
|
|
2009-03-04 16:05:22 +00:00
|
|
|
%if "%{?phonon_backend}" == "-phonon-backend"
|
2011-10-15 15:54:07 +00:00
|
|
|
BuildRequires: pkgconfig(gstreamer-0.10)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
|
2009-02-21 02:21:22 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if "%{?gtkstyle}" == "-gtkstyle"
|
2011-10-15 15:54:07 +00:00
|
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
2009-02-21 02:21:22 +00:00
|
|
|
%endif
|
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%if "%{?psql}" != "-no-sql-psql"
|
2004-09-09 11:12:15 +00:00
|
|
|
BuildRequires: postgresql-devel
|
2008-03-12 23:38:15 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if "%{?odbc}" != "-no-sql-odbc"
|
2004-09-09 11:12:15 +00:00
|
|
|
BuildRequires: unixODBC-devel
|
2008-03-12 23:38:15 +00:00
|
|
|
%endif
|
2004-09-09 11:19:03 +00:00
|
|
|
|
2008-06-06 15:59:50 +00:00
|
|
|
%if "%{?sqlite}" != "-no-sql-sqlite"
|
2008-03-12 23:38:15 +00:00
|
|
|
%define _system_sqlite -system-sqlite
|
2011-10-15 15:54:07 +00:00
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
2008-03-12 23:38:15 +00:00
|
|
|
%endif
|
2008-03-11 17:17:16 +00:00
|
|
|
|
2011-02-15 18:35:12 +00:00
|
|
|
Provides: qt4-sqlite = %{version}-%{release}
|
|
|
|
%{?_isa:Provides: qt4-sqlite%{?_isa} = %{version}-%{release}}
|
2011-02-16 16:45:54 +00:00
|
|
|
Obsoletes: qt-sqlite < 1:4.7.1-16
|
2011-02-15 18:35:12 +00:00
|
|
|
Provides: qt-sqlite = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
%{?_isa:Provides: qt-sqlite%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}}
|
|
|
|
|
2009-11-14 21:49:55 +00:00
|
|
|
%if "%{?tds}" != "-no-sql-tds"
|
2009-11-14 20:18:54 +00:00
|
|
|
BuildRequires: freetds-devel
|
|
|
|
%endif
|
|
|
|
|
2009-02-21 02:21:22 +00:00
|
|
|
Obsoletes: qgtkstyle < 0.1
|
2009-02-22 22:55:49 +00:00
|
|
|
Provides: qgtkstyle = 0.1-1
|
2010-09-23 14:55:34 +00:00
|
|
|
Requires: ca-certificates
|
2012-05-10 17:22:03 +00:00
|
|
|
%if 0%{?qt_settings}
|
2012-05-10 17:17:32 +00:00
|
|
|
Requires: qt-settings
|
2012-05-10 17:22:03 +00:00
|
|
|
%endif
|
2008-03-11 17:17:16 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%description
|
|
|
|
Qt is a software toolkit for developing applications.
|
2004-09-09 11:19:03 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
This package contains base tools, like string, xml, and network
|
|
|
|
handling.
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2011-02-09 21:24:44 +00:00
|
|
|
%package assistant
|
|
|
|
Summary: Documentation browser for Qt 4
|
|
|
|
Group: Documentation
|
|
|
|
Requires: %{name}-sqlite%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: qt4-assistant = %{version}-%{release}
|
|
|
|
Requires: %{name}-x11%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
%description assistant
|
|
|
|
%{summary}.
|
|
|
|
|
2011-01-25 20:05:12 +00:00
|
|
|
%package config
|
|
|
|
Summary: Graphical configuration tool for programs using Qt 4
|
|
|
|
Group: User Interface/Desktops
|
2011-01-26 21:19:25 +00:00
|
|
|
# -config introduced in 4.7.1-10 , for upgrade path
|
2011-02-01 18:16:24 +00:00
|
|
|
# seems to tickle a pk bug, https://bugzilla.redhat.com/674326
|
2011-02-09 21:24:44 +00:00
|
|
|
#Obsoletes: %{name}-x11 < 1:4.7.1-10
|
2011-01-26 19:27:24 +00:00
|
|
|
Obsoletes: qt4-config < 4.5.0
|
|
|
|
Provides: qt4-config = %{version}-%{release}
|
2011-01-25 20:05:12 +00:00
|
|
|
Requires: %{name}-x11%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
%description config
|
|
|
|
%{summary}.
|
|
|
|
|
2009-05-21 14:34:19 +00:00
|
|
|
%define demos 1
|
2009-04-25 20:40:50 +00:00
|
|
|
%package demos
|
|
|
|
Summary: Demonstration applications for %{name}
|
|
|
|
Group: Documentation
|
|
|
|
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2012-02-22 16:52:38 +00:00
|
|
|
Requires: %{name}-doc
|
2009-04-25 20:40:50 +00:00
|
|
|
%description demos
|
|
|
|
%{summary}.
|
|
|
|
|
2009-05-21 14:34:19 +00:00
|
|
|
%define docs 1
|
2009-04-25 20:40:50 +00:00
|
|
|
%package doc
|
|
|
|
Summary: API documentation for %{name}
|
|
|
|
Group: Documentation
|
|
|
|
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Requires: %{name}-assistant
|
|
|
|
Obsoletes: qt4-doc < %{version}-%{release}
|
|
|
|
Provides: qt4-doc = %{version}-%{release}
|
2009-09-01 12:15:14 +00:00
|
|
|
# help workaround yum bug http://bugzilla.redhat.com/502401
|
2009-05-30 17:39:44 +00:00
|
|
|
Obsoletes: qt-doc < 1:4.5.1-4
|
2009-04-25 20:40:50 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
|
|
%{summary}. Includes:
|
|
|
|
Qt Assistant
|
|
|
|
|
2012-12-16 22:03:17 +00:00
|
|
|
%package designer-plugin-webkit
|
|
|
|
Summary: Qt designer plugin for WebKit
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-x11%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
%description designer-plugin-webkit
|
|
|
|
%{summary}.
|
|
|
|
|
2004-09-09 11:12:15 +00:00
|
|
|
%package devel
|
2008-03-12 23:38:15 +00:00
|
|
|
Summary: Development files for the Qt toolkit
|
2004-09-09 11:12:15 +00:00
|
|
|
Group: Development/Libraries
|
2009-08-05 20:52:03 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Requires: %{name}-x11%{?_isa}
|
2011-02-15 18:35:12 +00:00
|
|
|
Requires: %{name}-sqlite%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2013-06-10 03:15:20 +00:00
|
|
|
Requires: %{gl_deps}
|
2008-03-12 23:38:15 +00:00
|
|
|
Requires: %{x_deps}
|
|
|
|
Requires: pkgconfig
|
2009-02-21 02:21:22 +00:00
|
|
|
%if 0%{?phonon:1}
|
2009-03-20 14:00:58 +00:00
|
|
|
Provides: qt4-phonon-devel = %{version}-%{release}
|
2009-09-30 15:21:36 +00:00
|
|
|
%endif
|
2008-03-12 23:38:15 +00:00
|
|
|
Obsoletes: qt4-designer < %{version}-%{release}
|
|
|
|
Provides: qt4-designer = %{version}-%{release}
|
2009-09-01 12:15:14 +00:00
|
|
|
# as long as libQtUiTools.a is included
|
2009-04-27 12:54:55 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2008-03-12 23:38:15 +00:00
|
|
|
Obsoletes: qt4-devel < %{version}-%{release}
|
|
|
|
Provides: qt4-devel = %{version}-%{release}
|
2009-04-29 23:52:15 +00:00
|
|
|
%{?_isa:Provides: qt4-devel%{?_isa} = %{version}-%{release}}
|
2009-04-27 12:54:55 +00:00
|
|
|
Provides: qt4-static = %{version}-%{release}
|
2008-03-11 17:17:16 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%description devel
|
|
|
|
This package contains the files necessary to develop
|
|
|
|
applications using the Qt toolkit. Includes:
|
|
|
|
Qt Linguist
|
|
|
|
|
2011-04-01 20:31:41 +00:00
|
|
|
# make a devel private subpkg or not?
|
|
|
|
%define private 1
|
|
|
|
%package devel-private
|
|
|
|
Summary: Private headers for Qt toolkit
|
|
|
|
Group: Development/Libraries
|
2011-04-05 21:40:19 +00:00
|
|
|
Provides: qt4-devel-private = %{version}-%{release}
|
2011-04-01 20:31:41 +00:00
|
|
|
Requires: %{name}-devel = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
%description devel-private
|
|
|
|
%{summary}.
|
2009-04-25 20:40:50 +00:00
|
|
|
|
2009-05-21 14:34:19 +00:00
|
|
|
%define examples 1
|
2009-04-25 20:40:50 +00:00
|
|
|
%package examples
|
|
|
|
Summary: Programming examples for %{name}
|
2008-03-12 23:38:15 +00:00
|
|
|
Group: Documentation
|
2009-08-05 20:52:03 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2009-04-25 20:40:50 +00:00
|
|
|
%description examples
|
|
|
|
%{summary}.
|
|
|
|
|
2011-12-28 03:04:08 +00:00
|
|
|
%define qvfb 1
|
2011-07-05 13:19:30 +00:00
|
|
|
%package qvfb
|
|
|
|
Summary: Virtual frame buffer for Qt for Embedded Linux
|
|
|
|
Group: Applications/Emulators
|
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
%description qvfb
|
|
|
|
%{summary}.
|
|
|
|
|
2011-07-05 13:06:43 +00:00
|
|
|
%package ibase
|
|
|
|
Summary: IBase driver for Qt's SQL classes
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: qt4-ibase = %{version}-%{release}
|
|
|
|
%{?_isa:Provides: qt4-ibase%{?_isa} = %{version}-%{release}}
|
|
|
|
%description ibase
|
|
|
|
%{summary}.
|
|
|
|
|
2009-04-25 20:40:50 +00:00
|
|
|
%package mysql
|
|
|
|
Summary: MySQL driver for Qt's SQL classes
|
|
|
|
Group: System Environment/Libraries
|
2009-08-05 20:52:03 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2009-04-25 20:40:50 +00:00
|
|
|
Obsoletes: qt4-MySQL < %{version}-%{release}
|
|
|
|
Provides: qt4-MySQL = %{version}-%{release}
|
|
|
|
Obsoletes: qt4-mysql < %{version}-%{release}
|
|
|
|
Provides: qt4-mysql = %{version}-%{release}
|
2009-11-14 20:18:54 +00:00
|
|
|
%{?_isa:Provides: qt4-mysql%{?_isa} = %{version}-%{release}}
|
2009-04-25 20:40:50 +00:00
|
|
|
%description mysql
|
|
|
|
%{summary}.
|
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%package odbc
|
|
|
|
Summary: ODBC driver for Qt's SQL classes
|
|
|
|
Group: System Environment/Libraries
|
2009-08-05 20:52:03 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2008-03-12 23:38:15 +00:00
|
|
|
Obsoletes: qt4-ODBC < %{version}-%{release}
|
|
|
|
Provides: qt4-ODBC = %{version}-%{release}
|
|
|
|
Obsoletes: qt4-odbc < %{version}-%{release}
|
|
|
|
Provides: qt4-odbc = %{version}-%{release}
|
2009-11-14 20:18:54 +00:00
|
|
|
%{?_isa:Provides: qt4-odbc%{?_isa} = %{version}-%{release}}
|
2008-03-12 23:38:15 +00:00
|
|
|
%description odbc
|
|
|
|
%{summary}.
|
2006-05-09 22:08:55 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%package postgresql
|
|
|
|
Summary: PostgreSQL driver for Qt's SQL classes
|
2004-09-09 11:12:15 +00:00
|
|
|
Group: System Environment/Libraries
|
2009-08-05 20:52:03 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2008-03-12 23:38:15 +00:00
|
|
|
Obsoletes: qt4-PostgreSQL < %{version}-%{release}
|
|
|
|
Provides: qt4-PostgreSQL = %{version}-%{release}
|
|
|
|
Obsoletes: qt4-postgresql < %{version}-%{release}
|
|
|
|
Provides: qt4-postgresql = %{version}-%{release}
|
2009-11-14 20:18:54 +00:00
|
|
|
%{?_isa:Provides: qt4-postgresql%{?_isa} = %{version}-%{release}}
|
2008-03-12 23:38:15 +00:00
|
|
|
%description postgresql
|
|
|
|
%{summary}.
|
2004-09-09 11:19:03 +00:00
|
|
|
|
2009-11-14 20:18:54 +00:00
|
|
|
%package tds
|
|
|
|
Summary: TDS driver for Qt's SQL classes
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: qt4-tds = %{version}-%{release}
|
|
|
|
%{?_isa:Provides: qt4-tds%{?_isa} = %{version}-%{release}}
|
|
|
|
%description tds
|
|
|
|
%{summary}.
|
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%package x11
|
|
|
|
Summary: Qt GUI-related libraries
|
2006-11-09 17:33:00 +00:00
|
|
|
Group: System Environment/Libraries
|
2011-03-25 19:03:54 +00:00
|
|
|
# include Obsoletes here to be safe(r) bootstrap-wise with phonon-4.5.0
|
|
|
|
# that will Provides: it -- Rex
|
|
|
|
Obsoletes: qt-designer-plugin-phonon < 1:4.7.2-6
|
2009-08-05 20:52:03 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2008-03-12 23:38:15 +00:00
|
|
|
Obsoletes: qt4-x11 < %{version}-%{release}
|
|
|
|
Provides: qt4-x11 = %{version}-%{release}
|
2011-01-25 20:05:12 +00:00
|
|
|
%{?_isa:Provides: qt4-x11%{?_isa} = %{version}-%{release}}
|
2008-03-12 23:38:15 +00:00
|
|
|
%description x11
|
2009-04-25 20:40:50 +00:00
|
|
|
Qt libraries used for drawing widgets and OpenGL items.
|
2006-11-09 17:33:00 +00:00
|
|
|
|
2013-07-02 22:46:27 +00:00
|
|
|
%package qdbusviewer
|
2013-07-02 22:29:06 +00:00
|
|
|
Summary: D-Bus debugger and viewer
|
|
|
|
# When split out from qt-x11
|
|
|
|
Obsoletes: qt-x11 < 1:4.8.5-2
|
|
|
|
Requires: %{name}-x11%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2013-07-02 22:46:27 +00:00
|
|
|
%description qdbusviewer
|
2013-07-02 22:29:06 +00:00
|
|
|
QDbusviewer can be used to inspect D-Bus objects of running programs
|
|
|
|
and invoke methods on those objects.
|
|
|
|
|
2008-03-11 17:17:16 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%prep
|
2011-10-04 16:06:07 +00:00
|
|
|
%setup -q -n qt-everywhere-opensource-src-%{version}
|
2004-09-09 11:19:03 +00:00
|
|
|
|
2011-07-20 18:02:38 +00:00
|
|
|
%patch2 -p1 -b .multilib-optflags
|
|
|
|
# drop backup file(s), else they get installed too, http://bugzilla.redhat.com/639463
|
|
|
|
rm -fv mkspecs/linux-g++*/qmake.conf.multilib-optflags
|
2011-07-20 17:56:44 +00:00
|
|
|
%patch4 -p1 -b .uic_multilib
|
2013-07-11 20:10:47 +00:00
|
|
|
%patch5 -p1 -b .webcore_debuginfo
|
2009-04-27 14:10:54 +00:00
|
|
|
%patch15 -p1 -b .enable_ft_lcdfilter
|
2010-06-29 17:18:06 +00:00
|
|
|
%patch23 -p1 -b .glib_eventloop_nullcheck
|
2012-09-14 17:06:38 +00:00
|
|
|
%patch25 -p1 -b .qdbusconnection_no_debug
|
2012-05-11 14:05:26 +00:00
|
|
|
%patch26 -p1 -b .linguist_qtmake-qt4
|
2012-05-11 16:59:16 +00:00
|
|
|
%patch27 -p1 -b .qt3support_debuginfo
|
2013-06-18 18:38:18 +00:00
|
|
|
%patch28 -p1 -b .qt_plugin_path
|
2013-02-11 13:39:10 +00:00
|
|
|
%patch50 -p1 -b .qmake_pkgconfig_requires_private
|
2009-10-14 20:12:04 +00:00
|
|
|
## TODO: still worth carrying? if so, upstream it.
|
2009-04-01 16:37:27 +00:00
|
|
|
%patch53 -p1 -b .qatomic-inline-asm
|
2009-10-14 20:12:04 +00:00
|
|
|
## TODO: upstream me
|
2009-05-04 00:44:04 +00:00
|
|
|
%patch54 -p1 -b .mysql_config
|
2010-02-05 16:16:26 +00:00
|
|
|
%patch55 -p1 -b .cups-1
|
2010-11-23 20:44:13 +00:00
|
|
|
%patch64 -p1 -b .QTBUG-14467
|
2010-12-24 22:48:39 +00:00
|
|
|
%patch65 -p1 -b .qtreeview-kpackagekit-crash
|
2011-07-28 12:41:07 +00:00
|
|
|
%patch67 -p1 -b .s390
|
2011-09-17 20:13:04 +00:00
|
|
|
%patch68 -p1 -b .no_Werror
|
2011-10-15 19:34:35 +00:00
|
|
|
%patch69 -p1 -b .QTBUG-22037
|
2011-10-18 12:35:04 +00:00
|
|
|
%patch71 -p1 -b .QTBUG-21900
|
2011-11-03 17:29:47 +00:00
|
|
|
%patch74 -p1 -b .tds_no_strict_aliasing
|
2011-12-19 09:13:20 +00:00
|
|
|
%patch76 -p1 -b .s390-atomic
|
2012-04-17 12:34:21 +00:00
|
|
|
%patch77 -p1 -b .icu_no_debug
|
2012-01-24 13:35:56 +00:00
|
|
|
%patch80 -p1 -b .ld.gold
|
2012-06-19 11:04:13 +00:00
|
|
|
%patch81 -p1 -b .assistant-crash
|
2012-10-22 19:20:53 +00:00
|
|
|
%patch82 -p1 -b .QTBUG-4862
|
2012-10-31 12:20:22 +00:00
|
|
|
%patch83 -p1 -b .poll
|
2009-02-22 19:53:05 +00:00
|
|
|
|
2010-04-03 22:31:36 +00:00
|
|
|
# upstream patches
|
2012-03-30 20:05:31 +00:00
|
|
|
%patch100 -p1 -b .QTgaHandler
|
2013-07-30 15:29:56 +00:00
|
|
|
%patch101 -p1 -R -b .QTBUG-30076
|
2013-01-04 17:41:58 +00:00
|
|
|
%patch102 -p1 -b .qgtkstyle_disable_gtk_theme_check
|
2013-09-12 15:05:37 +00:00
|
|
|
%patch103 -p1 -R -b .QTBUG-15319
|
2013-02-11 13:11:51 +00:00
|
|
|
%patch113 -p1 -b .QTBUG-22829
|
2013-05-30 17:11:11 +00:00
|
|
|
#patch155 -p1 -b .QTBUG-27809
|
2009-08-15 20:15:15 +00:00
|
|
|
|
2010-10-25 15:28:32 +00:00
|
|
|
# security fixes
|
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
# drop -fexceptions from $RPM_OPT_FLAGS
|
|
|
|
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
|
2004-09-09 11:16:16 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%define platform linux-g++
|
2010-03-01 17:33:54 +00:00
|
|
|
|
|
|
|
# some 64bit platforms assume -64 suffix, https://bugzilla.redhat.com/569542
|
|
|
|
%if "%{?__isa_bits}" == "64"
|
2011-09-14 11:27:32 +00:00
|
|
|
%define platform linux-g++-64
|
2004-09-09 11:16:16 +00:00
|
|
|
%endif
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2010-03-01 17:33:54 +00:00
|
|
|
# https://bugzilla.redhat.com/478481
|
|
|
|
%ifarch x86_64
|
|
|
|
%define platform linux-g++
|
|
|
|
%endif
|
|
|
|
|
2012-03-29 09:46:24 +00:00
|
|
|
sed -i -e "s|-O2|$RPM_OPT_FLAGS|g" \
|
2012-05-18 00:33:09 +00:00
|
|
|
mkspecs/%{platform}/qmake.conf
|
2008-03-12 23:38:15 +00:00
|
|
|
|
2012-10-20 22:27:31 +00:00
|
|
|
sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 $RPM_LD_FLAGS|" \
|
|
|
|
mkspecs/common/g++-unix.conf
|
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
# undefine QMAKE_STRIP, so we get useful -debuginfo pkgs
|
2012-10-20 22:27:31 +00:00
|
|
|
sed -i -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP =|" \
|
|
|
|
mkspecs/common/linux.conf
|
2004-09-09 11:12:15 +00:00
|
|
|
|
|
|
|
# set correct lib path
|
2004-09-09 11:17:16 +00:00
|
|
|
if [ "%{_lib}" == "lib64" ] ; then
|
2008-03-12 23:38:15 +00:00
|
|
|
sed -i -e "s,/usr/lib /lib,/usr/%{_lib} /%{_lib},g" config.tests/{unix,x11}/*.test
|
|
|
|
sed -i -e "s,/lib /usr/lib,/%{_lib} /usr/%{_lib},g" config.tests/{unix,x11}/*.test
|
2004-09-09 11:15:40 +00:00
|
|
|
fi
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2009-10-10 10:05:20 +00:00
|
|
|
# let makefile create missing .qm files, the .qm files should be included in qt upstream
|
|
|
|
for f in translations/*.ts ; do
|
|
|
|
touch ${f%.ts}.qm
|
|
|
|
done
|
2008-03-12 23:38:15 +00:00
|
|
|
|
2009-10-02 14:34:00 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%build
|
|
|
|
|
2004-09-09 11:12:15 +00:00
|
|
|
# build shared, threaded (default) libraries
|
2008-03-12 23:38:15 +00:00
|
|
|
./configure -v \
|
|
|
|
-confirm-license \
|
2009-04-23 11:43:38 +00:00
|
|
|
-opensource \
|
2008-03-12 23:38:15 +00:00
|
|
|
-optimized-qmake \
|
|
|
|
-prefix %{_qt4_prefix} \
|
|
|
|
-bindir %{_qt4_bindir} \
|
|
|
|
-datadir %{_qt4_datadir} \
|
|
|
|
-demosdir %{_qt4_demosdir} \
|
|
|
|
-docdir %{_qt4_docdir} \
|
|
|
|
-examplesdir %{_qt4_examplesdir} \
|
|
|
|
-headerdir %{_qt4_headerdir} \
|
2011-07-20 17:56:44 +00:00
|
|
|
-importdir %{_qt4_importdir} \
|
2008-03-12 23:38:15 +00:00
|
|
|
-libdir %{_qt4_libdir} \
|
|
|
|
-plugindir %{_qt4_plugindir} \
|
|
|
|
-sysconfdir %{_qt4_sysconfdir} \
|
|
|
|
-translationdir %{_qt4_translationdir} \
|
|
|
|
-platform %{platform} \
|
2004-09-09 11:12:15 +00:00
|
|
|
-release \
|
|
|
|
-shared \
|
2008-03-12 23:38:15 +00:00
|
|
|
-cups \
|
|
|
|
-fontconfig \
|
2004-09-09 11:12:15 +00:00
|
|
|
-largefile \
|
2009-02-21 02:21:22 +00:00
|
|
|
-gtkstyle \
|
2008-03-12 23:38:15 +00:00
|
|
|
-no-rpath \
|
2008-04-04 19:55:19 +00:00
|
|
|
-reduce-relocations \
|
2008-03-12 23:38:15 +00:00
|
|
|
-no-separate-debug-info \
|
2009-05-20 17:23:08 +00:00
|
|
|
%{?phonon} %{!?phonon:-no-phonon} \
|
2009-03-04 16:05:22 +00:00
|
|
|
%{?phonon_backend} \
|
2009-02-27 19:32:21 +00:00
|
|
|
%{?no_pch} \
|
2010-05-18 20:19:09 +00:00
|
|
|
%{?no_javascript_jit} \
|
2008-03-12 23:38:15 +00:00
|
|
|
-sm \
|
|
|
|
-stl \
|
2004-09-09 11:12:15 +00:00
|
|
|
-system-libmng \
|
2008-03-12 23:38:15 +00:00
|
|
|
-system-libpng \
|
2004-09-09 11:12:15 +00:00
|
|
|
-system-libjpeg \
|
2008-03-12 23:38:15 +00:00
|
|
|
-system-libtiff \
|
|
|
|
-system-zlib \
|
2009-02-14 23:43:00 +00:00
|
|
|
-xinput \
|
2008-03-12 23:38:15 +00:00
|
|
|
-xcursor \
|
|
|
|
-xfixes \
|
2004-09-09 11:12:15 +00:00
|
|
|
-xinerama \
|
2008-03-12 23:38:15 +00:00
|
|
|
-xshape \
|
|
|
|
-xrandr \
|
2004-09-09 11:12:15 +00:00
|
|
|
-xrender \
|
|
|
|
-xkb \
|
2008-03-12 23:38:15 +00:00
|
|
|
-glib \
|
2011-12-04 23:15:33 +00:00
|
|
|
-icu \
|
2008-04-04 19:55:19 +00:00
|
|
|
-openssl-linked \
|
|
|
|
-xmlpatterns \
|
|
|
|
%{?dbus} %{!?dbus:-no-dbus} \
|
2011-08-18 17:19:00 +00:00
|
|
|
%{?graphicssystem} \
|
2008-04-04 19:55:19 +00:00
|
|
|
%{?webkit} %{!?webkit:-no-webkit } \
|
2011-07-05 13:06:43 +00:00
|
|
|
%{?ibase} \
|
2008-03-12 23:38:15 +00:00
|
|
|
%{?mysql} \
|
|
|
|
%{?psql} \
|
|
|
|
%{?odbc} \
|
2009-05-20 17:23:08 +00:00
|
|
|
%{?sqlite} %{?_system_sqlite} \
|
2009-11-14 20:18:54 +00:00
|
|
|
%{?tds} \
|
2009-05-20 17:23:08 +00:00
|
|
|
%{!?docs:-nomake docs} \
|
|
|
|
%{!?demos:-nomake demos} \
|
|
|
|
%{!?examples:-nomake examples}
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2011-07-05 13:19:30 +00:00
|
|
|
# TODO: consider patching tools/tools.pro to enable building this by default
|
2011-07-20 17:56:44 +00:00
|
|
|
%{?qvfb:make %{?_smp_mflags} -C tools/qvfb}
|
2011-07-05 13:19:30 +00:00
|
|
|
|
2009-10-10 11:09:18 +00:00
|
|
|
# recreate .qm files
|
2009-10-10 14:19:55 +00:00
|
|
|
LD_LIBRARY_PATH=`pwd`/lib bin/lrelease translations/*.ts
|
|
|
|
|
2009-02-27 19:32:21 +00:00
|
|
|
|
2004-09-09 11:12:15 +00:00
|
|
|
%install
|
2004-09-09 11:15:40 +00:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
make install INSTALL_ROOT=%{buildroot}
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2011-12-28 07:33:09 +00:00
|
|
|
%if 0%{?qvfb}
|
2011-07-05 13:19:30 +00:00
|
|
|
make install INSTALL_ROOT=%{buildroot} -C tools/qvfb
|
2011-12-28 10:15:09 +00:00
|
|
|
%find_lang qvfb --with-qt --without-mo
|
2011-07-20 17:56:44 +00:00
|
|
|
%else
|
|
|
|
rm -f %{buildroot}%{_qt4_translationdir}/qvfb*.qm
|
|
|
|
%endif
|
2011-07-05 13:19:30 +00:00
|
|
|
|
2011-04-01 20:31:41 +00:00
|
|
|
%if 0%{?private}
|
|
|
|
# install private headers
|
|
|
|
# using rsync -R as easy way to preserve relative path names
|
2011-04-01 20:41:12 +00:00
|
|
|
# we're cheating and using %%_prefix (/usr) directly here
|
2011-04-01 20:31:41 +00:00
|
|
|
rsync -aR \
|
|
|
|
include/Qt{Core,Declarative,Gui,Script}/private \
|
|
|
|
src/{corelib,declarative,gui,script}/*/*_p.h \
|
2011-04-01 20:41:12 +00:00
|
|
|
%{buildroot}%{_prefix}/
|
2011-04-01 20:31:41 +00:00
|
|
|
%endif
|
|
|
|
|
2013-04-23 20:39:37 +00:00
|
|
|
# Add desktop files, --vendor=qt4 helps avoid possible conflicts with qt3/qt5
|
2008-03-12 23:38:15 +00:00
|
|
|
desktop-file-install \
|
2009-05-20 17:23:08 +00:00
|
|
|
--dir=%{buildroot}%{_datadir}/applications \
|
2008-03-12 23:38:15 +00:00
|
|
|
--vendor="qt4" \
|
2013-07-03 00:02:56 +00:00
|
|
|
%{SOURCE20} %{SOURCE21} %{SOURCE22} %{?dbus:%{SOURCE23}} %{?demos:%{SOURCE24}} %{SOURCE25}
|
2008-03-12 23:38:15 +00:00
|
|
|
|
|
|
|
## pkg-config
|
2009-02-27 19:32:21 +00:00
|
|
|
# strip extraneous dirs/libraries
|
2008-03-12 23:38:15 +00:00
|
|
|
# safe ones
|
2009-02-27 19:32:21 +00:00
|
|
|
glib2_libs=$(pkg-config --libs glib-2.0 gobject-2.0 gthread-2.0)
|
|
|
|
ssl_libs=$(pkg-config --libs openssl)
|
|
|
|
for dep in \
|
|
|
|
-laudio -ldbus-1 -lfreetype -lfontconfig ${glib2_libs} \
|
2010-06-11 14:21:16 +00:00
|
|
|
-ljpeg -lm -lmng -lpng -lpulse -lpulse-mainloop-glib ${ssl_libs} -lsqlite3 -lz \
|
2010-03-16 15:26:44 +00:00
|
|
|
-L/usr/X11R6/lib -L/usr/X11R6/%{_lib} -L%{_libdir} ; do
|
|
|
|
sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/lib*.la
|
|
|
|
# sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/pkgconfig/*.pc
|
2008-03-12 23:38:15 +00:00
|
|
|
sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/*.prl
|
|
|
|
done
|
|
|
|
# riskier
|
2010-03-16 15:26:44 +00:00
|
|
|
for dep in -ldl -lphonon -lpthread -lICE -lSM -lX11 -lXcursor -lXext -lXfixes -lXft -lXinerama -lXi -lXrandr -lXrender -lXt ; do
|
|
|
|
sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/lib*.la
|
|
|
|
# sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/pkgconfig/*.pc
|
2008-03-12 23:38:15 +00:00
|
|
|
sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/*.prl
|
2004-09-09 11:12:15 +00:00
|
|
|
done
|
2009-02-27 19:32:21 +00:00
|
|
|
|
|
|
|
# nuke dangling reference(s) to %buildroot
|
2008-03-12 23:38:15 +00:00
|
|
|
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" %{buildroot}%{_qt4_libdir}/*.prl
|
2010-06-11 14:21:16 +00:00
|
|
|
sed -i -e "s|-L%{_builddir}/qt-everywhere-opensource-src-%{version}%{?pre:-%{pre}}/lib||g" \
|
|
|
|
%{buildroot}%{_qt4_libdir}/pkgconfig/*.pc \
|
|
|
|
%{buildroot}%{_qt4_libdir}/*.prl
|
2008-03-12 23:38:15 +00:00
|
|
|
|
2009-10-03 15:30:09 +00:00
|
|
|
# nuke QMAKE_PRL_LIBS, seems similar to static linking and .la files (#520323)
|
2010-03-16 15:26:44 +00:00
|
|
|
# don't nuke, just drop -lphonon (above)
|
|
|
|
#sed -i -e "s|^QMAKE_PRL_LIBS|#QMAKE_PRL_LIBS|" %{buildroot}%{_qt4_libdir}/*.prl
|
2009-10-03 15:30:09 +00:00
|
|
|
|
|
|
|
# .la files, die, die, die.
|
|
|
|
rm -f %{buildroot}%{_qt4_libdir}/lib*.la
|
|
|
|
|
2009-04-25 23:31:03 +00:00
|
|
|
%if 0
|
|
|
|
#if "%{_qt4_docdir}" != "%{_qt4_prefix}/doc"
|
2008-03-12 23:38:15 +00:00
|
|
|
# -doc make symbolic link to _qt4_docdir
|
|
|
|
rm -rf %{buildroot}%{_qt4_prefix}/doc
|
|
|
|
ln -s ../../share/doc/qt4 %{buildroot}%{_qt4_prefix}/doc
|
2008-04-04 19:55:19 +00:00
|
|
|
%endif
|
2008-03-12 23:38:15 +00:00
|
|
|
|
2013-10-03 14:23:45 +00:00
|
|
|
# hardlink files to %{_bindir}, add -qt4 postfix to not conflict
|
2008-06-13 20:37:56 +00:00
|
|
|
mkdir %{buildroot}%{_bindir}
|
2008-06-13 17:27:49 +00:00
|
|
|
pushd %{buildroot}%{_qt4_bindir}
|
|
|
|
for i in * ; do
|
2008-06-14 02:32:46 +00:00
|
|
|
case "${i}" in
|
|
|
|
assistant|designer|linguist|lrelease|lupdate|moc|qmake|qtconfig|qtdemo|uic)
|
2013-10-03 14:23:45 +00:00
|
|
|
ln -v ${i} %{buildroot}%{_bindir}/${i}-qt4
|
|
|
|
ln -sv ${i} ${i}-qt4
|
2008-06-14 02:32:46 +00:00
|
|
|
;;
|
|
|
|
*)
|
2013-10-03 14:23:45 +00:00
|
|
|
ln -v ${i} %{buildroot}%{_bindir}/${i}
|
2008-06-14 02:32:46 +00:00
|
|
|
;;
|
|
|
|
esac
|
2008-06-13 17:27:49 +00:00
|
|
|
done
|
2008-06-13 17:29:24 +00:00
|
|
|
popd
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2009-08-05 20:52:03 +00:00
|
|
|
# _debug targets (see bug #196513)
|
2008-03-12 23:38:15 +00:00
|
|
|
pushd %{buildroot}%{_qt4_libdir}
|
|
|
|
for lib in libQt*.so ; do
|
2009-08-05 20:52:03 +00:00
|
|
|
libbase=`basename $lib .so | sed -e 's/^lib//'`
|
|
|
|
# ln -s $lib lib${libbase}_debug.so
|
|
|
|
echo "INPUT(-l${libbase})" > lib${libbase}_debug.so
|
2008-03-12 23:38:15 +00:00
|
|
|
done
|
|
|
|
for lib in libQt*.a ; do
|
2009-08-05 20:52:03 +00:00
|
|
|
libbase=`basename $lib .a | sed -e 's/^lib//' `
|
|
|
|
# ln -s $lib lib${libbase}_debug.a
|
|
|
|
echo "INPUT(-l${libbase})" > lib${libbase}_debug.a
|
2008-03-12 23:38:15 +00:00
|
|
|
done
|
|
|
|
popd
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%ifarch %{multilib_archs}
|
|
|
|
# multilib: qconfig.h
|
2012-03-29 16:07:37 +00:00
|
|
|
mv %{buildroot}%{_qt4_headerdir}/Qt/qconfig.h %{buildroot}%{_qt4_headerdir}/QtCore/qconfig-%{__isa_bits}.h
|
2008-03-12 23:38:15 +00:00
|
|
|
install -p -m644 -D %{SOURCE5} %{buildroot}%{_qt4_headerdir}/QtCore/qconfig-multilib.h
|
|
|
|
ln -sf qconfig-multilib.h %{buildroot}%{_qt4_headerdir}/QtCore/qconfig.h
|
|
|
|
ln -sf ../QtCore/qconfig.h %{buildroot}%{_qt4_headerdir}/Qt/qconfig.h
|
|
|
|
%endif
|
2005-02-02 14:26:41 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%if "%{_qt4_libdir}" != "%{_libdir}"
|
|
|
|
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
2012-03-29 16:07:37 +00:00
|
|
|
echo "%{_qt4_libdir}" > %{buildroot}/etc/ld.so.conf.d/qt4-%{__isa_bits}.conf
|
2008-03-12 23:38:15 +00:00
|
|
|
%endif
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2013-01-09 19:31:30 +00:00
|
|
|
# qtchooser conf
|
|
|
|
%if 0%{?qtchooser}
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/xdg/qtchooser
|
|
|
|
pushd %{buildroot}%{_sysconfdir}/xdg/qtchooser
|
|
|
|
echo "%{_qt4_bindir}" > qt4.conf
|
|
|
|
echo "%{_qt4_prefix}" >> qt4.conf
|
|
|
|
ln -s qt4.conf default.conf
|
|
|
|
%ifarch %{multilib_archs}
|
|
|
|
mv qt4.conf qt4-%{__isa_bits}.conf
|
|
|
|
%ifarch %{multilib_basearchs}
|
|
|
|
ln -sf qt4-%{__isa_bits}.conf qt4.conf
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
|
2012-05-10 17:22:03 +00:00
|
|
|
%if ! 0%{?qt_settings}
|
|
|
|
# Trolltech.conf
|
|
|
|
install -p -m644 -D %{SOURCE4} %{buildroot}%{_qt4_sysconfdir}/Trolltech.conf
|
|
|
|
%endif
|
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
# qt4-logo (generic) icons
|
|
|
|
install -p -m644 -D %{SOURCE30} %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/qt4-logo.png
|
|
|
|
install -p -m644 -D %{SOURCE31} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/qt4-logo.png
|
2012-05-03 14:16:11 +00:00
|
|
|
|
2009-09-28 13:33:30 +00:00
|
|
|
# assistant icons
|
|
|
|
install -p -m644 -D tools/assistant/tools/assistant/images/assistant.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/assistant.png
|
|
|
|
install -p -m644 -D tools/assistant/tools/assistant/images/assistant-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/assistant.png
|
2012-05-03 14:16:11 +00:00
|
|
|
|
2009-09-28 13:33:30 +00:00
|
|
|
# designer icons
|
|
|
|
install -p -m644 -D tools/designer/src/designer/images/designer.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/designer.png
|
2012-05-03 14:16:11 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
# linguist icons
|
|
|
|
for icon in tools/linguist/linguist/images/icons/linguist-*-32.png ; do
|
|
|
|
size=$(echo $(basename ${icon}) | cut -d- -f2)
|
2009-09-28 13:33:30 +00:00
|
|
|
install -p -m644 -D ${icon} %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/linguist.png
|
2004-09-09 11:12:15 +00:00
|
|
|
done
|
2008-03-12 23:38:15 +00:00
|
|
|
|
2013-04-20 03:39:20 +00:00
|
|
|
# qdbusviewer icons
|
|
|
|
install -p -m644 -D tools/qdbus/qdbusviewer/images/qdbusviewer.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/qdbusviewer.png
|
|
|
|
install -p -m644 -D tools/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/qdbusviewer.png
|
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
# Qt.pc
|
|
|
|
cat >%{buildroot}%{_libdir}/pkgconfig/Qt.pc<<EOF
|
|
|
|
prefix=%{_qt4_prefix}
|
|
|
|
bindir=%{_qt4_bindir}
|
|
|
|
datadir=%{_qt4_datadir}
|
|
|
|
demosdir=%{_qt4_demosdir}
|
|
|
|
docdir=%{_qt4_docdir}
|
|
|
|
examplesdir=%{_qt4_examplesdir}
|
|
|
|
headerdir=%{_qt4_headerdir}
|
2010-03-16 15:26:44 +00:00
|
|
|
importdir=%{_qt4_importdir}
|
2008-03-12 23:38:15 +00:00
|
|
|
libdir=%{_qt4_libdir}
|
2010-03-16 15:26:44 +00:00
|
|
|
moc=%{_qt4_bindir}/moc
|
2008-03-12 23:38:15 +00:00
|
|
|
plugindir=%{_qt4_plugindir}
|
|
|
|
qmake=%{_qt4_bindir}/qmake
|
|
|
|
sysconfdir=%{_qt4_sysconfdir}
|
|
|
|
translationdir=%{_qt4_translationdir}
|
|
|
|
|
|
|
|
Name: Qt
|
|
|
|
Description: Qt Configuration
|
|
|
|
Version: %{version}
|
|
|
|
EOF
|
|
|
|
|
2008-04-29 20:59:51 +00:00
|
|
|
# rpm macros
|
2013-06-10 11:57:07 +00:00
|
|
|
mkdir -p %{buildroot}%{rpm_macros_dir}
|
|
|
|
cat >%{buildroot}%{rpm_macros_dir}/macros.qt4<<EOF
|
2009-01-27 00:15:40 +00:00
|
|
|
%%_qt4 %{name}
|
2011-07-31 15:53:55 +00:00
|
|
|
%%_qt48 %{version}
|
2011-11-14 17:38:59 +00:00
|
|
|
%%_qt4_epoch %{epoch}
|
2008-03-12 23:38:15 +00:00
|
|
|
%%_qt4_version %{version}
|
2011-11-14 17:38:59 +00:00
|
|
|
%%_qt4_evr %{epoch}:%{version}-%{release}
|
2008-03-12 23:38:15 +00:00
|
|
|
%%_qt4_prefix %%{_libdir}/qt4
|
|
|
|
%%_qt4_bindir %%{_qt4_prefix}/bin
|
2008-07-19 13:26:06 +00:00
|
|
|
%%_qt4_datadir %%{_qt4_prefix}
|
2008-03-12 23:38:15 +00:00
|
|
|
%%_qt4_demosdir %%{_qt4_prefix}/demos
|
|
|
|
%%_qt4_docdir %%{_docdir}/qt4
|
|
|
|
%%_qt4_examples %%{_qt4_prefix}/examples
|
|
|
|
%%_qt4_headerdir %%{_includedir}
|
2010-03-16 15:26:44 +00:00
|
|
|
%%_qt4_importdir %%{_qt4_prefix}/imports
|
2008-03-12 23:38:15 +00:00
|
|
|
%%_qt4_libdir %%{_libdir}
|
|
|
|
%%_qt4_plugindir %%{_qt4_prefix}/plugins
|
|
|
|
%%_qt4_qmake %%{_qt4_bindir}/qmake
|
|
|
|
%%_qt4_sysconfdir %%{_sysconfdir}
|
2008-07-19 13:36:53 +00:00
|
|
|
%%_qt4_translationdir %%{_datadir}/qt4/translations
|
2013-06-10 11:57:07 +00:00
|
|
|
|
|
|
|
%%qmake_qt4 \\
|
|
|
|
%%{_qt4_qmake} \\\\\\
|
|
|
|
QMAKE_CFLAGS="\${CFLAGS:-%%optflags}" \\\\\\
|
|
|
|
QMAKE_CXXFLAGS="\${CXXFLAGS:-%%optflags}" \\\\\\
|
|
|
|
QMAKE_LFLAGS="\${LDFLAGS:-%%?__global_ldflags}"
|
2008-03-12 23:38:15 +00:00
|
|
|
EOF
|
|
|
|
|
2013-01-09 21:48:06 +00:00
|
|
|
# create/own stuff under %%_qt4_docdir
|
|
|
|
mkdir -p %{buildroot}%{_qt4_docdir}/{html,qch,src}
|
|
|
|
|
|
|
|
# create/own stuff under %%_qt4_plugindir
|
|
|
|
mkdir -p %{buildroot}%{_qt4_plugindir}/{crypto,gui_platform,styles}
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2011-06-01 18:25:42 +00:00
|
|
|
## nuke bundled phonon bits
|
2009-09-30 15:21:36 +00:00
|
|
|
rm -fv %{buildroot}%{_qt4_libdir}/libphonon.so*
|
|
|
|
rm -rfv %{buildroot}%{_libdir}/pkgconfig/phonon.pc
|
|
|
|
# contents slightly different between phonon-4.3.1 and qt-4.5.0
|
|
|
|
rm -fv %{buildroot}%{_includedir}/phonon/phononnamespace.h
|
|
|
|
# contents dup'd but should remove just in case
|
|
|
|
rm -fv %{buildroot}%{_includedir}/phonon/*.h
|
2009-10-03 15:30:09 +00:00
|
|
|
rm -rfv %{buildroot}%{_qt4_headerdir}/phonon*
|
2009-09-30 15:21:36 +00:00
|
|
|
#rm -rfv %{buildroot}%{_qt4_headerdir}/Qt/phonon*
|
|
|
|
rm -fv %{buildroot}%{_datadir}/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
|
2011-03-25 19:03:54 +00:00
|
|
|
rm -fv %{buildroot}%{_qt4_plugindir}/designer/libphononwidgets.so
|
2011-06-01 18:25:42 +00:00
|
|
|
# backend
|
2009-10-01 18:26:10 +00:00
|
|
|
rm -fv %{buildroot}%{_qt4_plugindir}/phonon_backend/*_gstreamer.so
|
|
|
|
rm -fv %{buildroot}%{_datadir}/kde4/services/phononbackends/gstreamer.desktop
|
2012-05-03 14:16:11 +00:00
|
|
|
|
2011-07-20 17:56:44 +00:00
|
|
|
# nuke bundled webkit bits
|
2011-05-19 17:28:57 +00:00
|
|
|
rm -fv %{buildroot}%{_qt4_datadir}/mkspecs/modules/qt_webkit_version.pri
|
|
|
|
rm -fv %{buildroot}%{_qt4_headerdir}/Qt/qgraphicswebview.h
|
|
|
|
rm -fv %{buildroot}%{_qt4_headerdir}/Qt/qweb*.h
|
2011-05-19 18:13:16 +00:00
|
|
|
rm -frv %{buildroot}%{_qt4_headerdir}/QtWebKit/
|
|
|
|
rm -frv %{buildroot}%{_qt4_importdir}/QtWebKit/
|
2011-05-19 17:28:57 +00:00
|
|
|
rm -fv %{buildroot}%{_qt4_libdir}/libQtWebKit.*
|
|
|
|
rm -fv %{buildroot}%{_libdir}/pkgconfig/QtWebKit.pc
|
2011-09-17 21:45:11 +00:00
|
|
|
rm -frv %{buildroot}%{_qt4_prefix}/tests/
|
2011-05-19 17:28:57 +00:00
|
|
|
|
2010-07-01 03:31:31 +00:00
|
|
|
%find_lang qt --with-qt --without-mo
|
|
|
|
|
|
|
|
%find_lang assistant --with-qt --without-mo
|
|
|
|
%find_lang qt_help --with-qt --without-mo
|
|
|
|
%find_lang qtconfig --with-qt --without-mo
|
|
|
|
cat assistant.lang qt_help.lang qtconfig.lang >qt-x11.lang
|
|
|
|
|
|
|
|
%find_lang designer --with-qt --without-mo
|
|
|
|
%find_lang linguist --with-qt --without-mo
|
|
|
|
cat designer.lang linguist.lang >qt-devel.lang
|
|
|
|
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
2004-09-09 11:12:15 +00:00
|
|
|
|
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
2004-09-09 11:17:16 +00:00
|
|
|
|
2010-07-01 03:31:31 +00:00
|
|
|
%files -f qt.lang
|
2004-09-09 11:12:15 +00:00
|
|
|
%defattr(-,root,root,-)
|
2011-12-15 13:46:57 +00:00
|
|
|
%doc README LICENSE.GPL3 LICENSE.LGPL LGPL_EXCEPTION.txt
|
2013-01-09 19:31:30 +00:00
|
|
|
%if 0%{?qtchooser}
|
2013-01-24 18:14:01 +00:00
|
|
|
%dir %{_sysconfdir}/xdg/qtchooser
|
2013-01-09 19:31:30 +00:00
|
|
|
# not editable config files, so not using %%config here
|
|
|
|
%{_sysconfdir}/xdg/qtchooser/*.conf
|
|
|
|
%endif
|
2008-03-12 23:38:15 +00:00
|
|
|
%if "%{_qt4_libdir}" != "%{_libdir}"
|
2004-09-09 11:19:03 +00:00
|
|
|
/etc/ld.so.conf.d/*
|
2008-03-12 23:38:15 +00:00
|
|
|
%dir %{_qt4_libdir}
|
|
|
|
%endif
|
|
|
|
%dir %{_qt4_prefix}
|
2008-04-04 19:55:19 +00:00
|
|
|
%if "%{_qt4_bindir}" == "%{_bindir}"
|
|
|
|
%{_qt4_prefix}/bin
|
|
|
|
%else
|
2008-03-12 23:38:15 +00:00
|
|
|
%dir %{_qt4_bindir}
|
2008-04-04 19:55:19 +00:00
|
|
|
%endif
|
2008-03-12 23:38:15 +00:00
|
|
|
%if "%{_qt4_datadir}" != "%{_datadir}/qt4"
|
|
|
|
%dir %{_datadir}/qt4
|
|
|
|
%else
|
|
|
|
%dir %{_qt4_datadir}
|
|
|
|
%endif
|
2009-09-28 13:33:30 +00:00
|
|
|
%dir %{_qt4_docdir}
|
2011-07-20 17:56:44 +00:00
|
|
|
%dir %{_qt4_docdir}/html/
|
2009-09-28 13:33:30 +00:00
|
|
|
%dir %{_qt4_docdir}/qch/
|
2011-07-20 17:56:44 +00:00
|
|
|
%dir %{_qt4_docdir}/src/
|
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%if "%{_qt4_sysconfdir}" != "%{_sysconfdir}"
|
|
|
|
%dir %{_qt4_sysconfdir}
|
|
|
|
%endif
|
2012-05-10 17:22:03 +00:00
|
|
|
%if ! 0%{?qt_settings}
|
|
|
|
%config(noreplace) %{_qt4_sysconfdir}/Trolltech.conf
|
|
|
|
%endif
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_datadir}/phrasebooks/
|
2009-10-14 20:12:04 +00:00
|
|
|
%{_qt4_libdir}/libQtCore.so.4*
|
2008-04-04 19:55:19 +00:00
|
|
|
%if 0%{?dbus:1}
|
|
|
|
%if "%{_qt4_bindir}" != "%{_bindir}"
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_bindir}/qdbus
|
2008-04-04 19:55:19 +00:00
|
|
|
%endif
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_bindir}/qdbus
|
2009-10-14 20:12:04 +00:00
|
|
|
%{_qt4_libdir}/libQtDBus.so.4*
|
|
|
|
%endif
|
|
|
|
%{_qt4_libdir}/libQtNetwork.so.4*
|
|
|
|
%{_qt4_libdir}/libQtScript.so.4*
|
|
|
|
%{_qt4_libdir}/libQtSql.so.4*
|
|
|
|
%{_qt4_libdir}/libQtTest.so.4*
|
|
|
|
%{_qt4_libdir}/libQtXml.so.4*
|
|
|
|
%{_qt4_libdir}/libQtXmlPatterns.so.4*
|
2008-03-12 23:38:15 +00:00
|
|
|
%dir %{_qt4_plugindir}
|
2010-04-28 14:27:23 +00:00
|
|
|
%dir %{_qt4_plugindir}/crypto/
|
2008-03-12 23:38:15 +00:00
|
|
|
%dir %{_qt4_plugindir}/sqldrivers/
|
2010-07-01 03:31:31 +00:00
|
|
|
%dir %{_qt4_translationdir}/
|
2011-02-15 18:35:12 +00:00
|
|
|
%{_qt4_plugindir}/sqldrivers/libqsqlite*
|
|
|
|
|
2012-12-16 22:03:17 +00:00
|
|
|
%post assistant
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
|
|
|
|
%posttrans assistant
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
|
|
|
|
%postun assistant
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
fi
|
|
|
|
|
2011-02-09 21:24:44 +00:00
|
|
|
%files assistant
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%if "%{_qt4_bindir}" != "%{_bindir}"
|
|
|
|
%{_bindir}/assistant*
|
|
|
|
%endif
|
|
|
|
%{_qt4_bindir}/assistant*
|
|
|
|
%{_datadir}/applications/*assistant.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/assistant*
|
|
|
|
|
2011-01-25 20:05:12 +00:00
|
|
|
%files config
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%if "%{_qt4_bindir}" != "%{_bindir}"
|
|
|
|
%{_bindir}/qt*config*
|
|
|
|
%endif
|
|
|
|
%{_qt4_bindir}/qt*config*
|
|
|
|
%{_datadir}/applications/*qtconfig.desktop
|
|
|
|
|
2009-05-20 17:23:08 +00:00
|
|
|
%if 0%{?demos}
|
2009-04-25 20:40:50 +00:00
|
|
|
%files demos
|
2004-09-09 11:19:03 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-04-25 20:40:50 +00:00
|
|
|
%{_qt4_bindir}/qt*demo*
|
2008-04-04 19:55:19 +00:00
|
|
|
%if "%{_qt4_bindir}" != "%{_bindir}"
|
2009-04-25 20:40:50 +00:00
|
|
|
%{_bindir}/qt*demo*
|
2008-04-04 19:55:19 +00:00
|
|
|
%endif
|
2009-05-20 17:23:08 +00:00
|
|
|
%{_datadir}/applications/*qtdemo.desktop
|
2009-04-25 20:40:50 +00:00
|
|
|
%{_qt4_demosdir}/
|
2009-05-20 17:23:08 +00:00
|
|
|
%endif
|
2004-09-09 11:19:03 +00:00
|
|
|
|
2012-12-16 22:23:30 +00:00
|
|
|
%if "%{?webkit}" == "-webkit"
|
2012-12-16 22:03:17 +00:00
|
|
|
%files designer-plugin-webkit
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_qt4_plugindir}/designer/libqwebview.so
|
2012-12-16 22:23:30 +00:00
|
|
|
%endif
|
2012-12-16 22:03:17 +00:00
|
|
|
|
|
|
|
%post devel
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
|
|
|
|
%posttrans devel
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
2013-04-20 03:39:20 +00:00
|
|
|
update-desktop-database -q &> /dev/null ||:
|
2012-12-16 22:03:17 +00:00
|
|
|
|
|
|
|
%postun devel
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
2013-04-20 03:39:20 +00:00
|
|
|
update-desktop-database -q &> /dev/null ||:
|
2012-12-16 22:03:17 +00:00
|
|
|
fi
|
|
|
|
|
2010-07-01 03:31:31 +00:00
|
|
|
%files devel -f qt-devel.lang
|
2004-09-09 11:12:15 +00:00
|
|
|
%defattr(-,root,root,-)
|
2013-06-10 11:57:07 +00:00
|
|
|
%{rpm_macros_dir}/macros.qt4
|
2009-02-14 23:43:00 +00:00
|
|
|
%{_qt4_bindir}/lconvert
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_bindir}/lrelease*
|
|
|
|
%{_qt4_bindir}/lupdate*
|
|
|
|
%{_qt4_bindir}/moc*
|
|
|
|
%{_qt4_bindir}/pixeltool*
|
2009-10-17 00:26:58 +00:00
|
|
|
%{_qt4_bindir}/qdoc3*
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_bindir}/qmake*
|
2011-06-02 16:52:32 +00:00
|
|
|
%{_qt4_bindir}/qmlplugindump
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_bindir}/qt3to4
|
2009-10-14 20:12:04 +00:00
|
|
|
%{_qt4_bindir}/qttracereplay
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_bindir}/rcc*
|
|
|
|
%{_qt4_bindir}/uic*
|
2008-04-04 19:55:19 +00:00
|
|
|
%{_qt4_bindir}/qcollectiongenerator
|
2008-06-23 13:20:38 +00:00
|
|
|
%if 0%{?dbus:1}
|
2008-06-06 15:59:50 +00:00
|
|
|
%{_qt4_bindir}/qdbuscpp2xml
|
|
|
|
%{_qt4_bindir}/qdbusxml2cpp
|
2008-06-23 13:20:38 +00:00
|
|
|
%endif
|
2008-04-04 19:55:19 +00:00
|
|
|
%{_qt4_bindir}/qhelpconverter
|
|
|
|
%{_qt4_bindir}/qhelpgenerator
|
2008-06-06 15:59:50 +00:00
|
|
|
%{_qt4_bindir}/xmlpatterns
|
2009-10-14 20:12:04 +00:00
|
|
|
%{_qt4_bindir}/xmlpatternsvalidator
|
2008-04-04 19:55:19 +00:00
|
|
|
%if "%{_qt4_bindir}" != "%{_bindir}"
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_bindir}/lrelease*
|
|
|
|
%{_bindir}/lupdate*
|
|
|
|
%{_bindir}/moc*
|
|
|
|
%{_bindir}/qmake*
|
|
|
|
%{_bindir}/uic*
|
2008-04-04 19:55:19 +00:00
|
|
|
%{_bindir}/designer*
|
|
|
|
%{_bindir}/linguist*
|
2013-01-09 19:31:30 +00:00
|
|
|
%{_bindir}/lconvert
|
2013-01-09 20:53:38 +00:00
|
|
|
%{_bindir}/pixeltool
|
2013-01-09 19:31:30 +00:00
|
|
|
%{_bindir}/qdoc3
|
|
|
|
%{_bindir}/qt3to4
|
|
|
|
%{_bindir}/qttracereplay
|
2008-05-13 08:31:16 +00:00
|
|
|
%{_bindir}/qcollectiongenerator
|
2008-06-23 13:20:38 +00:00
|
|
|
%if 0%{?dbus:1}
|
2008-06-06 15:59:50 +00:00
|
|
|
%{_bindir}/qdbuscpp2xml
|
|
|
|
%{_bindir}/qdbusxml2cpp
|
2008-06-23 13:20:38 +00:00
|
|
|
%endif
|
2008-05-13 08:31:16 +00:00
|
|
|
%{_bindir}/qhelpconverter
|
|
|
|
%{_bindir}/qhelpgenerator
|
2011-06-02 16:52:32 +00:00
|
|
|
%{_bindir}/qmlplugindump
|
2013-01-09 20:53:38 +00:00
|
|
|
%{_bindir}/rcc
|
2008-06-06 15:59:50 +00:00
|
|
|
%{_bindir}/xmlpatterns
|
2009-10-14 20:12:04 +00:00
|
|
|
%{_bindir}/xmlpatternsvalidator
|
2008-04-04 19:55:19 +00:00
|
|
|
%endif
|
2008-03-12 23:38:15 +00:00
|
|
|
%if "%{_qt4_headerdir}" != "%{_includedir}"
|
|
|
|
%dir %{_qt4_headerdir}/
|
|
|
|
%endif
|
|
|
|
%{_qt4_headerdir}/*
|
|
|
|
%{_qt4_datadir}/mkspecs/
|
2008-04-04 19:55:19 +00:00
|
|
|
%if "%{_qt4_datadir}" != "%{_qt4_prefix}"
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_prefix}/mkspecs/
|
2008-04-04 19:55:19 +00:00
|
|
|
%endif
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_datadir}/q3porting.xml
|
2009-03-20 14:00:58 +00:00
|
|
|
%if 0%{?phonon:1}
|
2011-06-01 18:25:42 +00:00
|
|
|
## nuke this one too? -- Rex
|
2009-03-20 14:00:58 +00:00
|
|
|
%{_qt4_libdir}/libphonon.prl
|
2009-09-30 15:21:36 +00:00
|
|
|
%endif
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_libdir}/libQt*.so
|
2009-05-04 14:40:25 +00:00
|
|
|
%{_qt4_libdir}/libQtUiTools*.a
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_libdir}/libQt*.prl
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
# Qt designer
|
|
|
|
%{_qt4_bindir}/designer*
|
2009-05-20 17:23:08 +00:00
|
|
|
%{_datadir}/applications/*designer.desktop
|
2009-09-28 13:33:30 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/designer*
|
|
|
|
%{?docs:%{_qt4_docdir}/qch/designer.qch}
|
2008-03-12 23:38:15 +00:00
|
|
|
# Qt Linguist
|
|
|
|
%{_qt4_bindir}/linguist*
|
2009-05-20 17:23:08 +00:00
|
|
|
%{_datadir}/applications/*linguist.desktop
|
2009-09-28 13:33:30 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/linguist*
|
|
|
|
%{?docs:%{_qt4_docdir}/qch/linguist.qch}
|
2011-04-01 20:31:41 +00:00
|
|
|
%if 0%{?private}
|
|
|
|
%exclude %{_qt4_headerdir}/*/private/
|
|
|
|
|
|
|
|
%files devel-private
|
|
|
|
%defattr(-,root,root,-)
|
2011-04-05 21:37:34 +00:00
|
|
|
%{_qt4_headerdir}/QtCore/private/
|
|
|
|
%{_qt4_headerdir}/QtDeclarative/private/
|
|
|
|
%{_qt4_headerdir}/QtGui/private/
|
|
|
|
%{_qt4_headerdir}/QtScript/private/
|
|
|
|
%{_qt4_headerdir}/../src/corelib/
|
|
|
|
%{_qt4_headerdir}/../src/declarative/
|
|
|
|
%{_qt4_headerdir}/../src/gui/
|
2011-04-05 23:27:19 +00:00
|
|
|
%{_qt4_headerdir}/../src/script/
|
2011-04-01 20:31:41 +00:00
|
|
|
%endif
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2009-05-20 17:23:08 +00:00
|
|
|
%if 0%{?docs}
|
2008-03-12 23:38:15 +00:00
|
|
|
%files doc
|
2006-11-09 17:33:00 +00:00
|
|
|
%defattr(-,root,root,-)
|
2011-07-20 17:56:44 +00:00
|
|
|
%{_qt4_docdir}/html/*
|
2009-09-28 13:33:30 +00:00
|
|
|
%{_qt4_docdir}/qch/*.qch
|
|
|
|
%exclude %{_qt4_docdir}/qch/designer.qch
|
|
|
|
%exclude %{_qt4_docdir}/qch/linguist.qch
|
2011-07-20 17:56:44 +00:00
|
|
|
%{_qt4_docdir}/src/*
|
2009-04-25 23:31:03 +00:00
|
|
|
#{_qt4_prefix}/doc
|
2009-05-20 17:23:08 +00:00
|
|
|
%endif
|
2009-04-25 20:40:50 +00:00
|
|
|
|
2009-05-20 17:23:08 +00:00
|
|
|
%if 0%{?examples}
|
2009-04-25 20:40:50 +00:00
|
|
|
%files examples
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_qt4_examplesdir}/
|
2009-05-20 17:23:08 +00:00
|
|
|
%endif
|
2009-04-25 20:40:50 +00:00
|
|
|
|
2011-07-20 17:56:44 +00:00
|
|
|
%if 0%{?qvfb}
|
2011-07-05 13:19:30 +00:00
|
|
|
%files qvfb -f qvfb.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/qvfb
|
|
|
|
%{_qt4_bindir}/qvfb
|
2011-07-20 17:56:44 +00:00
|
|
|
%endif
|
2011-07-05 13:19:30 +00:00
|
|
|
|
2011-07-05 13:06:43 +00:00
|
|
|
%if "%{?ibase}" == "-plugin-sql-ibase"
|
|
|
|
%files ibase
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_qt4_plugindir}/sqldrivers/libqsqlibase*
|
|
|
|
%endif
|
|
|
|
|
2009-04-25 20:40:50 +00:00
|
|
|
%if "%{?mysql}" == "-plugin-sql-mysql"
|
|
|
|
%files mysql
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_qt4_plugindir}/sqldrivers/libqsqlmysql*
|
2008-04-04 19:55:19 +00:00
|
|
|
%endif
|
2006-11-09 17:33:00 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%if "%{?odbc}" == "-plugin-sql-odbc"
|
|
|
|
%files odbc
|
2004-09-09 11:12:15 +00:00
|
|
|
%defattr(-,root,root,-)
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_plugindir}/sqldrivers/libqsqlodbc*
|
|
|
|
%endif
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2008-03-12 23:38:15 +00:00
|
|
|
%if "%{?psql}" == "-plugin-sql-psql"
|
|
|
|
%files postgresql
|
2004-09-09 11:12:15 +00:00
|
|
|
%defattr(-,root,root,-)
|
2008-03-12 23:38:15 +00:00
|
|
|
%{_qt4_plugindir}/sqldrivers/libqsqlpsql*
|
|
|
|
%endif
|
2004-09-09 11:12:15 +00:00
|
|
|
|
2009-11-14 20:18:54 +00:00
|
|
|
%if "%{?tds}" == "-plugin-sql-tds"
|
|
|
|
%files tds
|
|
|
|
%defattr(-,root,root,-)
|
2009-11-14 21:41:31 +00:00
|
|
|
%{_qt4_plugindir}/sqldrivers/libqsqltds*
|
2009-11-14 20:18:54 +00:00
|
|
|
%endif
|
|
|
|
|
2012-12-16 22:03:17 +00:00
|
|
|
%post x11
|
|
|
|
/sbin/ldconfig
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
|
|
|
|
%posttrans x11
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
|
|
|
|
%postun x11
|
|
|
|
/sbin/ldconfig
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
fi
|
|
|
|
|
2010-07-01 03:31:31 +00:00
|
|
|
%files x11 -f qt-x11.lang
|
2004-09-09 11:12:15 +00:00
|
|
|
%defattr(-,root,root,-)
|
2010-09-10 19:08:52 +00:00
|
|
|
%dir %{_qt4_importdir}/
|
|
|
|
%{_qt4_importdir}/Qt/
|
2009-10-14 20:12:04 +00:00
|
|
|
%{_qt4_libdir}/libQt3Support.so.4*
|
|
|
|
%{_qt4_libdir}/libQtCLucene.so.4*
|
|
|
|
%{_qt4_libdir}/libQtDesigner.so.4*
|
2010-03-16 15:26:44 +00:00
|
|
|
%{_qt4_libdir}/libQtDeclarative.so.4*
|
2009-10-14 20:12:04 +00:00
|
|
|
%{_qt4_libdir}/libQtDesignerComponents.so.4*
|
|
|
|
%{_qt4_libdir}/libQtGui.so.4*
|
|
|
|
%{_qt4_libdir}/libQtHelp.so.4*
|
|
|
|
%{_qt4_libdir}/libQtMultimedia.so.4*
|
|
|
|
%{_qt4_libdir}/libQtOpenGL.so.4*
|
|
|
|
%{_qt4_libdir}/libQtScriptTools.so.4*
|
|
|
|
%{_qt4_libdir}/libQtSvg.so.4*
|
2009-04-25 20:40:50 +00:00
|
|
|
%{_qt4_plugindir}/*
|
2010-04-28 14:27:23 +00:00
|
|
|
%exclude %{_qt4_plugindir}/crypto
|
2013-01-03 17:13:06 +00:00
|
|
|
%if "%{?webkit}" == "-webkit"
|
|
|
|
%exclude %{_qt4_plugindir}/designer/libqwebview.so
|
|
|
|
%endif
|
2009-04-25 20:40:50 +00:00
|
|
|
%exclude %{_qt4_plugindir}/sqldrivers
|
|
|
|
%if "%{_qt4_bindir}" != "%{_bindir}"
|
2010-07-08 15:57:04 +00:00
|
|
|
%{_bindir}/qmlviewer
|
2008-03-12 23:38:15 +00:00
|
|
|
%endif
|
2010-07-08 15:57:04 +00:00
|
|
|
%{_qt4_bindir}/qmlviewer
|
2009-04-25 20:40:50 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/qt4-logo.*
|
2004-09-09 11:19:03 +00:00
|
|
|
|
2013-07-02 22:29:06 +00:00
|
|
|
%if 0%{?dbus:1}
|
2013-07-02 22:46:27 +00:00
|
|
|
%post qdbusviewer
|
2013-07-02 22:29:06 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
|
2013-07-02 22:46:27 +00:00
|
|
|
%posttrans qdbusviewer
|
2013-07-02 22:29:06 +00:00
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
|
2013-07-02 22:46:27 +00:00
|
|
|
%postun qdbusviewer
|
2013-07-02 22:29:06 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
|
|
fi
|
|
|
|
|
2013-07-02 22:46:27 +00:00
|
|
|
%files qdbusviewer
|
2013-07-02 22:29:06 +00:00
|
|
|
%if "%{_qt4_bindir}" != "%{_bindir}"
|
2013-07-03 00:02:56 +00:00
|
|
|
%{_bindir}/qdbusviewer
|
2013-07-02 22:29:06 +00:00
|
|
|
%endif
|
|
|
|
%{_qt4_bindir}/qdbusviewer
|
2013-07-03 00:02:56 +00:00
|
|
|
%{_datadir}/applications/*qdbusviewer.desktop
|
2013-07-02 22:29:06 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/qdbusviewer.*
|
|
|
|
%endif
|
|
|
|
|
2009-09-30 15:21:36 +00:00
|
|
|
|
2004-09-09 11:12:15 +00:00
|
|
|
%changelog
|
2013-10-03 14:23:45 +00:00
|
|
|
* Thu Oct 03 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-9
|
|
|
|
- rework %%_bindir %%_qt4_bindir links to be more qtchooser friendly
|
|
|
|
|
2013-09-12 15:05:37 +00:00
|
|
|
* Thu Sep 12 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-8
|
|
|
|
- Keyboard shortcuts doesn't work for russian keyboard layout (#968367, QTBUG-32908)
|
|
|
|
|
2013-08-26 13:49:06 +00:00
|
|
|
* Mon Aug 26 2013 Jon Ciesla <limburgher@gmail.com> - 4.8.5-7
|
2013-08-26 13:40:36 +00:00
|
|
|
- libmng rebuild.
|
|
|
|
|
2013-08-08 16:20:32 +00:00
|
|
|
* Thu Aug 08 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-6.1
|
|
|
|
- qt4 rpm macros not found by rpm in F18 (#994739)
|
|
|
|
|
2013-07-30 16:04:32 +00:00
|
|
|
* Tue Jul 30 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-6
|
|
|
|
- enable qtchooser support
|
|
|
|
|
2013-07-30 15:29:56 +00:00
|
|
|
* Tue Jul 30 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-5
|
|
|
|
- revert upstream postgresql driver changes wrt escaping (QTBUG-30076)
|
|
|
|
|
2013-07-11 22:38:13 +00:00
|
|
|
* Thu Jul 11 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-4
|
|
|
|
- drop qtscript(javascriptcore) debuginfo patch, savings not significant
|
|
|
|
|
2013-07-11 20:10:47 +00:00
|
|
|
* Thu Jul 11 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-3
|
|
|
|
- reduce debuginfo in qtwebkit(webcore) and qtscript(javascriptcore)
|
|
|
|
|
2013-07-02 22:29:06 +00:00
|
|
|
* Tue Jul 02 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-2
|
|
|
|
- qdbusviewer subpkg (#968336)
|
|
|
|
|
2013-07-02 21:00:21 +00:00
|
|
|
* Tue Jul 02 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-1
|
|
|
|
- 4.8.5 (final)
|
|
|
|
|
2013-06-26 14:33:11 +00:00
|
|
|
* Wed Jun 26 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.6.rc2
|
|
|
|
- trim changelog
|
|
|
|
- cleaner rpm_macros_dir handling
|
|
|
|
|
2013-06-21 12:15:03 +00:00
|
|
|
* Fri Jun 21 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.5.rc2
|
|
|
|
- drop multilib portion from qt_plugin_path.patch
|
|
|
|
|
2013-06-18 18:38:18 +00:00
|
|
|
* Tue Jun 18 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.4.rc2
|
|
|
|
- (re)add kde4/multilib QT_PLUGIN_PATH
|
|
|
|
|
2013-06-10 12:24:00 +00:00
|
|
|
* Mon Jun 10 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.3.rc2
|
|
|
|
- 4.8.5-rc2
|
|
|
|
|
2013-06-10 11:57:07 +00:00
|
|
|
* Mon Jun 10 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.2.rc
|
2013-06-10 11:57:41 +00:00
|
|
|
- RFE: Add %%qmake_qt4 macro (#870199)
|
2013-06-10 11:57:07 +00:00
|
|
|
|
2013-06-10 03:15:20 +00:00
|
|
|
* Sun Jun 09 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.1.rc
|
|
|
|
- 4.8.5-RC
|
|
|
|
|
2013-05-30 17:11:11 +00:00
|
|
|
* Thu May 30 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-19
|
|
|
|
- drop QTBUG-27809 candidate fix, causes regressions (#968794)
|
|
|
|
|
2013-05-28 12:32:17 +00:00
|
|
|
* Tue May 28 2013 Than Ngo <than@redhat.com> - 4.8.4-18
|
|
|
|
- QTBUG-27809, fix multiple calls to QDBusPendingReply::waitForFinished on separate objects
|
|
|
|
|
2013-04-25 09:52:08 +00:00
|
|
|
* Thu Apr 25 2013 Than Ngo <than@redhat.com> - 4.8.4-17
|
|
|
|
- Desktop file sanity, drop key "Encoding", it's deprecated
|
|
|
|
|
2013-04-20 03:39:51 +00:00
|
|
|
* Fri Apr 19 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-16
|
2013-04-20 03:39:20 +00:00
|
|
|
- update URL (#859286)
|
|
|
|
- include qdbusviewer .desktop/icon
|
|
|
|
- .desktop files: +mime scriptlets, +GenericName keys
|
|
|
|
|
2013-03-20 19:16:42 +00:00
|
|
|
* Wed Mar 20 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-15
|
|
|
|
- pull in a few more upstream fixes
|
|
|
|
|
2013-02-11 17:58:18 +00:00
|
|
|
* Mon Feb 11 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-14
|
|
|
|
- SIGSEGV when called from QMetaObject::metaCall (QTBUG-29082, kde#311751)
|
|
|
|
|
2013-02-11 13:39:10 +00:00
|
|
|
* Mon Feb 11 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-13
|
|
|
|
- qmake: add support for pkgconfig Requires.private
|
|
|
|
|
2013-02-11 13:11:51 +00:00
|
|
|
* Mon Feb 11 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-12
|
|
|
|
- add more moc/boost workarounds, thanks boost-1.53 (QTBUG-22829)
|
|
|
|
|
2013-02-05 15:01:07 +00:00
|
|
|
* Mon Feb 04 2013 Than Ngo <than@redhat.com> - 4.8.4-11
|
|
|
|
- backport: fix security flaw was found in the way QSharedMemory class, CVE-2013-0254
|
|
|
|
|
2013-01-26 17:26:51 +00:00
|
|
|
* Sat Jan 26 2013 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-10
|
|
|
|
- rebuild (icu)
|
|
|
|
|
2013-01-24 18:14:01 +00:00
|
|
|
* Thu Jan 24 2013 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-9
|
|
|
|
- make qtchooser support non-conflicting
|
|
|
|
|
2013-01-21 15:38:02 +00:00
|
|
|
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1:4.8.4-8
|
|
|
|
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
|
|
2013-01-09 19:31:30 +00:00
|
|
|
* Wed Jan 09 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-7
|
|
|
|
- add qtchooser support (disabled by default)
|
|
|
|
|
2013-01-07 13:06:48 +00:00
|
|
|
* Mon Jan 07 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-6
|
|
|
|
- blacklist unauthorized SSL certificates by Türktrust
|
|
|
|
|
2013-01-04 17:41:58 +00:00
|
|
|
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-5
|
|
|
|
- QGtkStyle was unable to detect the current GTK+ theme (#702493, QTBUG-5545))
|
|
|
|
|
2013-01-04 13:00:09 +00:00
|
|
|
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-4
|
|
|
|
- QSslSocket may report incorrect errors when certificate verification fails
|
|
|
|
|
2013-01-03 17:13:06 +00:00
|
|
|
* Thu Jan 03 2013 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-3
|
|
|
|
- -x11: %%exclude %%{_qt4_plugindir}/designer/libqwebview.so
|
|
|
|
|
2012-12-16 22:03:17 +00:00
|
|
|
* Sun Dec 16 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-2
|
|
|
|
- -designer-plugin-webkit subpkg (#887501)
|
2012-12-16 04:18:51 +00:00
|
|
|
- fix/prune/changelog
|
|
|
|
|
2012-11-29 17:09:51 +00:00
|
|
|
* Thu Nov 29 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-1
|
|
|
|
- 4.8.4
|
|
|
|
|
2012-10-31 12:20:22 +00:00
|
|
|
* Wed Oct 31 2012 Than Ngo <than@redhat.com> - 1:4.8.3-8
|
|
|
|
- add poll support to fix QAbstractSocket errors with more than
|
|
|
|
1024 file descriptors, thanks Florian for the patch
|
|
|
|
|
2012-10-24 14:58:42 +00:00
|
|
|
* Wed Oct 24 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-7
|
|
|
|
- Crash in Qt script (QTBUG-27322)
|
|
|
|
|
|
|
|
* Tue Oct 23 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-6
|
2012-10-23 21:11:37 +00:00
|
|
|
- fix/respin qdevice_pri patch
|
|
|
|
|
2012-10-22 19:20:53 +00:00
|
|
|
* Mon Oct 22 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-5
|
|
|
|
- QDir::homePath() should account for an empty $HOME (QTBUG-4862, kde#249217, #694385)
|
|
|
|
|
2012-10-20 22:27:31 +00:00
|
|
|
* Sat Oct 20 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-4
|
|
|
|
- $RPM_LD_FLAGS should be propagated to qmake's defaults (#868554)
|
|
|
|
|
2012-09-28 14:10:11 +00:00
|
|
|
* Fri Sep 28 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-3
|
|
|
|
- find qdevice.pri even for installed qt builds
|
|
|
|
|
2012-09-27 19:33:30 +00:00
|
|
|
* Thu Sep 27 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-2
|
|
|
|
- upstream disable-SSL-compression patch
|
|
|
|
|
2012-09-14 17:06:38 +00:00
|
|
|
* Thu Sep 13 2012 Rex Dieter <rdieter@fedoraproject.org> - 1:4.8.3-1
|
|
|
|
- qt-4.8.3 final
|
|
|
|
- revert QtScript-JIT commit
|
|
|
|
|
2012-09-04 14:52:55 +00:00
|
|
|
* Tue Sep 04 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.2-6
|
|
|
|
- revert "fix QtScript JIT crash" patch, causes frequent segmentation faults (#853587)
|
|
|
|
|
2012-08-13 22:12:40 +00:00
|
|
|
* Mon Aug 13 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.2-5
|
|
|
|
- fix QtScript JIT crash (QTBUG-23871, kde#297661)
|
|
|
|
|
2012-07-05 17:12:35 +00:00
|
|
|
* Thu Jul 05 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.2-4
|
|
|
|
- text cursor blinks not in the current cell (kde#296490)
|
|
|
|
|
2012-06-19 11:04:13 +00:00
|
|
|
* Tue Jun 19 2012 Than Ngo <than@redhat.com> - 4.8.2-3
|
|
|
|
- fix bz#810500, fix crash in assistant
|
|
|
|
|
2012-05-29 10:35:27 +00:00
|
|
|
* Tue May 29 2012 Than Ngo <than@redhat.com> - 4.8.2-2
|
|
|
|
- fix bz#820767, lrelease-qt4 tries to run qmake not qmake-qt4
|
|
|
|
|
2012-05-22 12:26:22 +00:00
|
|
|
* Tue May 22 2012 Than Ngo <than@redhat.com> - 4.8.2-1
|
|
|
|
- 4.8.2
|
|
|
|
|
2012-05-18 13:11:17 +00:00
|
|
|
* Fri May 18 2012 Than Ngo <than@redhat.com> - 4.8.1-15
|
|
|
|
- add rhel/fedora condition
|
|
|
|
|
2012-05-18 00:33:09 +00:00
|
|
|
* Thu May 17 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-14
|
|
|
|
- Can't build 32bit Qt release application on 64bit (#822710)
|
|
|
|
|
2012-05-16 12:56:56 +00:00
|
|
|
* Wed May 16 2012 Than Ngo <than@redhat.com> - 4.8.1-13
|
|
|
|
- add upstream patch to fix crash on big endian machine
|
|
|
|
|
2012-05-11 16:59:16 +00:00
|
|
|
* Fri May 11 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-12
|
|
|
|
- enable debuginfo in libQt3Support
|
|
|
|
|
2012-05-11 14:05:26 +00:00
|
|
|
* Fri May 11 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-11
|
|
|
|
- lrelease-qt4 tries to run qmake not qmake-qt4 (#820767)
|
|
|
|
|
2012-05-10 17:17:32 +00:00
|
|
|
* Thu May 10 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-10
|
2012-05-10 17:22:03 +00:00
|
|
|
- Requires: qt-settings (f17+)
|
2012-05-10 17:17:32 +00:00
|
|
|
|
2012-05-08 21:32:30 +00:00
|
|
|
* Tue May 08 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-9
|
|
|
|
- rebuild (libtiff)
|
|
|
|
|
2012-05-03 14:16:11 +00:00
|
|
|
* Thu May 03 2012 Than Ngo <than@redhat.com> - 4.8.1-8
|
|
|
|
- add rhel/fedora condition
|
|
|
|
|
2012-04-18 10:07:28 +00:00
|
|
|
* Wed Apr 18 2012 Than Ngo <than@redhat.com> - 4.8.1-7
|
|
|
|
- add rhel condition
|
|
|
|
|
2012-04-17 12:34:21 +00:00
|
|
|
* Tue Apr 17 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-6
|
|
|
|
- omit qdbusconnection warnings in release/no-debug mode
|
|
|
|
|
2012-04-03 09:00:17 +00:00
|
|
|
* Tue Apr 03 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.1-5
|
|
|
|
- Fix a crash in cursorToX() when new block is added (QTBUG-24718)
|
|
|
|
|
2012-03-30 20:05:31 +00:00
|
|
|
* Fri Mar 30 2012 Than Ngo <than@redhat.com> - 4.8.1-4
|
|
|
|
- Fix QTgaHandler::canRead() not obeying image plugin specs
|
|
|
|
|
2012-03-29 16:07:37 +00:00
|
|
|
* Thu Mar 29 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-3
|
|
|
|
- Header file name mismatch in qt-devel i686 (#808087)
|
|
|
|
|
2012-03-29 09:46:24 +00:00
|
|
|
* Thu Mar 29 2012 Than Ngo <than@redhat.com> - 4.8.1-2
|
|
|
|
- add correct flags
|
|
|
|
|
2012-03-28 15:04:41 +00:00
|
|
|
* Wed Mar 28 2012 Than Ngo <than@redhat.com> - 4.8.1-1
|
|
|
|
- 4.8.1
|
|
|
|
|
2012-02-22 16:52:38 +00:00
|
|
|
* Wed Feb 22 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-10
|
|
|
|
- -demos: Requires: -doc (#795859)
|
|
|
|
|
2012-02-20 14:24:27 +00:00
|
|
|
* Mon Feb 20 2012 Than Ngo <than@redhat.com> - 4.8.0-9
|
|
|
|
- get rid of timestamp which causes multilib problem
|
|
|
|
|
2012-01-24 13:35:56 +00:00
|
|
|
* Tue Jan 24 2012 Than Ngo <than@redhat.com> - 4.8.0-8
|
|
|
|
- disable Using gold linker, g++ doesn't support flags gold linker
|
|
|
|
- fix gcc-4.7 issue
|
|
|
|
|
2012-01-10 13:36:58 +00:00
|
|
|
* Tue Jan 10 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-7
|
|
|
|
- improved filter_event patch (kde#275469)
|
|
|
|
|
2012-01-09 09:29:49 +00:00
|
|
|
* Mon Jan 09 2012 Than Ngo <than@redhat.com> - 4.8.0-6
|
|
|
|
- bz#772128, CVE-2011-3922, Stack-based buffer overflow in embedded harfbuzz code
|
|
|
|
|
2011-12-28 03:04:08 +00:00
|
|
|
* Tue Dec 27 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-5
|
|
|
|
- fix qvfb
|
|
|
|
|
2011-12-27 22:37:14 +00:00
|
|
|
* Tue Dec 27 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-4
|
|
|
|
- filter event patch, avoid "ghost entries in kde taskbar" problem (kde#275469)
|
|
|
|
|
2011-12-20 16:23:10 +00:00
|
|
|
* Tue Dec 20 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-3
|
|
|
|
- don't spam if libicu is not present at runtime (#759923)
|
|
|
|
|
2011-12-19 09:13:20 +00:00
|
|
|
* Mon Dec 19 2011 Dan Horák <dan[at]dannu.cz> 4.8.0-2
|
|
|
|
- add missing method for QBasicAtomicPointer on s390(x)
|
|
|
|
|
2011-12-15 13:46:57 +00:00
|
|
|
* Thu Dec 15 2011 Jaroslav Reznik <jreznik@redhat.com> 4.8.0-1
|
|
|
|
- 4.8.0
|
|
|
|
|
2011-12-12 15:21:59 +00:00
|
|
|
* Mon Dec 12 2011 Jaroslav Reznik <jreznik@redhat.com> 4.8.0-0.29.rc1
|
|
|
|
- Fixes the position of misplaced mouse input (QTBUG-22420)
|
|
|
|
|
2011-12-04 23:15:33 +00:00
|
|
|
* Sun Dec 04 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.28.rc1
|
|
|
|
- Control whether icu support is built (#759923)
|
|
|
|
|
2011-12-03 23:31:37 +00:00
|
|
|
* Sat Dec 03 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.8.0-0.27.rc1
|
|
|
|
- work around a MOC issue with Boost 1.48 headers (#756395)
|
|
|
|
|
2011-11-30 15:16:33 +00:00
|
|
|
* Wed Nov 30 2011 Than Ngo <than@redhat.com> - 4.8.0-0.26.rc1
|
|
|
|
- workaround crash on ppc64
|
|
|
|
|
2011-11-14 17:38:59 +00:00
|
|
|
* Mon Nov 14 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.25.rc1
|
|
|
|
- BuildRequires: pkgconfig(libpng)
|
|
|
|
- -devel: drop Requires: libpng-devel libjpeg-devel
|
|
|
|
- qt4.macros: +%%_qt4_epoch, %%_qt4_evr
|
|
|
|
|
2011-11-03 17:29:47 +00:00
|
|
|
* Thu Nov 03 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.24.rc1
|
|
|
|
- build tds sql driver with -fno-strict-aliasing
|
|
|
|
|
2011-10-28 20:27:57 +00:00
|
|
|
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.23.rc1
|
|
|
|
- crash when using a visual with 24 bits per pixel (#749647,QTBUG-21754)
|
|
|
|
|
2011-10-28 00:29:53 +00:00
|
|
|
* Fri Oct 28 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.8.0-0.22.rc1
|
|
|
|
- fix FTBFS in QtWebKit's wtf library with GLib 2.31
|
|
|
|
|
2011-10-27 21:55:33 +00:00
|
|
|
* Thu Oct 27 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.8.0-0.21.rc1
|
|
|
|
- fix missing NULL check in the toLocalFile patch (fixes Digikam segfault)
|
|
|
|
|
2011-10-27 18:27:00 +00:00
|
|
|
* Thu Oct 27 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.20.rc1
|
|
|
|
- restore qt-4.7-compatible behavior to QUrl.toLocalFile (#749213)
|
|
|
|
|
2011-10-27 00:21:33 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.8.0-0.19.rc1
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-24 13:38:15 +00:00
|
|
|
* Mon Oct 24 2011 Than Ngo <than@redhat.com> 4.8.0-0.18.rc1
|
|
|
|
- bz#748297, update the URL of qt packages
|
|
|
|
|
2011-10-18 12:35:04 +00:00
|
|
|
* Tue Oct 18 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.17.rc1
|
|
|
|
- Buttons in Qt applications not clickable when run under gnome-shell (#742658, QTBUG-21900)
|
|
|
|
|
2011-10-17 16:01:11 +00:00
|
|
|
* Mon Oct 17 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.16.rc1
|
|
|
|
- Qt doesn't close orphaned file descriptors after printing (#746601, QTBUG-14724)
|
|
|
|
|
2011-10-15 19:34:35 +00:00
|
|
|
* Sat Oct 15 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.15.rc1
|
|
|
|
- revert qlist.h commit that seems to induce crashes in qDeleteAll<QList... (QTBUG-22037)
|
|
|
|
|
2011-10-15 15:54:07 +00:00
|
|
|
* Sat Oct 15 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.14.rc1
|
|
|
|
- pkgconfig-style deps
|
|
|
|
|
2011-10-13 21:05:32 +00:00
|
|
|
* Thu Oct 13 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.13.rc1
|
|
|
|
- 4.8.0-rc1
|
|
|
|
|
2011-10-04 16:06:07 +00:00
|
|
|
* Mon Oct 03 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.12.20111002
|
|
|
|
- 20111002 4.8 branch snapshot
|
|
|
|
|
2011-09-17 16:25:14 +00:00
|
|
|
* Sat Sep 17 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.11.beta1
|
|
|
|
- ./configure -webkit
|
|
|
|
|
2011-09-14 11:27:32 +00:00
|
|
|
* Wed Sep 14 2011 Lukas Tinkl <ltinkl@redhat.com> 1:4.8.0-0.10.beta1
|
|
|
|
- fix missing CSS styles and JS functions in the generated HTML
|
|
|
|
documentation, omitted from the upstream tarball
|
|
|
|
|
2011-08-18 17:19:00 +00:00
|
|
|
* Wed Aug 17 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.9.beta1
|
2011-08-18 17:21:48 +00:00
|
|
|
- -graphicssystem raster (#712617)
|
2011-08-18 17:19:00 +00:00
|
|
|
- drop sqlite_pkg option
|
|
|
|
|
2011-07-31 15:53:55 +00:00
|
|
|
* Sun Jul 31 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.8.beta1
|
|
|
|
- macros.qt4: s|_qt47|_qt48|
|
|
|
|
|
2011-07-28 12:41:07 +00:00
|
|
|
* Thu Jul 28 2011 Dan Horák <dan[at]danny.cz> 1:4.8.0-0.7.beta1
|
2011-09-17 16:25:14 +00:00
|
|
|
- fix the outdated standalone copy of JavaScriptCore (s390)
|
2011-07-28 12:41:07 +00:00
|
|
|
|
2011-07-23 21:37:42 +00:00
|
|
|
* Sat Jul 23 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.6.beta1
|
|
|
|
- fix QMAKE_LIBDIR_QT, for missing QT_SHARED define (#725183)
|
|
|
|
|
|
|
|
* Wed Jul 20 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.5.beta1
|
2011-07-20 17:56:44 +00:00
|
|
|
- 4.8.0-beta1
|
|
|
|
- drop webkit_packaged conditional
|
|
|
|
- drop old patches
|
|
|
|
- drop qvfb (for now, ftbfs)
|
|
|
|
|
2011-07-13 16:14:11 +00:00
|
|
|
* Wed Jul 13 2011 Than Ngo <than@redhat.com> - 1:4.8.0-0.4.tp
|
|
|
|
- move macros.* to -devel
|
|
|
|
|
2011-07-05 13:06:43 +00:00
|
|
|
* Tue Jul 05 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.3.tp
|
|
|
|
- Adding qt-sql-ibase driver for qt (#719002)
|
2011-07-05 13:19:30 +00:00
|
|
|
- qvfb subpackage (#718416)
|
2011-07-05 13:06:43 +00:00
|
|
|
|
2011-06-21 14:48:37 +00:00
|
|
|
* Tue Jun 21 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.2.tp
|
2011-06-22 17:33:34 +00:00
|
|
|
- fontconfig patch (#705348, QTBUG-19947)
|
2011-06-20 14:40:12 +00:00
|
|
|
|
2011-06-01 13:40:35 +00:00
|
|
|
* Wed May 25 2011 Jaroslav Reznik <jreznik@redhat.com> 1:4.8.0-0.1.tp
|
|
|
|
- 4.8.0-tp
|
2011-06-01 18:25:42 +00:00
|
|
|
- drop phonon_internal, phonon_backend_packaged build options
|
2011-06-01 13:40:35 +00:00
|
|
|
|
2011-05-19 20:56:20 +00:00
|
|
|
* Thu May 19 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.3-3
|
|
|
|
- omit %%{_qt4_plugindir}/designer/libqwebview.so too
|
|
|
|
|
2011-05-19 17:28:57 +00:00
|
|
|
* Thu May 19 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.3-2
|
|
|
|
- omit bundled webkit on f16+ (in favor of separately packaged qtwebkit)
|
|
|
|
|
2011-05-05 10:25:32 +00:00
|
|
|
* Thu May 05 2011 Jaroslav Reznik <jreznik@redhat.com> 1:4.7.3-1
|
|
|
|
- 4.7.3
|
|
|
|
|
2011-04-21 13:08:51 +00:00
|
|
|
* Thu Apr 21 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.2-9
|
|
|
|
- -webkit-devel: move qt_webkit_version.pri here
|
|
|
|
|
2011-04-01 20:31:41 +00:00
|
|
|
* Fri Apr 01 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.2-8
|
2011-04-05 18:05:25 +00:00
|
|
|
- -devel-private: qt-creator/QmlDesigner requires qt private headers (#657498)
|
2011-04-01 20:31:41 +00:00
|
|
|
|
2011-03-25 19:12:33 +00:00
|
|
|
* Fri Mar 25 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.2-7
|
|
|
|
- followup patch for QTBUG-18338, blacklist fraudulent SSL certifcates
|
|
|
|
|
2011-03-25 19:03:54 +00:00
|
|
|
* Fri Mar 25 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.2-6
|
|
|
|
- drop qt-designer-plugin-phonon
|
|
|
|
|
2011-03-25 11:09:53 +00:00
|
|
|
* Fri Mar 25 2011 Than Ngo <than@redhat.com> - 1:4.7.2-5
|
|
|
|
- apply patch to fix QTBUG-18338, blacklist fraudulent SSL certifcates
|
|
|
|
|
2011-03-22 09:53:45 +00:00
|
|
|
* Tue Mar 22 2011 Jaroslav Reznik <jreznik@redhat.com> 1:4.7.2-4
|
|
|
|
- rebuild (mysql)
|
|
|
|
|
2011-03-11 18:51:01 +00:00
|
|
|
* Fri Mar 11 2011 Dan Horák <dan[at]danny.cz> 1:4.7.2-3
|
|
|
|
- workaround memory exhaustion during linking of libQtWebKit on s390
|
|
|
|
|
2011-03-07 14:20:39 +00:00
|
|
|
* Mon Mar 07 2011 Jaroslav Reznik <jreznik@redhat.com> 1:4.7.2-2
|
|
|
|
- Fix QNetworkConfigurationManager crash due to null private pointer (#682656)
|
|
|
|
|
2011-03-01 12:54:04 +00:00
|
|
|
* Tue Mar 01 2011 Jaroslav Reznik <jreznik@redhat.com> 1:4.7.2-1
|
|
|
|
- 4.7.2
|
|
|
|
|
2011-02-23 20:47:28 +00:00
|
|
|
* Wed Feb 23 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.1-18
|
|
|
|
- libQtWebKit.so has no debug info (#667175)
|
|
|
|
|
2011-02-16 16:45:54 +00:00
|
|
|
* Wed Feb 16 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.1-17
|
|
|
|
- Obsoletes: qt-sqlite < 1:4.7.1-16
|
|
|
|
|
2011-02-15 18:35:12 +00:00
|
|
|
* Tue Feb 15 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.1-16
|
|
|
|
- drop -sqlite subpkg, move into main (#677418)
|
|
|
|
|
2011-02-09 21:24:44 +00:00
|
|
|
* Wed Feb 09 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.1-15
|
|
|
|
- -assistant subpkg (#660287)
|
|
|
|
- -config drop Obsoletes: qt-x11 (avoid/workaround #674326)
|
|
|
|
- -config unconditionally drop NoDisplay (since we're dropping the Obsoletes too)
|
|
|
|
- -designer-plugin-phonon subpkg (#672088)
|
|
|
|
|
2011-02-09 05:25:22 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.7.1-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-26 21:19:25 +00:00
|
|
|
* Wed Jan 26 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-13
|
|
|
|
- -config: fix Obsoletes for real this time
|
|
|
|
|
2011-01-26 19:27:24 +00:00
|
|
|
* Wed Jan 26 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-12
|
|
|
|
- fix qt-config related Obsoletes/Provides
|
|
|
|
|
2011-01-26 13:46:41 +00:00
|
|
|
* Wed Jan 26 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-11
|
|
|
|
- upstream fix for QTextCursor regression (QTBUG-15857, kde#249373)
|
|
|
|
|
2011-01-25 20:05:12 +00:00
|
|
|
* Tue Jan 25 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-10
|
|
|
|
- -config subpkg
|
|
|
|
- qt-x11 pulls in phonon (#672088)
|
|
|
|
- qtconfig.desktop: drop NoDisplay (f15+ only, for now)
|
|
|
|
|
2011-01-20 15:04:20 +00:00
|
|
|
* Thu Jan 20 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-9.1
|
|
|
|
- apply the Assistant QtWebKit dependency removal (#660287) everywhere
|
|
|
|
|
2011-01-06 19:07:58 +00:00
|
|
|
* Thu Jan 06 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-9
|
|
|
|
- qsortfilterproxymodel fix (merge_request/934)
|
|
|
|
|
|
|
|
* Tue Jan 04 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-8
|
2011-01-04 21:15:27 +00:00
|
|
|
- only do Requires: phonon-backend if using qt's phonon
|
|
|
|
|
2010-12-24 22:48:39 +00:00
|
|
|
* Fri Dec 24 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.7.1-7
|
|
|
|
- fix QTreeView crash triggered by KPackageKit (patch by David Faure)
|
|
|
|
|
2010-12-24 18:34:39 +00:00
|
|
|
* Fri Dec 24 2010 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-6
|
|
|
|
- rebuild (mysql)
|
|
|
|
|
2010-12-08 21:58:25 +00:00
|
|
|
* Wed Dec 08 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.7.1-5
|
|
|
|
- make the Assistant QtWebKit dependency removal (#660287) F15+ only for now
|
|
|
|
- fix QTextCursor crash in Lokalize and Psi (QTBUG-15857, kde#249373, #660028)
|
|
|
|
- add some more NULL checks to the glib_eventloop_nullcheck patch (#622164)
|
|
|
|
|
2010-12-07 12:22:43 +00:00
|
|
|
* Mon Dec 06 2010 Than Ngo <than@redhat.com> 4.7.1-4
|
2010-12-08 21:58:25 +00:00
|
|
|
- bz#660287, using QTextBrowser in assistant to drop qtwebkit dependency
|
2010-12-07 12:22:43 +00:00
|
|
|
|
2010-11-23 20:44:13 +00:00
|
|
|
* Tue Nov 23 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.1-3
|
|
|
|
- Fails to create debug build of Qt projects on mingw (#653674, QTBUG-14467)
|
|
|
|
|
2010-11-22 14:23:48 +00:00
|
|
|
* Mon Nov 22 2010 Than Ngo <than@redhat.com> - 4.7.1-2
|
|
|
|
- bz#528303, Reordering of Malayalam Rakar not working properly
|
|
|
|
|
2010-11-11 20:44:16 +00:00
|
|
|
* Thu Nov 11 2010 Than Ngo <than@redhat.com> - 4.7.1-1
|
|
|
|
- 4.7.1
|
|
|
|
|
2010-10-25 15:28:32 +00:00
|
|
|
* Mon Oct 25 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.7.0-8
|
|
|
|
- QtWebKit, CVE-2010-1822: crash by processing certain SVG images (#640290)
|
|
|
|
|
2010-10-18 16:15:18 +00:00
|
|
|
* Mon Oct 18 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-7
|
|
|
|
- qt-devel contains residues from patch run (#639463)
|
|
|
|
|
2010-10-15 20:18:18 +00:00
|
|
|
* Fri Oct 15 2010 Than Ngo <than@redhat.com> - 4.7.0-6
|
|
|
|
- apply patch to fix the color issue in 24bit mode (cirrus driver)
|
|
|
|
|
2010-09-30 13:36:36 +00:00
|
|
|
* Thu Sep 30 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-5
|
|
|
|
- Wrong Cursor when widget become native on X11 (QTBUG-6185)
|
|
|
|
|
2010-09-27 10:38:25 +00:00
|
|
|
* Mon Sep 27 2010 Than Ngo <than@redhat.com> - 4.7.0-4
|
2010-09-30 13:36:36 +00:00
|
|
|
- apply upstream patch to fix QTreeView-regression (QTBUG-13567)
|
2010-09-27 10:38:25 +00:00
|
|
|
|
2010-09-23 16:37:01 +00:00
|
|
|
* Thu Sep 23 2010 Than Ngo <than@redhat.com> - 4.7.0-3
|
|
|
|
- fix typo in license
|
|
|
|
|
2010-09-23 13:07:58 +00:00
|
|
|
* Thu Sep 23 2010 Than Ngo <than@redhat.com> - 4.7.0-2
|
|
|
|
- fix bz#562049, bn-IN Incorrect rendering
|
|
|
|
- fix bz#562058, bn_IN init feature is not applied properly
|
|
|
|
- fix bz#631732, indic invalid syllable's are not recognized properly
|
|
|
|
- fix bz#636399, oriya script open type features are not applied properly
|
|
|
|
|
2010-09-21 14:46:31 +00:00
|
|
|
* Tue Sep 21 2010 Than Ngo <than@redhat.com> - 4.7.0-1
|
|
|
|
- 4.7.0
|
|
|
|
|
2010-09-10 03:45:46 +00:00
|
|
|
* Thu Sep 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.31.rc1
|
|
|
|
- -webkit-devel: add missing %%defattr
|
2010-09-10 19:08:52 +00:00
|
|
|
- -webkit: move qml/webkit bits here
|
2010-09-10 03:45:46 +00:00
|
|
|
|
2010-09-08 14:36:59 +00:00
|
|
|
* Wed Sep 08 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.30.rc1
|
|
|
|
- Crash in drawPixmap in Qt 4.7rc1 (#631845, QTBUG-12826)
|
|
|
|
|
2010-08-30 12:41:07 +00:00
|
|
|
* Mon Aug 30 2010 Than Ngo <than@redhat.com> - 4.7.0-0.29.rc1
|
|
|
|
- drop the patch, it's already fixed in upstream
|
|
|
|
|
2010-08-26 18:33:40 +00:00
|
|
|
* Thu Aug 26 2010 Than Ngo <than@redhat.com> - 4.7.0-0.28.rc1
|
2010-08-26 16:41:15 +00:00
|
|
|
- 4.7.0 rc1
|
|
|
|
|
2010-07-09 06:08:50 +00:00
|
|
|
* Thu Jul 08 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.26.beta2
|
2010-07-08 14:08:07 +00:00
|
|
|
- rebase patches, avoiding use of patch fuzz
|
|
|
|
- omit old qt-copy/kde-qt patches, pending review
|
|
|
|
- omit kde4_plugin patch
|
2010-07-08 15:57:04 +00:00
|
|
|
- ftbfs:s/qml/qmlviewer, libQtMediaServices no longer included
|
2010-07-08 14:08:07 +00:00
|
|
|
|
2010-07-09 06:08:50 +00:00
|
|
|
* Thu Jul 08 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.25.beta2
|
2010-07-08 12:02:45 +00:00
|
|
|
- 4.7.0-beta2
|
|
|
|
|
2012-12-16 04:18:51 +00:00
|
|
|
* Thu Jul 01 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.24.beta1
|
2010-07-01 17:22:23 +00:00
|
|
|
- X11Embed broken (rh#609757, QTBUG-10809)
|
2010-07-01 17:21:56 +00:00
|
|
|
|
2012-12-16 04:18:51 +00:00
|
|
|
* Thu Jul 01 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.7.0-0.23.beta1
|
2010-07-01 03:31:31 +00:00
|
|
|
- use find_lang to package the qm files (#609749)
|
|
|
|
- put the qm files into the correct subpackages
|
2010-07-01 14:02:29 +00:00
|
|
|
- remove qvfb translations, we don't ship qvfb
|
2010-07-01 03:31:31 +00:00
|
|
|
|
2010-06-29 22:03:56 +00:00
|
|
|
* Tue Jun 29 2010 Rex Dieter <rdieter@fedoraproject.org. 4.7.0-0.22.beta1
|
2010-06-29 17:18:06 +00:00
|
|
|
- workaround glib_eventloop crasher induced by gdal/grass (bug #498111)
|
|
|
|
|
2012-12-16 04:18:51 +00:00
|
|
|
* Sun Jun 20 2010 Rex Dieter <rdieter@fedoraproject.org> 4.7.0-0.20.beta1
|
2010-06-25 19:05:02 +00:00
|
|
|
- avoid timestamps in uic-generated files to be multilib-friendly
|
|
|
|
|
2010-06-18 15:14:08 +00:00
|
|
|
* Fri Jun 18 2010 Rex Dieter <rdieter@fedoraproject.org> 4.7.0-0.19.beta1
|
|
|
|
- revert -no-javascript-jit change, false-alarm (#604003)
|
|
|
|
- QtWebKit does not search correct plugin path(s) (#568860)
|
|
|
|
- QtWebKit browsers crash with flash-plugin (rh#605677,webkit#40567)
|
|
|
|
- drop qt-x11-opensource-src-4.5.0-gcc_hack.patch
|
|
|
|
|
2010-06-16 19:43:44 +00:00
|
|
|
* Wed Jun 16 2010 Rex Dieter <rdieter@fedoraproject.org> 4.7.0-0.18.beta1
|
|
|
|
- -no-javascript-jit on i686 (#604003)
|
|
|
|
|
2010-06-16 15:07:33 +00:00
|
|
|
* Wed Jun 16 2010 Karsten Hopp <karsten@redhat.com> 4.7.0-0.17.beta1
|
|
|
|
- add s390 and s390x to 3rdparty/webkit/JavaScriptCore/wtf/Platform.h and
|
|
|
|
3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
|
|
|
|
|
2010-06-11 14:21:16 +00:00
|
|
|
* Fri Jun 11 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.16.beta1
|
|
|
|
- scrub -lpulse-mainloop-glib from .prl files (#599844)
|
|
|
|
- scrub references to %%buildroot in .pc, .prl files
|
|
|
|
|
2010-05-27 17:01:09 +00:00
|
|
|
* Thu May 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.15.beta1
|
|
|
|
- Unsafe use of rand() in X11 (QTBUG-9793)
|
|
|
|
|
2010-05-21 12:48:09 +00:00
|
|
|
* Fri May 21 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.14.beta1
|
|
|
|
- drop -no-javascript-jit (webkit#35154)
|
|
|
|
|
2010-05-17 19:00:57 +00:00
|
|
|
* Mon May 17 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.13.beta1
|
|
|
|
- QT_GRAPHICSSYSTEM env support
|
|
|
|
|
2010-05-16 18:04:07 +00:00
|
|
|
* Sun May 16 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.12.beta1
|
|
|
|
- -webkit-devel: move Qt/qweb*.h here (#592680)
|
|
|
|
|
2010-05-07 14:49:17 +00:00
|
|
|
* Fri May 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.11.beta1
|
|
|
|
- -webkit-devel: Obsoletes: qt-devel ... (upgrade path)
|
|
|
|
|
2010-05-07 03:53:17 +00:00
|
|
|
* Thu May 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.10.beta1
|
|
|
|
- -webkit-devel: Provides: qt4-webkit-devel , Requires: %%name-devel
|
|
|
|
|
2010-05-06 14:05:58 +00:00
|
|
|
* Thu May 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.9.beta1
|
|
|
|
- 4.7.0-beta1
|
|
|
|
- -webkit-devel : it lives! brainz!
|
|
|
|
|
2010-05-01 00:32:43 +00:00
|
|
|
* Fri Apr 30 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.8.tp
|
|
|
|
- prepping for separate QtWebKit(-2.0)
|
|
|
|
- -webkit subpkg, Provides: QtWebKit ...
|
|
|
|
- -devel: Provides: QtWebKit-devel ...
|
|
|
|
- TODO: -webkit-devel (and see what breaks)
|
|
|
|
|
2010-04-28 14:27:23 +00:00
|
|
|
* Wed Apr 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.7.tp
|
|
|
|
- own %%{_qt4_plugindir}/crypto
|
|
|
|
|
2010-04-03 22:31:36 +00:00
|
|
|
* Sat Apr 03 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.7.0-0.6.tp
|
|
|
|
- backport fix for QTBUG-9354 which breaks kdeutils build
|
|
|
|
|
2010-04-02 14:28:55 +00:00
|
|
|
* Fri Apr 02 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.5.tp
|
|
|
|
- Associate text/vnd.trolltech.linguist with linguist (#579082)
|
|
|
|
|
2010-03-23 14:57:26 +00:00
|
|
|
* Tue Mar 23 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 4.7.0-0.4.tp
|
|
|
|
- fix type cast issue on sparc64
|
|
|
|
|
2010-03-21 00:52:37 +00:00
|
|
|
* Sun Mar 21 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.7.0-0.3.tp
|
|
|
|
- also strip -lpulse from .prl files (fixes PyQt4 QtMultimedia binding build)
|
|
|
|
|
2010-03-16 15:26:44 +00:00
|
|
|
* Tue Mar 16 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.2.tp
|
|
|
|
- qt-4.7.0-tp
|
|
|
|
- macros.qt4 : +%%_qt4_importdir
|
|
|
|
- don't strip libs from pkgconfig files, Libs.private is now used properly
|
|
|
|
- add -lphonon to stripped libs instead of brutally hacking out
|
|
|
|
QMAKE_PRL_LIBS altogether (#520323)
|
|
|
|
- qt-assistant-adp packaged separately now, not included here
|
|
|
|
|
2010-03-13 23:28:15 +00:00
|
|
|
* Sat Mar 13 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.2-7
|
2010-03-13 23:43:08 +00:00
|
|
|
- BR alsa-lib-devel (for QtMultimedia)
|
2010-03-13 23:28:15 +00:00
|
|
|
|
2010-03-13 19:57:10 +00:00
|
|
|
* Sat Mar 13 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.2-6
|
|
|
|
- Provides: qt-assistant-adp(-devel)
|
|
|
|
|
2010-03-05 13:59:37 +00:00
|
|
|
* Fri Mar 05 2010 Than Ngo <than@redhat.com> - 4.6.2-5
|
|
|
|
- Make tablet detection work with new wacom drivers (#569132)
|
|
|
|
|
2010-03-01 17:33:54 +00:00
|
|
|
* Mon Mar 01 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.2-4
|
|
|
|
- fix 64bit platform logic, use linux-g++-64 everywhere except x86_64 (#569542)
|
|
|
|
|
2010-02-28 04:37:37 +00:00
|
|
|
* Sun Feb 28 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.2-3
|
|
|
|
- fix CUPS patch not to crash if currentPPD is NULL (#566304)
|
|
|
|
|
2010-02-16 13:15:48 +00:00
|
|
|
* Tue Feb 16 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.2-2
|
|
|
|
- macros.qt4: s/qt45/qt46/
|
|
|
|
|
2010-02-15 14:21:57 +00:00
|
|
|
* Mon Feb 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.2-1
|
|
|
|
- 4.6.2
|
|
|
|
|
2010-02-05 16:16:26 +00:00
|
|
|
* Fri Feb 05 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.1-3
|
|
|
|
- improve cups support (#523846, kde#180051#c22)
|
|
|
|
|
2010-01-19 19:12:28 +00:00
|
|
|
* Tue Jan 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.1-2
|
|
|
|
- drop bitmap_font_speed patch, rejected upstream
|
|
|
|
|
2010-01-19 18:00:58 +00:00
|
|
|
* Tue Jan 19 2010 Than Ngo <than@redhat.com> - 4.6.1-1
|
|
|
|
- 4.6.1
|
|
|
|
|
2010-01-11 20:03:06 +00:00
|
|
|
* Mon Jan 11 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-5
|
2010-01-11 20:02:42 +00:00
|
|
|
- bitmap_font_speed patch (QTBUG-7255)
|
|
|
|
|
2010-01-11 06:44:53 +00:00
|
|
|
* Sat Jan 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-4
|
2010-01-09 23:23:28 +00:00
|
|
|
- Fix crash when QGraphicsItem destructor deletes other QGraphicsItem (kde-qt cec34b01)
|
|
|
|
- Fix a crash in KDE/Plasma with QGraphicsView. TopLevel list of items (kde-qt 63839f0c)
|
|
|
|
|
2009-12-23 12:32:38 +00:00
|
|
|
* Wed Dec 23 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.0-3
|
|
|
|
- disable QtWebKit JavaScript JIT again, incompatible with SELinux (#549994)
|
|
|
|
|
2009-12-05 04:24:35 +00:00
|
|
|
* Sat Dec 05 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.0-2
|
|
|
|
- own %%{_qt4_plugindir}/gui_platform
|
|
|
|
|
2009-12-01 11:50:54 +00:00
|
|
|
* Tue Dec 01 2009 Than Ngo <than@redhat.com> - 4.6.0-1
|
|
|
|
- 4.6.0
|
|
|
|
|
2009-11-17 18:41:21 +00:00
|
|
|
* Tue Nov 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-0.6.rc1
|
|
|
|
- qt-4.6.0-rc1
|
|
|
|
|
2009-11-14 20:18:54 +00:00
|
|
|
* Sat Nov 14 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-0.5.beta1
|
|
|
|
- -tds: Add package with TDS sqldriver (#537586)
|
|
|
|
- add arch'd provides for sql drivers
|
|
|
|
|
2009-11-08 17:08:58 +00:00
|
|
|
* Sun Nov 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-0.4.beta1
|
|
|
|
- -x11: Requires: %%{name}-sqlite%{?_isa}
|
|
|
|
|
2009-10-27 01:20:17 +00:00
|
|
|
* Mon Oct 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-0.3.beta1
|
|
|
|
- kde-qt patches (as of 20091026)
|
|
|
|
|
2009-10-16 23:00:14 +00:00
|
|
|
* Fri Oct 16 2009 Than Ngo <than@redhat.com> - 4.6.0-0.2.beta1
|
|
|
|
- subpackage sqlite plugin, add Require on qt-sqlite in qt-x11
|
|
|
|
for assistant
|
|
|
|
- build/install qdoc3 again
|
|
|
|
|
2009-10-14 20:12:04 +00:00
|
|
|
* Wed Oct 14 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-0.1.beta1
|
|
|
|
- qt-4.6.0-beta1
|
|
|
|
- no kde-qt patches (yet)
|
|
|
|
|
2009-10-10 10:05:20 +00:00
|
|
|
* Sat Oct 10 2009 Than Ngo <than@redhat.com> - 4.5.3-4
|
|
|
|
- fix translation build issue
|
2009-10-10 19:45:49 +00:00
|
|
|
- rhel cleanup
|
2009-10-10 10:05:20 +00:00
|
|
|
|
2009-10-06 11:58:13 +00:00
|
|
|
* Tue Oct 06 2009 Jaroslav Reznik <jreznik@redhat.com> - 4.5.3-3
|
|
|
|
- disable JavaScriptCore JIT, SE Linux crashes (#527079)
|
|
|
|
|
2009-10-02 16:55:36 +00:00
|
|
|
* Fri Oct 02 2009 Than Ngo <than@redhat.com> - 4.5.3-2
|
|
|
|
- cleanup patches
|
2009-10-03 15:30:09 +00:00
|
|
|
- if ! phonon_internal, exclude more/all phonon headers
|
|
|
|
- qt-devel must Requires: phonon-devel (#520323)
|
2009-10-02 16:55:36 +00:00
|
|
|
|
2009-10-01 14:28:58 +00:00
|
|
|
* Thu Oct 01 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.3-1
|
|
|
|
- qt-4.5.3
|
|
|
|
|
2009-09-30 15:21:36 +00:00
|
|
|
* Tue Sep 29 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-21
|
|
|
|
- switch to external/kde phonon
|
|
|
|
|
2009-09-28 13:33:30 +00:00
|
|
|
* Mon Sep 28 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-20
|
|
|
|
- use internal Qt Assistant/Designer icons
|
|
|
|
- -devel: move designer.qch,linguist.qch here
|
|
|
|
- move ownership of %%_qt4_docdir, %%_qt4_docdir/qch to main pkg
|
|
|
|
|
2009-09-20 23:32:09 +00:00
|
|
|
* Sun Sep 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-19
|
|
|
|
- Missing Qt Designer icon (#476605)
|
|
|
|
|
2009-09-11 21:36:54 +00:00
|
|
|
* Fri Sep 11 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-18
|
|
|
|
- drop gcc -fno-var-tracking-assignments hack (#522576)
|
|
|
|
|
2009-09-11 11:56:00 +00:00
|
|
|
* Fri Sep 11 2009 Than Ngo <than@redhat.com> - 4.5.2-17
|
|
|
|
- drop useless check for ossl patch, the patch works fine with old ossl
|
|
|
|
|
2009-09-09 13:04:25 +00:00
|
|
|
* Wed Sep 09 2009 Than Ngo <than@redhat.com> - 4.5.2-16
|
|
|
|
- add a correct system_ca_certificates patch
|
|
|
|
|
2009-09-08 18:01:19 +00:00
|
|
|
* Tue Sep 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-15
|
|
|
|
- use system ca-certificates (#521911)
|
|
|
|
|
2009-09-01 12:06:41 +00:00
|
|
|
* Tue Sep 01 2009 Than Ngo <than@redhat.com> - 4.5.2-14
|
|
|
|
- drop fedora < 9 support
|
|
|
|
- only apply ossl patch for fedora > 11
|
|
|
|
|
2009-08-31 14:52:11 +00:00
|
|
|
* Mon Aug 31 2009 Than Ngo <than@redhat.com> - 4.5.2-13
|
|
|
|
- fix for CVE-2009-2700
|
|
|
|
|
2009-08-30 19:52:11 +00:00
|
|
|
* Thu Aug 27 2009 Rex Dieter <rdieter@fedoraproject.org> 4.5.2-12
|
2009-08-30 20:07:59 +00:00
|
|
|
- use platform linux-g++ everywhere (ie, drop linux-g++-64 on 64 bit),
|
2009-08-31 17:07:19 +00:00
|
|
|
avoids plugin/linker weirdness (bug #478481)
|
2009-08-30 19:52:11 +00:00
|
|
|
|
2009-08-26 08:58:08 +00:00
|
|
|
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 1:4.5.2-11
|
2009-08-21 15:39:48 +00:00
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-08-20 22:15:29 +00:00
|
|
|
* Thu Aug 20 2009 Than Ngo <than@redhat.com> - 4.5.2-10
|
|
|
|
- switch to kde-qt branch
|
|
|
|
|
2009-08-18 10:37:45 +00:00
|
|
|
* Tue Aug 18 2009 Than Ngo <than@redhat.com> - 4.5.2-9
|
|
|
|
- security fix for CVE-2009-1725 (bz#513813)
|
|
|
|
|
2009-08-16 12:52:35 +00:00
|
|
|
* Sun Aug 16 2009 Than Ngo <than@redhat.com> - 4.5.2-8
|
2009-08-16 13:25:37 +00:00
|
|
|
- fix phonon-backend-gstreamer for using pulsaudio (#513421)
|
2009-08-16 12:52:35 +00:00
|
|
|
|
2012-12-16 04:18:51 +00:00
|
|
|
* Fri Aug 14 2009 Rex Dieter <rdieter@fedoraproject.org> 4.5.2-7
|
2009-08-15 20:15:15 +00:00
|
|
|
- kde-qt: 287-qmenu-respect-minwidth
|
|
|
|
- kde-qt: 0288-more-x-keycodes (#475247)
|
|
|
|
|
2009-08-05 20:52:03 +00:00
|
|
|
* Wed Aug 05 2009 Rex Dieter <rdieter@fedoraproject.org> 4.5.2-6
|
|
|
|
- use linker scripts for _debug targets (#510246)
|
|
|
|
- tighten deps using %%{?_isa}
|
|
|
|
- -x11: Requires(post,postun): /sbin/ldconfig
|
|
|
|
|
2009-07-30 11:37:22 +00:00
|
|
|
* Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.5.2-5
|
|
|
|
- apply upstream patch to fix issue in Copy and paste
|
|
|
|
|
2009-07-27 02:35:58 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.5.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-02 10:43:13 +00:00
|
|
|
* Thu Jul 02 2009 Than Ngo <than@redhat.com> - 4.5.2-3
|
|
|
|
- pregenerate PNG, drop BR on GraphicsMagick (bz#509244)
|
|
|
|
|
2009-06-26 00:41:07 +00:00
|
|
|
* Fri Jun 26 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.2-2
|
|
|
|
- take current qt-copy-patches snapshot (20090626)
|
|
|
|
- disable patches which are already in 4.5.2
|
2009-06-26 01:33:19 +00:00
|
|
|
- fix the qt-copy patch 0274-shm-native-image-fix.diff to apply against 4.5.2
|
2009-06-26 00:41:07 +00:00
|
|
|
|
2009-06-25 13:41:31 +00:00
|
|
|
* Thu Jun 25 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.5.2-1
|
|
|
|
- Qt 4.5.2
|
|
|
|
|
2009-06-08 00:28:23 +00:00
|
|
|
* Sun Jun 07 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-18
|
|
|
|
- phonon-backend-gstreamer pkg, with icons
|
|
|
|
- optimize (icon-mostly) scriptlets
|
|
|
|
|
2009-06-07 14:01:42 +00:00
|
|
|
* Sun Jun 07 2009 Than Ngo <than@redhat.com> - 4.5.1-17
|
|
|
|
- drop the hack, apply patch to install Global header, gstreamer.desktop
|
|
|
|
and dbus services file
|
|
|
|
|
2009-06-06 19:39:11 +00:00
|
|
|
* Sat Jun 06 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-16
|
|
|
|
- install awol Phonon/Global header
|
|
|
|
|
2009-06-05 23:59:02 +00:00
|
|
|
* Fri Jun 05 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.1-15
|
|
|
|
- apply Phonon PulseAudio patch (needed for the xine-lib backend)
|
|
|
|
|
2009-06-05 23:12:50 +00:00
|
|
|
* Fri Jun 05 2009 Than Ngo <than@redhat.com> - 4.5.1-14
|
|
|
|
- enable phonon and gstreamer-backend
|
|
|
|
|
2009-05-30 17:39:44 +00:00
|
|
|
* Sat May 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-13
|
|
|
|
- -doc: Obsoletes: qt-doc < 1:4.5.1-4 (workaround bug #502401)
|
|
|
|
|
2009-05-24 03:54:30 +00:00
|
|
|
* Sat May 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-12
|
|
|
|
- +phonon_internal macro to toggle packaging of qt's phonon (default off)
|
|
|
|
|
2009-05-23 04:05:53 +00:00
|
|
|
* Fri May 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-11
|
|
|
|
- qt-copy-patches-20090522
|
|
|
|
|
2009-05-21 14:34:19 +00:00
|
|
|
* Wed May 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-10.2
|
|
|
|
- full (non-bootstrap) build
|
|
|
|
|
2009-05-20 17:23:08 +00:00
|
|
|
* Wed May 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-10.1
|
|
|
|
- allow for minimal bootstrap build (*cough* arm *cough*)
|
|
|
|
|
2009-05-07 03:53:43 +00:00
|
|
|
* Wed May 06 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-10
|
|
|
|
- improved kde4_plugins patch, skip expensive/unneeded canonicalPath
|
|
|
|
|
2009-05-06 19:46:13 +00:00
|
|
|
* Wed May 06 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-9
|
|
|
|
- include kde4 plugin path by default (#498809)
|
|
|
|
|
2009-05-04 14:40:25 +00:00
|
|
|
* Mon May 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-8
|
2009-05-04 00:44:04 +00:00
|
|
|
- fix invalid assumptions about mysql_config --libs (bug #440673)
|
2009-05-04 14:40:25 +00:00
|
|
|
- fix %%files breakage from 4.5.1-5
|
2009-05-04 00:44:04 +00:00
|
|
|
|
2009-04-29 23:52:15 +00:00
|
|
|
* Wed Apr 29 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-7
|
|
|
|
- -devel: Provides: qt4-devel%%{?_isa} ...
|
|
|
|
|
2009-04-27 15:39:03 +00:00
|
|
|
* Mon Apr 27 2009 Than Ngo <than@redhat.com> - 4.5.1-6
|
|
|
|
- drop useless hunk of qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
|
|
|
|
|
2009-04-27 12:54:55 +00:00
|
|
|
* Mon Apr 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-5
|
|
|
|
- -devel: Provides: *-static for libQtUiTools.a
|
|
|
|
|
2009-04-25 20:40:50 +00:00
|
|
|
* Fri Apr 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-4
|
|
|
|
- qt-doc noarch
|
|
|
|
- qt-demos, qt-examples (split from -doc)
|
|
|
|
- (cosmetic) re-order subpkgs in alphabetical order
|
|
|
|
- drop unused profile.d bits
|
|
|
|
|
2009-04-24 17:16:23 +00:00
|
|
|
* Fri Apr 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-3
|
2009-04-27 15:30:23 +00:00
|
|
|
- enable FT_LCD_FILTER (uses freetype subpixel filters if available at runtime)
|
2009-04-24 17:16:23 +00:00
|
|
|
|
|
|
|
* Fri Apr 24 2009 Than Ngo <than@redhat.com> - 4.5.1-2
|
|
|
|
- apply upstream patch to fix the svg rendering regression
|
|
|
|
|
2009-04-23 11:43:38 +00:00
|
|
|
* Thu Apr 23 2009 Than Ngo <than@redhat.com> - 4.5.1-1
|
|
|
|
- 4.5.1
|
|
|
|
|
2009-04-14 19:40:59 +00:00
|
|
|
* Tue Apr 14 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-14
|
|
|
|
- fix vrgb/vgbr corruption, disable QT_USE_FREETYPE_LCDFILTER (#490377)
|
|
|
|
|
2009-04-10 08:05:04 +00:00
|
|
|
* Fri Apr 10 2009 Than Ngo <than@redhat.com> - 4.5.0-13
|
|
|
|
- unneeded executable permissions for profile.d scripts
|
|
|
|
|
2009-04-01 16:37:27 +00:00
|
|
|
* Wed Apr 01 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.0-12
|
|
|
|
- fix inline asm in qatomic (de)ref (i386/x86_64), should fix Kolourpaint crash
|
|
|
|
|
2009-03-30 17:01:19 +00:00
|
|
|
* Mon Mar 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-11
|
|
|
|
- qt fails to build on ia64 (#492174)
|
|
|
|
|
2012-12-16 04:18:51 +00:00
|
|
|
* Wed Mar 25 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-10
|
2009-03-25 18:34:14 +00:00
|
|
|
- qt-copy-patches-20090325
|
|
|
|
|
2009-03-24 13:02:39 +00:00
|
|
|
* Tue Mar 24 2009 Than Ngo <than@redhat.com> - 4.5.0-9
|
|
|
|
- lrelease only shows warning when duplicate messages found in *.ts( #491514)
|
|
|
|
|
2009-03-20 14:00:58 +00:00
|
|
|
* Fri Mar 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-8
|
|
|
|
- qt-copy-patches-20090319
|
|
|
|
|
|
|
|
* Thu Mar 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-7
|
|
|
|
- include more phonon bits, attempt to fix/provide phonon bindings
|
|
|
|
for qtscriptgenerator, PyQt, ...
|
|
|
|
|
2009-03-16 23:54:50 +00:00
|
|
|
* Tue Mar 17 2009 Than Ngo <than@redhat.com> - 4.5.0-6
|
|
|
|
- fix lupdate segfault (#486866)
|
|
|
|
|
2009-03-15 07:22:22 +00:00
|
|
|
* Sat Mar 14 2009 Dennis Gilmore <dennis@ausil.us> - 4.5.0-5
|
|
|
|
- add patch for sparc64.
|
|
|
|
- _Atomic_word is not always an int
|
|
|
|
|
2009-03-10 19:18:10 +00:00
|
|
|
* Tue Mar 10 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-4
|
|
|
|
- macros.qt4: %%_qt45
|
|
|
|
- cleanup more phonon-related left-overs
|
|
|
|
|
2009-03-04 16:05:22 +00:00
|
|
|
* Wed Mar 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-3
|
|
|
|
- -no-phonon-backend
|
|
|
|
- include qdoc3
|
|
|
|
- move designer plugins to runtime (#487622)
|
|
|
|
|
2009-03-03 14:55:43 +00:00
|
|
|
* Tue Mar 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-2
|
2009-03-03 15:26:10 +00:00
|
|
|
- License: LGPLv2 with exceptions or GPLv3 with exceptions
|
2009-03-03 14:55:43 +00:00
|
|
|
- BR: gstreamer-devel
|
2009-03-03 15:43:46 +00:00
|
|
|
- drop qgtkstyle patch (no longer needed)
|
2009-03-03 17:41:58 +00:00
|
|
|
- -x11: move libQtScriptTools here (linked with libQtGui)
|
2009-03-03 14:55:43 +00:00
|
|
|
|
2009-03-03 11:14:34 +00:00
|
|
|
* Tue Mar 03 2009 Than Ngo <than@redhat.com> - 4.5.0-1
|
|
|
|
- 4.5.0
|
|
|
|
|
2009-02-27 19:32:21 +00:00
|
|
|
* Fri Feb 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 1:4.5.0-0.8.20090224
|
|
|
|
- 20090224 snapshot
|
|
|
|
- adjust pkgconfig hackery
|
|
|
|
|
2009-02-27 19:21:25 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.5.0-0.7.rc1
|
2009-02-25 18:06:37 +00:00
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-22 19:53:05 +00:00
|
|
|
* Sun Feb 22 2009 Rex Dieter <rdieter@fedoraproject.org> 4.5.0-0.5.rc1
|
|
|
|
- revert license, change won't land until official 4.5.0 release
|
|
|
|
- workaround broken qhostaddress.h (#485677)
|
2009-02-22 22:55:49 +00:00
|
|
|
- Provides: qgtkstyle = 0.1
|
2009-02-22 19:53:05 +00:00
|
|
|
|
2009-02-21 02:21:22 +00:00
|
|
|
* Fri Feb 20 2009 Rex Dieter <rdieter@fedoraproject.org> 4.5.0-0.4.rc1
|
|
|
|
- saner versioned Obsoletes
|
|
|
|
- -gtkstyle, Obsoletes: qgtkstyle < 0.1
|
|
|
|
- enable phonon support and associated hackery
|
|
|
|
|
2009-02-16 10:08:57 +00:00
|
|
|
* Mon Feb 16 2009 Than Ngo <than@redhat.com> 4.5.0-0.3.rc1
|
|
|
|
- fix callgrindChildExitCode is uninitialzed
|
|
|
|
|
2009-02-15 23:50:18 +00:00
|
|
|
* Sun Feb 15 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-0.2.rc1
|
|
|
|
- qt-copy-patches-20090215
|
|
|
|
- License: +LGPLv2
|
|
|
|
|
2009-02-14 23:43:00 +00:00
|
|
|
* Wed Feb 11 2009 Than Ngo <than@redhat.com> - 4.5.0-0.rc1.0
|
|
|
|
- 4.5.0 rc1
|
|
|
|
|
2009-02-05 19:36:47 +00:00
|
|
|
* Thu Feb 05 2009 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-16
|
|
|
|
- track branches/qt-copy/4.4, and backout previous trunk(qt45) ones
|
|
|
|
|
2009-02-02 14:38:38 +00:00
|
|
|
* Mon Feb 02 2009 Than Ngo <than@redhat.com> 4.4.3-15
|
|
|
|
- disable 0269,0270,0271 patches, it causes issue in systray
|
|
|
|
|
2009-01-29 17:57:47 +00:00
|
|
|
* Thu Jan 29 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.4.3-14
|
|
|
|
- qt-copy-patches-20090129
|
|
|
|
|
2009-01-26 23:58:16 +00:00
|
|
|
* Mon Jan 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.4.3-13
|
|
|
|
- Provides: qt4%%{?_isa} = %%version-%%release
|
2009-01-27 00:15:40 +00:00
|
|
|
- add %%_qt4 to macros.qt4
|
2009-01-26 23:58:16 +00:00
|
|
|
|
2009-01-22 21:10:00 +00:00
|
|
|
* Thu Jan 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.4.3-12
|
|
|
|
- respin (mysql)
|
|
|
|
|
2009-01-16 10:12:51 +00:00
|
|
|
* Fri Jan 16 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.4.3-11
|
|
|
|
- rebuild for new OpenSSL
|
|
|
|
|
2009-01-12 20:15:44 +00:00
|
|
|
* Mon Jan 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.4.3-10
|
|
|
|
- drop qt-x11-opensource-src-4.3.4-no-hardcoded-font-aliases.patch (#447298),
|
|
|
|
in favor of qt-copy's 0263-fix-fontconfig-handling.diff
|
|
|
|
|
2009-01-12 12:09:49 +00:00
|
|
|
* Mon Jan 12 2009 Than Ngo <than@redhat.com> - 4.4.3-9
|
|
|
|
- qt-copy-patches-20090112
|
|
|
|
|
2008-12-30 06:25:52 +00:00
|
|
|
* Tue Dec 30 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-8
|
|
|
|
- qt-copy-patches-20081225
|
|
|
|
|
2008-12-12 21:19:24 +00:00
|
|
|
* Fri Dec 12 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-7
|
|
|
|
- rebuild for pkgconfig deps
|
|
|
|
|
2008-11-12 14:34:33 +00:00
|
|
|
* Wed Nov 12 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-6
|
|
|
|
- qt-copy-patches-20081112
|
|
|
|
|
|
|
|
* Tue Nov 11 2008 Than Ngo <than@redhat.com> 4.4.3-5
|
|
|
|
- drop 0256-fix-recursive-backingstore-sync-crash.diff, it's
|
|
|
|
included in qt-copy-pathes-20081110
|
|
|
|
|
2008-11-10 14:24:35 +00:00
|
|
|
* Mon Nov 10 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-4
|
2008-11-12 14:34:33 +00:00
|
|
|
- qt-copy-patches-20081110
|
2008-11-10 14:24:35 +00:00
|
|
|
|
|
|
|
* Mon Nov 10 2008 Than Ngo <than@redhat.com> 4.4.3-3
|
|
|
|
- apply 0256-fix-recursive-backingstore-sync-crash.diff
|
|
|
|
|
2008-11-06 13:36:05 +00:00
|
|
|
* Thu Nov 06 2008 Than Ngo <than@redhat.com> 4.4.3-2
|
|
|
|
- bz#468814, immodule selection behavior is unpredictable without QT_IM_MODULE,
|
|
|
|
patch from Peng Wu
|
|
|
|
- backport fix from 4.5
|
|
|
|
|
2008-09-28 19:45:23 +00:00
|
|
|
* Sun Sep 28 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-1
|
|
|
|
- 4.4.3
|
|
|
|
|
2008-09-24 18:30:02 +00:00
|
|
|
* Wed Sep 24 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.2-2
|
|
|
|
- omit systray patch (for now)
|
|
|
|
|
2008-09-21 22:17:00 +00:00
|
|
|
* Sat Sep 20 2008 Than Ngo <than@redhat.com> 4.4.2-1
|
|
|
|
- 4.4.2
|
|
|
|
|
2008-09-08 16:12:59 +00:00
|
|
|
* Mon Sep 08 2008 Rex Dieter <rdieter@fedoraproject.org> - 4.4.1-3
|
|
|
|
- apply QMAKEPATH portion of multilib patch only if needed
|
|
|
|
- qt-copy-patches-20080908
|
|
|
|
|
2008-08-06 10:46:33 +00:00
|
|
|
* Wed Aug 06 2008 Than Ngo <than@redhat.com> - 4.4.1-2
|
|
|
|
- fix license tag
|
2008-08-06 13:10:37 +00:00
|
|
|
- fix Obsoletes: qt-sqlite (missing epoch)
|
2008-08-06 10:46:33 +00:00
|
|
|
|
2008-08-05 12:25:41 +00:00
|
|
|
* Tue Aug 05 2008 Than Ngo <than@redhat.com> - 4.4.1-1
|
|
|
|
- 4.4.1
|
|
|
|
|
2008-08-06 03:18:59 +00:00
|
|
|
* Tue Aug 05 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-17
|
|
|
|
- fold -sqlite subpkg into main (#454930)
|
|
|
|
|
2008-07-23 14:12:54 +00:00
|
|
|
* Wed Jul 23 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-16
|
|
|
|
- qt-copy-patches-20080723 (kde#162793)
|
|
|
|
- omit deprecated phonon bits
|
|
|
|
|
2008-07-19 18:33:20 +00:00
|
|
|
* Sat Jul 19 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-15
|
|
|
|
- fix/workaround spec syntax
|
|
|
|
|
2008-07-19 13:26:06 +00:00
|
|
|
* Sat Jul 19 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-14
|
2008-07-19 13:37:19 +00:00
|
|
|
- macros.qt4: fix %%_qt4_datadir, %%_qt4_translationdir
|
2008-07-19 13:26:06 +00:00
|
|
|
|
2008-07-17 12:40:39 +00:00
|
|
|
* Thu Jul 17 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-13
|
|
|
|
- (re)fix qconfig-multilib.h for sparc64
|
|
|
|
|
2008-07-12 01:31:46 +00:00
|
|
|
* Fri Jul 11 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-12
|
|
|
|
- qt-copy-patches-20080711
|
|
|
|
|
2008-06-23 13:20:38 +00:00
|
|
|
* Mon Jun 23 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-11
|
|
|
|
- fix dbus conditional (#452487)
|
|
|
|
|
2008-06-14 21:38:08 +00:00
|
|
|
* Sat Jun 14 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-10
|
|
|
|
- strip -lsqlite3 from .pc files (#451490)
|
|
|
|
|
2008-06-14 02:32:46 +00:00
|
|
|
* Sat Jun 14 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.4.0-9
|
|
|
|
- restore -qt4 suffixes
|
|
|
|
|
|
|
|
* Fri Jun 13 2008 Than Ngo <than@redhat.com> 4.4.0-8
|
2008-06-13 17:16:54 +00:00
|
|
|
- drop qt wrapper, make symlinks to /usr/bin
|
|
|
|
|
2008-06-10 13:18:11 +00:00
|
|
|
* Tue Jun 10 2008 Than Ngo <than@redhat.com> 4.4.0-7
|
|
|
|
- fix #450310, multilib issue
|
|
|
|
|
2008-06-06 15:59:50 +00:00
|
|
|
* Fri Jun 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-6
|
|
|
|
- qt-copy-patches-20080606
|
|
|
|
- drop BR: libungif-devel (not used)
|
|
|
|
- move libQtXmlPatters, -x11 -> main
|
|
|
|
- move qdbuscpp2xml, qdbusxml2cpp, xmlpatters, -x11 -> -devel
|
|
|
|
|
2008-05-27 20:42:17 +00:00
|
|
|
* Tue May 27 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.4.0-5
|
|
|
|
- under GNOME, default to QGtkStyle if available
|
|
|
|
|
2008-05-19 13:54:51 +00:00
|
|
|
* Mon May 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.4.0-4
|
|
|
|
- don't hardcode incorrect font substitutions (#447298)
|
|
|
|
|
2008-05-16 12:35:02 +00:00
|
|
|
* Fri May 16 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-3
|
|
|
|
- qt-copy-patches-20080516
|
|
|
|
|
2008-05-13 07:21:35 +00:00
|
|
|
* Tue May 13 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.4.0-2
|
|
|
|
- revert _qt4_bindir change for now, needs more work (#446167)
|
|
|
|
|
2008-05-06 17:28:32 +00:00
|
|
|
* Tue May 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-1
|
|
|
|
- qt-4.4.0
|