source: projects/specs/trunk/q/qt4/qt4-vl.spec @ 7294

Revision 7294, 63.1 KB checked in by Takemikaduchi, 11 years ago (diff)

KDE-4.9.5

Line 
1%define type everywhere-opensource-src
2%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
3
4# See http://bugzilla.redhat.com/223663
5%define multilib_archs x86_64 %{ix86} ppc64 ppc s390x s390 sparc64 sparcv9
6
7Summary: Qt toolkit
8Summary(ja): Qt ツールキット
9Name: qt4
10Version: 4.8.4
11Release: 1%{?_dist_release}
12
13# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
14License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT
15Group: System Environment/Libraries
16URL: http://qt.nokia.com/
17
18Source0: http://get.qt.nokia.com/qt/source/qt-%{type}-%{version}.tar.gz
19
20# default Qt config file
21Source4: Trolltech.conf
22# header file to workaround multilib issue
23Source5: qconfig-multilib.h
24
25# desktop files
26Source20: assistant.desktop.vine
27Source21: designer.desktop.vine
28Source22: linguist.desktop.vine
29Source23: qtdemo.desktop.vine
30Source24: qtconfig.desktop.vine
31
32# upstream qt4-logo, http://trolltech.com/images/products/qt/qt4-logo
33Source30: hi128-app-qt4-logo.png
34Source31: hi48-app-qt4-logo.png
35
36# set default QMAKE_CFLAGS_RELEASE
37Patch2: qt-everywhere-opensource-src-4.8.0-tp-multilib-optflags.patch
38
39# get rid of timestamp which causes multilib problem
40Patch4: qt-everywhere-opensource-src-4.7.0-beta1-uic_multilib.patch
41
42# enable ft lcdfilter
43Patch15: qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
44
45# may be upstreamable, not sure yet
46# workaround for gdal/grass crashers wrt glib_eventloop null deref's
47Patch23: qt-everywhere-opensource-src-4.6.3-glib_eventloop_nullcheck.patch
48
49# workaround for a MOC issue with Boost 1.48 headers (#756395)
50Patch24: qt-everywhere-opensource-src-4.8.0-rc1-moc-boost148.patch
51
52## upstreamable bits
53# fix invalid inline assembly in qatomic_{i386,x86_64}.h (de)ref implementations
54Patch53: qt-x11-opensource-src-4.5.0-fix-qatomic-inline-asm.patch
55
56# fix invalid assumptions about mysql_config --libs
57# http://bugzilla.redhat.com/440673
58Patch54: qt-everywhere-opensource-src-4.7.0-beta2-mysql_config.patch
59
60# http://bugs.kde.org/show_bug.cgi?id=180051#c22
61Patch55: qt-everywhere-opensource-src-4.6.2-cups.patch
62
63# Fails to create debug build of Qt projects on mingw (rhbz#653674)
64Patch64: qt-everywhere-opensource-src-4.7.1-QTBUG-14467.patch
65
66# fix QTreeView crash triggered by KPackageKit (patch by David Faure)
67Patch65: qt-everywhere-opensource-src-4.8.0-tp-qtreeview-kpackagekit-crash.patch
68
69# fix the outdated standalone copy of JavaScriptCore
70Patch67: qt-everywhere-opensource-src-4.8.0-beta1-s390.patch
71
72# https://bugs.webkit.org/show_bug.cgi?id=63941
73# -Wall + -Werror = fail
74Patch68: webkit-qtwebkit-2.2-no_Werror.patch
75
76# revert qlist.h commit that seems to induce crashes in qDeleteAll<QList (QTBUG-22037)
77Patch69: qt-everywhere-opensource-src-4.8.0-QTBUG-22037.patch
78
79# Buttons in Qt applications not clickable when run under gnome-shell (#742658, QTBUG-21900)
80Patch71:  qt-everywhere-opensource-src-4.8.0-QTBUG-21900.patch
81
82# workaround
83# sql/drivers/tds/qsql_tds.cpp:341:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
84Patch74: qt-everywhere-opensource-src-4.7.4-tds_no_strict_aliasing.patch
85
86# workaround crash on ppc64
87Patch75: qt-ppc64-crash.patch
88
89# add missing method for QBasicAtomicPointer on s390(x)
90Patch76: qt-everywhere-opensource-src-4.8.0-s390-atomic.patch
91
92# don't spam if libicu is not present at runtime
93Patch77:  qt-everywhere-opensource-src-4.8.0-icu_no_spam.patch
94
95# gcc doesn't support flag -fuse-ld=gold
96Patch80: qt-everywhere-opensource-src-4.8.0-ld-gold.patch
97
98# https://bugzilla.redhat.com/show_bug.cgi?id=810500
99Patch81: qt-everywhere-opensource-src-4.8.2--assistant-crash.patch
100
101# https://bugzilla.redhat.com/show_bug.cgi?id=694385
102# https://bugs.kde.org/show_bug.cgi?id=249217
103# https://bugreports.qt-project.org/browse/QTBUG-4862
104# QDir::homePath() should account for an empty HOME environment variable on X11
105Patch82: qt-everywhere-opensource-src-4.8.3-QTBUG-4862.patch
106
107# upstream patches
108# http://codereview.qt-project.org/#change,22006
109Patch100: qt-everywhere-opensource-src-4.8.1-qtgahandle.patch
110
111# security patches
112
113# Vine Patches
114# use system ca-bundle certs, http://bugzilla.redhat.com/521911
115Patch1001: qt-everywhere-opensource-src-4.8.0-system_ca_certificates_vine.patch
116
117## optional plugin bits
118# set to -no-sql-<driver> to disable
119# set to -qt-sql-<driver> to enable *in* qt library
120%define ibase -no-sql-ibase
121%define mysql -plugin-sql-mysql
122%define odbc -plugin-sql-odbc
123%define psql -plugin-sql-psql
124%define sqlite -plugin-sql-sqlite
125%define tds -no-sql-tds
126
127%define phonon -phonon
128%define phonon_backend -phonon-backend
129%define dbus -dbus-linked
130%define graphicssystem -graphicssystem raster
131# FIXME/TODO: use system webkit for assistant, examples/webkit, demos/browser
132%define webkit -webkit
133%define noopt -no-mmx -no-3dnow -no-sse -no-sse2 -no-sse3 -no-ssse3 -no-sse4.1 -no-sse4.2 -no-avx -no-neon
134
135# See http://bugzilla.redhat.com/196901
136%define _qt4 %{name}
137%define _qt4_prefix %{_libdir}/qt4
138%define _qt4_bindir %{_qt4_prefix}/bin
139# _qt4_datadir is not multilib clean, and hacks to workaround that breaks stuff.
140#define _qt4_datadir %{_datadir}/qt4
141%define _qt4_datadir %{_qt4_prefix}
142%define _qt4_demosdir %{_qt4_prefix}/demos
143%define _qt4_docdir %{_docdir}/qt4
144%define _qt4_examplesdir %{_qt4_prefix}/examples
145%define _qt4_headerdir %{_includedir}
146%define _qt4_importdir %{_qt4_prefix}/imports
147%define _qt4_libdir %{_libdir}
148%define _qt4_plugindir %{_qt4_prefix}/plugins
149%define _qt4_sysconfdir %{_sysconfdir}
150%define _qt4_translationdir %{_datadir}/qt4/translations
151
152BuildRoot: %{_tmppath}/%{name}-%{version}-root
153BuildRequires: alsa-lib-devel
154BuildRequires: cups-devel >= 1.1.9
155BuildRequires: dbus-devel >= 0.62
156BuildRequires: desktop-file-utils
157BuildRequires: findutils
158BuildRequires: fontconfig-devel
159BuildRequires: glib2-devel
160BuildRequires: gtk2-devel
161BuildRequires: libicu-devel
162BuildRequires: libjpeg-devel
163BuildRequires: libmng-devel
164BuildRequires: libpng-devel >= 1.2.5
165BuildRequires: libtiff-devel
166BuildRequires: NetworkManager-devel
167BuildRequires: openssl-devel
168BuildRequires: pkgconfig
169BuildRequires: pulseaudio-libs-devel
170BuildRequires: rsync
171BuildRequires: zlib-devel
172
173# X11 dependencies
174%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXfixes-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libXtst-devel libXv-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel
175BuildRequires: %{x_deps}
176
177%if "%{?ibase}" != "-no-sql-ibase"
178BuildRequires: firebird-devel
179%endif
180
181%if "%{?mysql}" != "-no-sql-mysql"
182BuildRequires: MySQL-devel >= 4.0
183%endif
184
185%if "%{?phonon_backend}" == "-phonon-backend"
186BuildRequires: gstreamer-devel >= 0.10
187BuildRequires: gstreamer-plugins-base-devel >= 0.10
188%endif
189
190%if "%{?psql}" != "-no-sql-psql"
191BuildRequires: postgresql-devel
192BuildRequires: krb5-devel libxslt-devel pam-devel
193BuildRequires: readline-devel
194%endif
195
196%if "%{?odbc}" != "-no-sql-odbc"
197BuildRequires: unixODBC-devel
198%endif
199
200%if "%{?sqlite}" != "-no-sql-sqlite"
201%define _system_sqlite -system-sqlite
202BuildRequires: sqlite3-devel
203%endif
204
205
206Obsoletes: qt4-sqlite < 4.7.3
207Provides:  qt4-sqlite = %{version}-%{release}
208
209Obsoletes: qgtkstyle < 0.1
210Provides:  qgtkstyle = 0.1-1
211
212Provides:  WebKit-qt
213
214Vendor: Project Vine
215Distribution: Vine Linux
216
217%description
218Qt is a GUI software toolkit which simplifies the task of writing and
219maintaining GUI (Graphical User Interface) applications
220for the X Window System.
221
222Qt is written in C++ and is fully object-oriented.
223
224This package contains the shared library needed to run qt
225applications, as well as the README files for qt.
226
227
228%package config
229Summary: Graphical configuration tool for programs using Qt 4
230Group: User Interface/Desktops
231Requires: %{name} = %{version}-%{release}
232Requires(post): alternatives
233Requires(postun): alternatives
234
235%description config
236%{summary}.
237
238
239%package designer
240Summary: Interface designer (IDE) for the Qt toolkit
241Summary(ja): Qt ツールキットのインターフェースデザイナ
242Group: Applications/Development
243Requires: %{name}-devel = %{version}-%{release}
244Requires(post): alternatives
245Requires(postun): alternatives
246
247%description designer
248The qt-designer package contains an User Interface designer tool
249for the Qt toolkit.
250
251
252%package devel
253Summary: Development files for the Qt GUI toolkit.
254Summary(ja): Qt ツールキットの開発用ファイル
255Group: Development/Libraries
256Requires: %{name} = %{version}-%{release}
257Requires: %{x_deps}
258Requires: libpng-devel
259Requires: libjpeg-devel
260Requires: pkgconfig
261Requires(post): alternatives
262Requires(postun): alternatives
263Provides:  WebKit-qt-devel
264
265%description devel
266This package contains the files necessary to develop
267applications using the Qt toolkit.
268
269# make a devel private subpkg or not?
270%define private 0
271%package devel-private
272Summary: Private headers for Qt toolkit
273Group: Development/Libraries
274BuildArch: noarch
275Requires: %{name}-devel = %{version}-%{release}
276Provides: qt-devel-private = %{version}-%{release}
277
278%description devel-private
279%{summary}.
280
281%package doc
282Summary: API documentation for Qt4
283Summary(ja): Qt4 の API ドキュメント
284Group: Documentation
285Requires: %{name} = %{version}-%{release}
286
287%description doc
288%{summary}.
289
290%description doc -l ja
291Qt4 の API ドキュメントです.
292
293
294%package tools
295Summary: Qt 4 development tools
296Summary(ja): Qt 4 開発ツール集
297Group: Development/Tools
298Requires: %{name}-devel  = %{version}-%{release}
299Requires: %{name}-sqlite = %{version}-%{release}
300Requires(post): alternatives
301Requires(postun): alternatives
302
303%description tools
304This package contains tools used to assist in Qt 4 development.
305
306
307%define qvfb 0
308%package qvfb
309Summary: Virtual frame buffer for Qt for Embedded Linux
310Group: Applications/Emulators
311Requires: %{name} = %{version}-%{release}
312
313%description qvfb
314%{summary}.
315
316%package ibase
317Summary: IBase driver for Qt's SQL classes
318Group:  System Environment/Libraries
319Requires: %{name} = %{version}-%{release}
320Provides: qt-ibase = %{version}-%{release}
321
322%description ibase
323IBase driver for Qt's SQL classes (QSQL)
324
325%package MySQL
326Summary: MySQL drivers for Qt's SQL classes.
327Group: System Environment/Libraries
328Requires: %{name} = %{version}-%{release}
329Provides:  qt4-mysql = %{version}-%{release}
330
331%description MySQL
332MySQL driver for Qt's SQL classes (QSQL)
333
334%package ODBC
335Summary: ODBC drivers for Qt's SQL classes.
336Group: System Environment/Libraries
337Requires: %{name} = %{version}-%{release}
338Provides:  qt4-odbc = %{version}-%{release}
339
340%description ODBC
341ODBC driver for Qt's SQL classes (QSQL)
342
343%package PostgreSQL
344Summary: PostgreSQL drivers for Qt's SQL classes.
345Group: System Environment/Libraries
346Requires: %{name} = %{version}-%{release}
347Provides: qt4-postgresql = %{version}-%{release}
348
349%description PostgreSQL
350PostgreSQL driver for Qt's SQL classes (QSQL)
351
352%package tds
353Summary: TDS driver for Qt's SQL classes
354Group: System Environment/Libraries
355Requires: %{name} = %{version}-%{release}
356Provides: qt-tds = %{version}-%{release}
357
358%description tds
359TDS driver for Qt's SQL classes (QSQL)
360
361# compat32
362%package -n compat32-%{name}
363Summary: Qt toolkit
364Summary(ja): Qt ツールキット
365Group: System Environment/Libraries
366Requires: %{name} = %{version}-%{release}
367
368%description -n compat32-%{name}
369Qt is a GUI software toolkit which simplifies the task of writing and
370maintaining GUI (Graphical User Interface) applications
371for the X Window System.
372
373Qt is written in C++ and is fully object-oriented.
374
375This package contains the shared library needed to run qt
376applications, as well as the README files for qt.
377
378%package -n compat32-%{name}-devel
379Summary: Development files and documentation for the Qt GUI toolkit.
380Summary(ja): Qt ツールキットの開発用ファイル
381Group: Development/Libraries
382Requires: %{name}-devel = %{version}-%{release}
383Requires: compat32-%{name} = %{version}-%{release}
384
385%description -n compat32-%{name}-devel
386This package contains the files necessary to develop
387applications using the Qt toolkit.
388
389
390%prep
391%setup -q -n qt-everywhere-opensource-src-%{version}
392
393%patch2 -p1 -b .multilib-optflags
394# drop backup file(s), else they get installed too, http://bugzilla.redhat.com/639463
395rm -fv mkspecs/linux-g++*/qmake.conf.multilib-optflags
396%patch4 -p1 -b .uic_multilib
397%patch15 -p1 -b .enable_ft_lcdfilter
398%patch23 -p1 -b .glib_eventloop_nullcheck
399%patch24 -p1 -b .moc-boost148
400## TODO: still worth carrying?  if so, upstream it.
401%patch53 -p1 -b .qatomic-inline-asm
402## TODO: upstream me
403%patch54 -p1 -b .mysql_config
404%patch55 -p1 -b .cups-1
405%patch64 -p1 -b .QTBUG-14467
406%patch65 -p1 -b .qtreeview-kpackagekit-crash
407%patch67 -p1 -b .s390
408pushd src/3rdparty/webkit
409%patch68 -p1 -b .no_Werror
410popd
411%patch69 -p1 -b .QTBUG-22037
412%patch71 -p1 -b .QTBUG-21900
413%patch74 -p1 -b .tds_no_strict_aliasing
414%patch75 -p1 -b .ppc64-crash
415%patch76 -p1 -b .s390-atomic
416%patch77 -p1 -b .icu_no_spam
417%patch80 -p1 -b .ld.gold
418%patch81 -p1 -b .assistant-crash
419%patch82 -p1 -b .QTBUG-4862
420
421# upstream patches
422%patch100 -p1 -b .QTgaHandler
423
424# security fixes
425
426# Patches for Vine
427%patch1001 -p1 -b .system_ca_certificates
428
429# drop -fexceptions from $RPM_OPT_FLAGS
430RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
431
432%define platform linux-g++
433
434# some 64bit platforms assume -64 suffix, https://bugzilla.redhat.com/569542
435%if "%{?__isa_bits}"  == "64"
436%define platform linux-g++-64
437%endif
438
439# https://bugzilla.redhat.com/478481
440%ifarch x86_64
441%define platform linux-g++
442%endif
443
444sed -i \
445  -e "s|-O2|$RPM_OPT_FLAGS|g" \
446  mkspecs/%{platform}/qmake.conf
447
448sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 $RPM_LD_FLAGS|" \
449  mkspecs/common/g++-unix.conf
450
451# undefine QMAKE_STRIP, so we get useful -debuginfo pkgs
452sed -i -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP             =|" mkspecs/common/linux.conf
453
454# set correct lib path
455if [ "%{_lib}" == "lib64" ] ; then
456  sed -i -e "s,/usr/lib /lib,/usr/%{_lib} /%{_lib},g" config.tests/{unix,x11}/*.test
457  sed -i -e "s,/lib /usr/lib,/%{_lib} /usr/%{_lib},g" config.tests/{unix,x11}/*.test
458fi
459
460# let makefile create missing .qm files, the .qm files should be included in qt upstream
461for f in translations/*.ts ; do
462  touch ${f%.ts}.qm
463done
464
465# desktop menu
466sed -e 's:$(QTBIN):%{_qt4_bindir}:g' %{SOURCE20} > assistant.desktop
467sed -e 's:$(QTBIN):%{_qt4_bindir}:g' %{SOURCE21} > designer.desktop
468sed -e 's:$(QTBIN):%{_qt4_bindir}:g' %{SOURCE22} > linguist.desktop
469sed -e 's:$(QTBIN):%{_qt4_bindir}:g' %{SOURCE23} > qtdemo.desktop
470sed -e 's:$(QTBIN):%{_qt4_bindir}:g' %{SOURCE24} > qtconfig.desktop
471
472%build
473# build shared, threaded (default) libraries
474./configure -v \
475    -confirm-license \
476    -opensource \
477    -optimized-qmake \
478    -prefix %{_qt4_prefix} \
479    -bindir %{_qt4_bindir} \
480    -datadir %{_qt4_datadir} \
481    -demosdir %{_qt4_demosdir} \
482    -docdir %{_qt4_docdir} \
483    -examplesdir %{_qt4_examplesdir} \
484    -headerdir %{_qt4_headerdir} \
485    -importdir %{_qt4_importdir} \
486    -libdir %{_qt4_libdir} \
487    -plugindir %{_qt4_plugindir} \
488    -sysconfdir %{_qt4_sysconfdir} \
489    -translationdir %{_qt4_translationdir} \
490    -platform %{platform} \
491    -release \
492    -shared \
493    -cups \
494    -fontconfig \
495    -largefile \
496    -gtkstyle \
497    -no-rpath \
498    -reduce-relocations \
499    -no-separate-debug-info \
500    %{?phonon} %{!?phonon:-no-phonon} \
501    %{?phonon_backend} \
502    %{?no_pch} \
503    %{?no_javascript_jit} \
504    -sm \
505    -stl \
506    -system-libmng \
507    -system-libpng \
508    -system-libjpeg \
509    -system-libtiff \
510    -system-zlib \
511    -xinput \
512    -xcursor \
513    -xfixes \
514    -xinerama \
515    -xshape \
516    -xrandr \
517    -xrender \
518    -xkb \
519    -glib \
520    -icu \
521    -openssl-linked \
522    -xmlpatterns \
523    %{?dbus} %{!?dbus:-no-dbus} \
524    %{?graphicssystem} \
525    %{?webkit} %{!?webkit:-no-webkit } \
526    %{?ibase} \
527    %{?mysql} \
528    %{?psql} \
529    %{?odbc} \
530    %{?sqlite} %{?_system_sqlite} \
531    %{?tds} \
532    -no-nas-sound \
533    %{?noopt} \
534    -nomake demos \
535    -nomake examples
536
537#  -plugin-sql-mysql -I/usr/include/mysql \
538#  -plugin-sql-psql -I/usr/include/pgsql \
539
540make %{?_smp_mflags}
541
542# TODO: consider patching tools/tools.pro to enable building this by default
543%{?qvfb:make %{?_smp_mflags} -C tools/qvfb}
544
545# recreate .qm files
546LD_LIBRARY_PATH=`pwd`/lib bin/lrelease translations/*.ts
547
548%install
549rm -rf $RPM_BUILD_ROOT
550
551make install INSTALL_ROOT=$RPM_BUILD_ROOT
552
553%if 0%{?qvfb}
554make install INSTALL_ROOT=$RPM_BUILD_ROOT -C tools/qvfb
555%find_lang qvfb --with-qt --without-mo
556%else
557rm -f $RPM_BUILD_ROOT%{_qt4_translationdir}/qvfb*.qm
558%endif
559
560%if 0%{?private}
561# install private headers
562# using rsync -R as easy way to preserve relative path names
563# we're cheating and using %%_prefix (/usr) directly here
564rsync -aR \
565    include/Qt{Core,Declarative,Gui,Script}/private \
566    src/{corelib,declarative,gui,script}/*/*_p.h \
567    $RPM_BUILD_ROOT%{_prefix}/
568%endif
569
570#ln -s qt-%{version} $RPM_BUILD_ROOT%{_libdir}/qt4
571
572# Add desktop file(s)
573mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
574desktop-file-install \
575    --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
576    --vendor="" \
577    assistant.desktop designer.desktop linguist.desktop qtconfig.desktop
578
579## pkg-config
580# strip extraneous dirs/libraries
581# safe ones
582glib2_libs=$(pkg-config --libs glib-2.0 gobject-2.0 gthread-2.0)
583ssl_libs=$(pkg-config --libs openssl)
584for dep in \
585  -laudio -ldbus-1 -lfreetype -lfontconfig ${glib2_libs} \
586  -ljpeg -lm -lmng -lpng -lpulse -lpulse-mainloop-glib ${ssl_libs} -lsqlite3 -lz \
587  -L/usr/X11R6/lib -L/usr/X11R6/%{_lib} -L%{_libdir} ; do
588  sed -i -e "s|$dep ||g" $RPM_BUILD_ROOT%{_qt4_libdir}/lib*.la
589#  sed -i -e "s|$dep ||g" $RPM_BUILD_ROOT%{_qt4_libdir}/pkgconfig/*.pc
590  sed -i -e "s|$dep ||g" $RPM_BUILD_ROOT%{_qt4_libdir}/*.prl
591done
592# riskier
593for dep in -ldl -lphonon -lpthread -lICE -lSM -lX11 -lXcursor -lXext -lXfixes -lXft -lXinerama -lXi -lXrandr -lXrender -lXt ; do
594  sed -i -e "s|$dep ||g" $RPM_BUILD_ROOT%{_qt4_libdir}/lib*.la
595#  sed -i -e "s|$dep ||g" $RPM_BUILD_ROOT%{_qt4_libdir}/pkgconfig/*.pc
596  sed -i -e "s|$dep ||g" $RPM_BUILD_ROOT%{_qt4_libdir}/*.prl
597done
598
599# nuke dangling reference(s) to $RPM_BUILD_ROOT
600sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" $RPM_BUILD_ROOT%{_qt4_libdir}/*.prl
601sed -i -e "s|-L%{_builddir}/qt-everywhere-opensource-src-%{version}/lib||g" \
602  $RPM_BUILD_ROOT%{_qt4_libdir}/pkgconfig/*.pc \
603  $RPM_BUILD_ROOT%{_qt4_libdir}/*.prl
604
605# .la files, die, die, die.
606rm -f $RPM_BUILD_ROOT%{_qt4_libdir}/lib*.la
607
608# let rpm handle binaries conflicts
609mkdir -p $RPM_BUILD_ROOT%{_bindir}
610for i in $RPM_BUILD_ROOT%{_qt4_bindir}/*; do
611    ln -s ../%{_lib}/qt4/bin/`basename $i` $RPM_BUILD_ROOT/%{_bindir}
612done
613
614%ifarch %{multilib_archs}
615# multilib: qconfig.h
616  mv $RPM_BUILD_ROOT%{_qt4_headerdir}/Qt/qconfig.h $RPM_BUILD_ROOT%{_qt4_headerdir}/QtCore/qconfig-%{_arch}.h
617  install -p -m644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_qt4_headerdir}/QtCore/qconfig-multilib.h
618  ln -sf qconfig-multilib.h $RPM_BUILD_ROOT%{_qt4_headerdir}/QtCore/qconfig.h
619  ln -sf ../QtCore/qconfig.h $RPM_BUILD_ROOT%{_qt4_headerdir}/Qt/qconfig.h
620%endif
621
622%if "%{_qt4_libdir}" != "%{_libdir}"
623    mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
624    echo "%{_qt4_libdir}" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/qt4.conf
625%if %{build_compat32}
626    echo "%{_qt4_libdir}" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/qt4-i386.conf
627%endif
628%endif
629
630# Trolltech.conf
631install -p -m644 -D %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/Trolltech.conf
632
633mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
634# qt4-logo (generic) icons
635install -p -m644 -D %{SOURCE30} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps/qt4-logo.png
636install -p -m644 -D %{SOURCE31} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/qt4-logo.png
637
638# assistant icons
639install -p -m644 -D tools/assistant/tools/assistant/images/assistant.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/assistant.png
640install -p -m644 -D tools/assistant/tools/assistant/images/assistant-128.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps/assistant.png
641# designer icons
642install -p -m644 -D tools/designer/src/designer/images/designer.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps/designer.png
643# linguist icons
644for icon in tools/linguist/linguist/images/icons/linguist-*-32.png ; do
645    size=$(echo $(basename ${icon}) | cut -d- -f2)
646    install -p -m644 -D ${icon} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${size}x${size}/apps/linguist4.png
647done
648
649# Qt.pc
650cat > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/Qt.pc << EOF
651prefix=%{_qt4_prefix}
652bindir=%{_qt4_bindir}
653datadir=%{_qt4_datadir}
654demosdir=%{_qt4_demosdir}
655docdir=%{_qt4_docdir}
656examplesdir=%{_qt4_examplesdir}
657headerdir=%{_qt4_headerdir}
658importdir=%{_qt4_importdir}
659libdir=%{_qt4_libdir}
660moc=%{_qt4_bindir}/moc
661plugindir=%{_qt4_plugindir}
662qmake=%{_qt4_bindir}/qmake
663sysconfdir=%{_qt4_sysconfdir}
664translationdir=%{_qt4_translationdir}
665
666Name: Qt
667Description: Qt Configuration
668Version: %{version}
669EOF
670
671# rpm macros
672mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rpm
673cat > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.qt4 << EOF
674%%_qt4 %{name}
675%%_qt48 %{version}
676%%_qt4_version %{version}
677%%_qt4_prefix %%{_libdir}/qt4
678%%_qt4_bindir %%{_qt4_prefix}/bin
679%%_qt4_datadir %%{_qt4_prefix}
680%%_qt4_demosdir %%{_qt4_prefix}/demos
681%%_qt4_docdir %%{_docdir}/qt4
682%%_qt4_examples %%{_qt4_prefix}/examples
683%%_qt4_headerdir %%{_includedir}
684%%_qt4_importdir %%{_qt4_prefix}/imports
685%%_qt4_libdir %%{_libdir}
686%%_qt4_plugindir %%{_qt4_prefix}/plugins
687%%_qt4_qmake %%{_qt4_bindir}/qmake
688%%_qt4_sysconfdir %%{_sysconfdir}
689%%_qt4_translationdir %%{_datadir}/qt4/translations
690EOF
691
692# create/own stuff under %%_qt4_plugindir
693mkdir $RPM_BUILD_ROOT%{_qt4_plugindir}/crypto
694mkdir $RPM_BUILD_ROOT%{_qt4_plugindir}/gui_platform
695mkdir $RPM_BUILD_ROOT%{_qt4_plugindir}/styles
696
697## nuke bundled phonon bits
698rm -fv  $RPM_BUILD_ROOT%{_qt4_libdir}/libphonon.so*
699rm -rfv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/phonon.pc
700# contents slightly different between phonon-4.3.1 and qt-4.5.0
701rm -fv  $RPM_BUILD_ROOT%{_includedir}/phonon/phononnamespace.h
702# contents dup'd but should remove just in case
703rm -fv  $RPM_BUILD_ROOT%{_includedir}/phonon/*.h
704rm -rfv $RPM_BUILD_ROOT%{_qt4_headerdir}/phonon*
705rm -fv $RPM_BUILD_ROOT%{_datadir}/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
706rm -fv $RPM_BUILD_ROOT%{_qt4_plugindir}/designer/libphononwidgets.so
707# backend
708rm -fv $RPM_BUILD_ROOT%{_qt4_plugindir}/phonon_backend/*_gstreamer.so
709rm -fv $RPM_BUILD_ROOT%{_datadir}/kde4/services/phononbackends/gstreamer.desktop
710# nuke bundled webkit bits
711#rm -fv $RPM_BUILD_ROOT%{_qt4_datadir}/mkspecs/modules/qt_webkit_version.pri
712#rm -fv $RPM_BUILD_ROOT%{_qt4_headerdir}/Qt/qgraphicswebview.h
713#rm -fv $RPM_BUILD_ROOT%{_qt4_headerdir}/Qt/qweb*.h
714#rm -frv $RPM_BUILD_ROOT%{_qt4_headerdir}/QtWebKit/
715#rm -frv $RPM_BUILD_ROOT%{_qt4_importdir}/QtWebKit/
716#rm -fv $RPM_BUILD_ROOT%{_qt4_libdir}/libQtWebKit.*
717#rm -fv $RPM_BUILD_ROOT%{_qt4_plugindir}/designer/libqwebview.so
718#rm -fv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/QtWebKit.pc
719rm -frv $RPM_BUILD_ROOT%{_qt4_prefix}/tests/
720
721# delete files to use alternatives
722rm -f $RPM_BUILD_ROOT%{_bindir}/assistant
723rm -f $RPM_BUILD_ROOT%{_bindir}/designer
724rm -f $RPM_BUILD_ROOT%{_bindir}/linguist
725rm -f $RPM_BUILD_ROOT%{_bindir}/lrelease
726rm -f $RPM_BUILD_ROOT%{_bindir}/lupdate
727rm -f $RPM_BUILD_ROOT%{_bindir}/moc
728rm -f $RPM_BUILD_ROOT%{_bindir}/qmake
729rm -f $RPM_BUILD_ROOT%{_bindir}/qtconfig
730rm -f $RPM_BUILD_ROOT%{_bindir}/uic
731
732# delete manifest
733rm -f $RPM_BUILD_ROOT%{_qt4_demosdir}/demos-manifest.xml
734rm -f $RPM_BUILD_ROOT%{_qt4_examplesdir}/examples-manifest.xml
735
736%clean
737rm -rf $RPM_BUILD_ROOT
738
739# If %{_libdir}/qt4 is symbolic link, remove it
740# Is this safe?
741%pre
742if [ $1 -eq 2 -a -L %{_libdir}/qt4 ] ; then
743    rm -f %{_libdir}/qt4 &> /dev/null ||:
744fi
745
746%post
747/sbin/ldconfig
748touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
749
750%posttrans
751gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
752
753%postun
754/sbin/ldconfig
755if [ $1 -eq 0 ] ; then
756    touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
757    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
758fi
759
760# config
761%post config
762/sbin/update-alternatives --install \
763    %{_bindir}/qtconfig qtconfig %{_qt4_bindir}/qtconfig 20
764
765%posttrans config
766# fix broken symlink if it's there
767if [ ! -f %{_bindir}/qtconfig ] ; then
768    /sbin/update-alternatives --auto qtconfig
769fi
770
771%postun config
772if [ $1 -eq 0 ] ; then
773    /sbin/update-alternatives --remove qtconfig %{_qt4_bindir}/qtconfig
774    /sbin/update-alternatives --auto qtconfig
775fi
776
777# designer
778%post designer
779touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
780/sbin/update-alternatives --install \
781    %{_bindir}/designer designer %{_qt4_bindir}/designer 20
782
783%posttrans designer
784gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
785# fix broken symlink if it's there
786if [ ! -f %{_bindir}/designer ] ; then
787    /sbin/update-alternatives --auto designer
788fi
789
790%postun designer
791if [ $1 -eq 0 ] ; then
792    touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
793    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
794    /sbin/update-alternatives --remove designer %{_qt4_bindir}/desiner
795    /sbin/update-alternatives --auto designer
796fi
797
798
799# devel
800%post devel
801/sbin/update-alternatives --install \
802    %{_bindir}/qmake qmake %{_qt4_bindir}/qmake 20 \
803    --slave %{_bindir}/moc \
804        moc \
805        %{_qt4_bindir}/moc \
806    --slave %{_bindir}/uic \
807        uic \
808        %{_qt4_bindir}/uic \
809    --slave %{_bindir}/lrelease \
810        lrelease \
811        %{_qt4_bindir}/lrelease \
812    --slave %{_bindir}/lupdate \
813        lupdate \
814        %{_qt4_bindir}/lupdate
815
816%posttrans devel
817# fix broken symlink if it's there
818if [ ! -f %{_bindir}/qmake ] ; then
819    /sbin/update-alternatives --auto qmake
820fi
821
822%postun devel
823if [ $1 -eq 0 ] ; then
824    /sbin/update-alternatives --remove qmake %{_qt4_bindir}/qmake
825    /sbin/update-alternatives --auto qmake
826fi
827
828%post tools
829/sbin/update-alternatives --install \
830    %{_bindir}/assistant assistant %{_qt4_bindir}/assistant 20
831/sbin/update-alternatives --install \
832    %{_bindir}/linguist  linguist  %{_qt4_bindir}/linguist 20
833
834%posttrans tools
835# fix broken symlink if it's there
836if [ ! -f %{_bindir}/assistant ] ; then
837    /sbin/update-alternatives --auto assistant
838fi
839if [ ! -f %{_bindir}/linguist ] ; then
840    /sbin/update-alternatives --auto linguist
841fi
842
843%postun tools
844if [ $1 -eq 0 ] ; then
845    /sbin/update-alternatives --remove assistant %{_qt4_bindir}/assistant
846    /sbin/update-alternatives --remove linguist %{_qt4_bindir}/linguist
847    /sbin/update-alternatives --auto assistant
848    /sbin/update-alternatives --auto linguist
849fi
850
851
852# If %{_libdir}/qt4 is symbolic link, remove it
853# Is this safe?
854%pre -n compat32-%{name}
855if [ $1 -eq 2 -a -L %{_libdir}/qt4 ] ; then
856    rm -f %{_libdir}/qt4 &> /dev/null ||:
857fi
858
859%post -n compat32-%{name} -p /sbin/ldconfig
860
861%postun -n compat32-%{name} -p /sbin/ldconfig
862
863%files
864%defattr(-,root,root,-)
865%doc README LGPL_EXCEPTION.txt LICENSE.LGPL LICENSE.GPL3
866%config(noreplace) %{_sysconfdir}/Trolltech.conf
867%if "%{_qt4_libdir}" != "%{_libdir}"
868%config %{_sysconfdir}/ld.so.conf.d/qt4.conf
869%endif
870%{_bindir}/qdbus
871#{_libdir}/qt4
872%dir %{_qt4_prefix}
873%dir %{_qt4_bindir}
874%{_qt4_bindir}/qdbus
875%if "%{_qt4_libdir}" != "%{_libdir}"
876%dir %{_qt4_libdir}
877%endif
878%{_qt4_libdir}/libQt*.so.*
879%dir %{_qt4_importdir}
880%dir %{_qt4_importdir}/Qt
881%{_qt4_importdir}/Qt/*
882%dir %{_qt4_importdir}/QtWebKit
883%{_qt4_importdir}/QtWebKit/*
884%dir %{_qt4_plugindir}
885%dir %{_qt4_plugindir}/accessible
886%{_qt4_plugindir}/accessible/*
887%dir %{_qt4_plugindir}/bearer
888%{_qt4_plugindir}/bearer/*
889%dir %{_qt4_plugindir}/codecs
890%{_qt4_plugindir}/codecs/*
891%dir %{_qt4_plugindir}/crypto
892%dir %{_qt4_plugindir}/designer
893%dir %{_qt4_plugindir}/graphicssystems
894%{_qt4_plugindir}/graphicssystems/*
895%dir %{_qt4_plugindir}/iconengines
896%{_qt4_plugindir}/iconengines/*
897%dir %{_qt4_plugindir}/imageformats
898%{_qt4_plugindir}/imageformats/*
899%dir %{_qt4_plugindir}/inputmethods
900%{_qt4_plugindir}/inputmethods/*
901%dir %{_qt4_plugindir}/qmltooling
902%{_qt4_plugindir}/qmltooling/*
903%dir %{_qt4_plugindir}/script
904%{_qt4_plugindir}/script/*
905%dir %{_qt4_plugindir}/sqldrivers
906%{_qt4_plugindir}/sqldrivers/libqsqlite*
907%dir %{_qt4_translationdir}
908%{_qt4_translationdir}/qt_*.qm
909%{_datadir}/icons/hicolor/*/apps/qt4-logo.*
910
911%files config
912%defattr(-,root,root,-)
913%{_qt4_bindir}/qtconfig
914%{_qt4_translationdir}/qtconfig_*.qm
915%{_datadir}/applications/qtconfig.desktop
916
917%files designer
918%defattr(-,root,root,-)
919%{_qt4_bindir}/designer
920%{_qt4_plugindir}/designer/*
921%{_qt4_translationdir}/designer_*.qm
922%{_datadir}/applications/designer.desktop
923%{_datadir}/icons/hicolor/*/apps/designer*
924%{_qt4_docdir}/qch/designer.qch
925
926%files devel
927%defattr(-,root,root,-)
928%{_sysconfdir}/rpm/macros.*
929%{_bindir}/qdbuscpp2xml
930%{_bindir}/qdbusxml2cpp
931%{_bindir}/qmlplugindump
932%{_bindir}/qt3to4
933%{_bindir}/rcc
934%{_bindir}/uic3
935%{_qt4_bindir}/lrelease
936%{_qt4_bindir}/lupdate
937%{_qt4_bindir}/moc
938%{_qt4_bindir}/qdbuscpp2xml
939%{_qt4_bindir}/qdbusxml2cpp
940%{_qt4_bindir}/qmake
941%{_qt4_bindir}/qmlplugindump
942%{_qt4_bindir}/qt3to4
943%{_qt4_bindir}/rcc
944%{_qt4_bindir}/uic
945%{_qt4_bindir}/uic3
946%{_qt4_headerdir}/*
947%{_qt4_libdir}/libQt*.so
948%{_qt4_libdir}/libQtUiTools*.a
949%{_qt4_libdir}/libQt*.prl
950%if 0%{?phonon:1}
951## nuke this one too?  -- Rex
952%{_qt4_libdir}/libphonon.prl
953%endif
954%{_qt4_datadir}/mkspecs/
955%{_qt4_datadir}/phrasebooks/
956%{_qt4_datadir}/q3porting.xml
957%{_libdir}/pkgconfig/*.pc
958#{_qt4_docdir}/*
959%if 0%{?private}
960%exclude %{_qt4_headerdir}/*/private/
961
962%files devel-private
963%defattr(-,root,root,-)
964%{_qt4_headerdir}/QtCore/private/
965%{_qt4_headerdir}/QtDeclarative/private/
966%{_qt4_headerdir}/QtGui/private/
967%{_qt4_headerdir}/QtScript/private/
968%{_qt4_headerdir}/../src/corelib/
969%{_qt4_headerdir}/../src/declarative/
970%{_qt4_headerdir}/../src/gui/
971%{_qt4_headerdir}/../src/script/
972%endif
973
974%files doc
975%defattr(-,root,root,-)
976%{_qt4_docdir}/html/*
977%{_qt4_docdir}/qch/*.qch
978%exclude %{_qt4_docdir}/qch/designer.qch
979%exclude %{_qt4_docdir}/qch/linguist.qch
980%{_qt4_docdir}/src/*
981
982%files tools
983%defattr(-,root,root,-)
984%{_bindir}/lconvert
985%{_bindir}/pixeltool
986%{_bindir}/qcollectiongenerator
987%{_bindir}/qdbusviewer
988%{_bindir}/qdoc3
989%{_bindir}/qhelpconverter
990%{_bindir}/qhelpgenerator
991%{_bindir}/qmlviewer
992%{_bindir}/qttracereplay
993%{_bindir}/xmlpatterns
994%{_bindir}/xmlpatternsvalidator
995%{_qt4_bindir}/assistant
996%{_qt4_bindir}/lconvert
997%{_qt4_bindir}/linguist
998%{_qt4_bindir}/pixeltool
999%{_qt4_bindir}/qcollectiongenerator
1000%{_qt4_bindir}/qdbusviewer
1001%{_qt4_bindir}/qdoc3
1002%{_qt4_bindir}/qhelpconverter
1003%{_qt4_bindir}/qhelpgenerator
1004%{_qt4_bindir}/qmlviewer
1005%{_qt4_bindir}/qttracereplay
1006%{_qt4_bindir}/xmlpatterns
1007%{_qt4_bindir}/xmlpatternsvalidator
1008%{_qt4_translationdir}/assistant_*.qm
1009%{_qt4_translationdir}/linguist_*.qm
1010%{_datadir}/applications/assistant.desktop
1011%{_datadir}/applications/linguist.desktop
1012%{_datadir}/icons/hicolor/*/apps/assistant*
1013%{_datadir}/icons/hicolor/*/apps/linguist*
1014%{_qt4_docdir}/qch/linguist.qch
1015
1016%if 0%{?qvfb}
1017%files qvfb -f qvfb.lang
1018%defattr(-,root,root,-)
1019%{_bindir}/qvfb
1020%{_qt4_bindir}/qvfb
1021%endif
1022
1023%if "%{?ibase}" == "-plugin-sql-ibase"
1024%files ibase
1025%defattr(-,root,root,-)
1026%{_qt4_plugindir}/sqldrivers/libqsqlibase*
1027%endif
1028
1029%if "%{?mysql}" == "-plugin-sql-mysql"
1030%files MySQL
1031%defattr(-,root,root,-)
1032%{_qt4_plugindir}/sqldrivers/libqsqlmysql*
1033%endif
1034
1035%if "%{?odbc}" == "-plugin-sql-odbc"
1036%files ODBC
1037%defattr(-,root,root,-)
1038%{_qt4_plugindir}/sqldrivers/libqsqlodbc*
1039%endif
1040
1041%if "%{?psql}" == "-plugin-sql-psql"
1042%files PostgreSQL
1043%defattr(-,root,root,-)
1044%{_qt4_plugindir}/sqldrivers/libqsqlpsql*
1045%endif
1046
1047%if "%{?tds}" == "-plugin-sql-tds"
1048%files tds
1049%defattr(-,root,root,-)
1050%{_qt4_plugindir}/sqldrivers/libqsqltds*
1051%endif
1052
1053# compat32
1054%if %{build_compat32}
1055%files -n compat32-%{name}
1056%defattr(-,root,root,-)
1057%if "%{_qt4_libdir}" != "%{_libdir}"
1058%config %{_sysconfdir}/ld.so.conf.d/qt4-i386.conf
1059%endif
1060#{_libdir}/qt4
1061%dir %{_qt4_prefix}
1062%dir %{_qt4_bindir}
1063%{_qt4_bindir}/qdbus
1064%if "%{_qt4_libdir}" != "%{_libdir}"
1065%dir %{_qt4_libdir}
1066%endif
1067%{_qt4_libdir}/libQt*.so.*
1068%dir %{_qt4_plugindir}
1069%dir %{_qt4_plugindir}/accessible
1070%{_qt4_plugindir}/accessible/*
1071%dir %{_qt4_plugindir}/codecs
1072%{_qt4_plugindir}/codecs/*
1073%dir %{_qt4_plugindir}/graphicssystems
1074%{_qt4_plugindir}/graphicssystems/*
1075%dir %{_qt4_plugindir}/iconengines
1076%{_qt4_plugindir}/iconengines/*
1077%dir %{_qt4_plugindir}/imageformats
1078%{_qt4_plugindir}/imageformats/*
1079%dir %{_qt4_plugindir}/inputmethods
1080%{_qt4_plugindir}/inputmethods/*
1081%dir %{_qt4_plugindir}/script
1082%{_qt4_plugindir}/script/*
1083
1084%files -n compat32-%{name}-devel
1085%defattr(-,root,root,-)
1086%{_qt4_libdir}/libQt*.so
1087%{_qt4_libdir}/libQtUiTools.a
1088%{_qt4_libdir}/libQt*.prl
1089%{_libdir}/pkgconfig/*.pc
1090%endif
1091
1092%changelog
1093* Sat Jan 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.4-1
1094- new upstream release
1095- add Patch82 (qt-everywhere-opensource-src-4.8.3-QTBUG-4862.patch)
1096- add Patch100 (qt-everywhere-opensource-src-4.8.1-qtgahandle.patch)
1097- remove Patch70 (qt-everywhere-opensource-src-4.8.0-QTBUG-14724.patch)
1098
1099* Sun Oct 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 4.8.3-2
1100- fix mkspecs/%%{platform}/qmake.conf
1101  - do not replace g++.conf with g++-multilib.conf.
1102    g++-multilib.conf does not exist.
1103
1104* Sat Sep 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.3-1
1105- new upstream release
1106- update Patch68 (webkit-qtwebkit-2.2-no_Werror.patch)
1107- remove Patch73: qt-everywhere-opensource-src-4.8.0-qtwebkit-glib231.patch
1108
1109* Sat Sep 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.2-1
1110- new upstream release
1111- update Patch68 (webkit-qtwebkit-2.2-no_Werror.patch)
1112- remove Patch72 (qt-everywhere-opensource-src-4.8.0-QUrl_toLocalFile.patch)
1113- remove Patch78 (qt-everywhere-opensource-src-4.8.0-filter_event.patch)
1114- remove Patch79 (qt-everywhere-opensource-src-4.8.0-qvfb.patch)
1115- add Patch80 (qt-everywhere-opensource-src-4.8.0-ld-gold.patch) from Fedora
1116- add Patch81 (qt-everywhere-opensource-src-4.8.2--assistant-crash.patch) from Fedora
1117
1118* Wed Jan 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.0-3
1119- fix %%files of compat32-qt4-devel
1120
1121* Sun Jan  8 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-2
1122- added %%pre section to remove symbolic link
1123- moved translation files to each subpackage
1124
1125* Sat Jan  7 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-1
1126- new upstream release
1127
1128* Sat Aug 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-6
1129- rebuilt with MySQL-5.5.15
1130
1131* Tue May 24 2011 IWAI, Masaharu <iwai@alib.jp> 4.7.2-5
1132- rebuild with unixODBC-2.2.14: broken by 4.7.2-4
1133- add Vendor and Distribution tags
1134
1135* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 4.7.2-4
1136- rebuilt with postgresql-9.0.3
1137
1138* Mon Apr 11 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-3
1139- rebuilt with unixODBC-2.2.14
1140
1141* Sat Apr  9 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-2
1142- added Patch 106, 301 and 302
1143- fixed /etc/rpm/macros.qt4
1144
1145* Sun Mar  6 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-1
1146- new upstream release
1147- updated Patch1022
1148- added config, tools subpackage
1149- added /etc/rpm/macros.qt4
1150- updated %%post, %%posttrans and %%postun section
1151
1152* Sat Jan 29 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.1-1
1153- new upstream release
1154
1155* Wed Jan 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.6.3-3
1156- rebuild with openssl-1.0.0c
1157- add BuildRequires: alsa-lib-devel
1158
1159* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.3-2
1160- rebuilt with rpm-4.8.1
1161
1162* Sat Jul 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.3-1
1163- new upstream release
1164- moved %{_bindir}/qdbus to main package
1165
1166* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.6.1-5
1167- rebuilt with gcc-4.4.3-3 on ppc
1168
1169* Fri Feb  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-4
1170- rebuilt with new toolchains
1171
1172* Sun Jan 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-3
1173- added BR: desktop-file-utils
1174
1175* Sat Jan 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-2
1176- fixed devel %%files (forgot removing documents...)
1177
1178* Thu Jan 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
1179- new upstream release
1180- moved documents to doc sub-package
1181- updated macros
1182- installed translation to %%{_datadir}/qt4/translations now
1183
1184* Sun Nov 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.3-1
1185- new upstream release
1186- dropped Patch90 (merged into upstream)
1187- updated Patches from Fedora
1188- added sqlite subpackage
1189
1190* Wed Sep 02 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.5.2-2
1191- added Patch90 for fix CVE-2009-2700
1192
1193* Wed Aug 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.2-1
1194- new upstream release
1195- updated qt-copy patches
1196- added Qt.pc
1197- added BuildRequires: WebKit-gtk-devel
1198
1199* Thu Jul 23 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.4.3-4
1200- added compat32 package for x86_64 arch support
1201
1202* Sun Apr 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-3
1203- changed qt4-designer Group to Applications/Development
1204- updated URL
1205- remove Requires: XOrg-libs, XOrg-gl
1206
1207* Wed Mar 24 2009 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.3-2
1208- update qt-copy patches
1209
1210* Mon Nov 24 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.3-1
1211- new upstream release
1212- update qt-copy patches
1213
1214* Tue Nov 11 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.2-2
1215- update qt-copy patches
1216
1217* Mon Sep 22 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.2-1
1218- new upstream release
1219- update qt-copy patches
1220
1221* Tue Sep 02 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.1-2
1222- fixed symbolic-link path of %{_bindir}/* at %%install section (for lib64)
1223
1224* Mon Aug  4 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.1-1
1225- new upstream release
1226- update qt-copy patches
1227
1228* Sun Jul  6 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.0-1
1229- new upstream release
1230- update qt-copy patches
1231- add -no-phonon
1232
1233* Mon Mar 24 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.4-1
1234- fix release ([VineSeed:1527])
1235- add BuildPrereq: gcc4 gcc4-c++ for Vine 4.x
1236- add Requires(post,postun): alternatives to -devel and -designer package
1237
1238* Tue Mar  4 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.4-0vl1
1239- new upstream release
1240- update qt-copy patches
1241
1242* Wed Feb  6 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.3-0vl2
1243- update qt-copy patches
1244
1245* Thu Dec  6 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.3-0vl1
1246- new upstream release
1247- update and re-number qt-copy patches
1248- add BuildPrereq: glib2-devel
1249- update URL
1250
1251* Fri Nov  2 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.2-0vl1
1252- new upstream release
1253- update qt-copy patches
1254
1255* Tue Sep 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.1-0vl2
1256- update qt-copy patches (CVE-2007-4137)
1257
1258* Wed Aug 15 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.1-0vl1
1259- new upstream release
1260- update qt-copy patches
1261
1262* Thu Jun 28 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.0-0vl1
1263- new upstream release
1264- add qt-copy patches
1265
1266* Wed May 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.0-0vl0.20070423
1267- new upstream release
1268
1269* Mon Mar 12 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.2.3-0vl1
1270- new upstream release
1271
1272* Tue Oct 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.2.1-0vl1
1273- new upstream release
1274- add ld.so.conf.d and qt4.conf
1275- BuildPrereq: dbus-devel >= 0.62
1276
1277* Fri Oct  6 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.2.0-0vl1
1278- new upstream release
1279- remove static package
1280
1281* Mon Sep 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.1.4-0vl1
1282- new upstream release
1283- update %%fiels
1284- remove Xt and styles package
1285- add BuildPrereq: postgresql-libs MySQL-shared
1286- remove all patches
1287
1288* Mon Sep 19 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl4
1289- move %%{_libdir}/qt3 from develop to main
1290- fix typo
1291- add patch503
1292 -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm.1
1293  - import qt-x11-immodule-unified-quiet.patch (patch503) from FC
1294- add patch500-502
1295 -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm
1296  - add immodule for Qt support (patch500-502)
1297    - patch500: revert some part of patch300,301 (conflict with patch501)
1298    - patch501: immodule for Qt patch
1299    - patch502: apply some part of patch300,301 again
1300    cf. http://immodule-qt.freedesktop.org/
1301        http://people.freedesktop.org/~daisuke/
1302
1303* Sun Sep 10 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.5-0vl3
1304- added configure options for builing on 64-bit archs
1305
1306* Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl2
1307- rebuild for VineSeed
1308
1309* Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl1
1310- new upstream release
1311- stop building nonthreaded libs
1312- delete Obsoletes
1313- add Patch0
1314
1315* Tue Jul  5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl6
1316- rebuild for VineSeed
1317
1318* Tue Jul  5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl5
1319- build for Vine3.1
1320- add -v to configure option
1321- move three static libs to main package
1322
1323* Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl4
1324- rebuild for VineSeed
1325
1326* Sat Mar 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl3
1327- (security) stop using rpath
1328- cleanup this file
1329
1330* Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl2
1331- rebuild for VineSeed
1332
1333* Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl1
1334- new upstream release
1335- update Patch400
1336
1337* Sat Dec 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl3
1338- rebuld
1339
1340* Wed Nov 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl2
1341- add Obsoletes: qt32-*
1342
1343* Sun Sep  5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl1
1344- source upgrade
1345- remove patch100
1346- update patch300 and remove patch302-303
1347- update patch400
1348- update BuildPrereq and Requires
1349
1350* Wed Jul 28 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl3
1351- add patch302-303 from KuserML
1352- delete lines about vine26
1353
1354* Sun Jun  6 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
1355- add patch100 from webcvs.kde.org/cgi-bin/cvsweb.cgi/qt-copy/patches/
1356
1357* Fri Apr 30 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
1358- source upgrade
1359- remove patch100 (it is needed only for 3.3.1)
1360
1361* Sun Apr 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl3
1362- rebuild with XOrg
1363
1364* Mon Mar 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl2
1365- rebuild
1366
1367* Mon Mar  8 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
1368- source upgrade
1369- remove patch800
1370- add patch100 (only for qt-x11-free-3.3.1)
1371
1372* Sun Feb  1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl3
1373- enable cups support
1374
1375* Sun Dec 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
1376- build for VineSeed with new toolchain
1377- disable cup support
1378
1379* Wed Dec  3 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
1380- source upgrade
1381- revised Patch402 and 403
1382- remove Patch100
1383- add patch800 to build against freetype2-2.1.7
1384- (VinePlus/2.6) BuildPrereq: autoconf258
1385
1386* Sun Nov  9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
1387- source upgrade
1388- revised Patch400
1389- remove Patch15
1390
1391* Sun Nov  2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl4
1392- enable cups support
1393
1394* Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl3
1395- rebuild for Vine2.6
1396
1397* Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl3
1398- revised Patch400 and Patch402
1399- clean up spec
1400
1401* Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl2
1402- rebuild for Vine2.6
1403
1404* Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
1405- revised Patch400-
1406- clean up spec
1407
1408* Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl1
1409- rebuild for Vine2.6
1410
1411* Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
1412- source upgrade
1413- add Patch100
1414- remove Patch302 (it is included in this source)
1415- stop using Patch400-
1416- build with gcc-3.2.3
1417- add export LANG=C
1418- add *.pc (pkg-config files) to qt-devel package
1419
1420* Fri Aug 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl5
1421- rebuild for Vine2.6
1422
1423* Wed Aug 13 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl5
1424- add Patch302 to fix performance of jmode
1425- change make option for SMP and add script
1426
1427* Thu Jun 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl4
1428- update Patch400 and 401
1429
1430* Wed Jun 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl3
1431- change spec to build with g++-2.95.3
1432
1433* Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl2
1434- rebuild for Vine2.6
1435
1436* Wed Apr 16 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.1.2-0vl2
1437- rebuilt with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
1438
1439* Fri Mar 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
1440- source upgrade
1441- remove all patches except patch15
1442- revised patch 300-
1443- stop building Xt package
1444
1445* Mon Feb 24 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl3
1446- revised patch 301 and 302
1447- enable patch 301 and 302 to Vine2.5/2.6
1448
1449* Sun Feb  9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl2
1450- change spec to build both VineSeed and Vine2.5/2.6
1451- re-number patch300-
1452- delete patch4 (qt-3.1.1 does not need it)
1453- add patch13 and 14
1454 -- Thu Dec 19 2002 Than Ngo <than@redhat.com> 3.1.1-3
1455  - add monospace patch file from Leon Ho (bug #79949)
1456  - add small patch file from Sysoltsev Slawa (bug #79731)
1457- add patch15
1458 -- Mon Dec 30 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1459  - Change qmlined.h to not include an attic header that is also not shipped
1460    with Red Hat Linux. This also fixes building unixODBC, that includes this
1461    header (apparently also without needing it).
1462
1463
1464* Sat Jan  4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
1465- source upgrade
1466- cleanup spec
1467- revised Patch7, 301
1468- add Patch306, 307, 308 from kde.gr.jp
1469
1470* Sun Dec 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.0-0vl1
1471- source upgrade
1472- stop using objprelink2, it does not work with gcc3
1473- add Patch304 and Patch305 from www.kde.gr.jp/~akito/xft/patch_xft.html
1474- add Patch1 - Patch12 from rawhide 3.1.0-1.3
1475- add BuildPrereq: openMotif-devel >= 2.2.2 for build qt-Xt
1476- cleanup spec for build x11 package only
1477
1478* Mon Nov 11 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl3
1479- add export PATH=`pwd`:$PATH to %build section
1480
1481* Mon Oct 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl2
1482- objprelink2 support only i386 (add %ifarch i386 ... again)
1483- delete BuildPrereq: libmng-static (it merged to libmng-devel)
1484- delete %doc ANNOUNCE
1485- Requires: XFree86-gl instead of Mesa
1486
1487* Fri Oct  4 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl1
1488- add BuildPrereq: objprelink2 instead of BuildPrereq: objprelink
1489- add BuildPrereq: autoconf253 automake15
1490- delete Patch199 (objprelink2 do not need this patch)
1491- source upgrade
1492- revised all patches [Kdeveloper:02404]
1493- add man files to qt-devel sub-package
1494
1495* Tue Jul 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl5
1496- add patch304 from kde.gr.jp [Kdeveloper:02368]
1497
1498* Thu Jul  4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl4
1499- add patch303 from kde.gr.jp [Kdeveloper:02378]
1500
1501* Wed Apr 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl3
1502- add patch302 from kde.gr.jp
1503
1504* Thu Apr  4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl2
1505- revised patch300 from kde.gr.jp and XIMInputStyle=Over The Spot in qtrc
1506- add patch301 from kde.gr.jp
1507- make unixODBC plugin (delete define odbcplugins 0 and if %{odbcplugins})
1508
1509* Sat Mar 30 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl1
1510- merged with rawhide 3.0.3-0.cvs20020314.1
1511- source update to 3.0.3
1512- add patch199 (objprelink)
1513- add patch300 and add defaultInputStyle=OverTheSpot in qtrc
1514- define cups 0 (Vine does not have cups)
1515- define odbcplugins 0 (unixODBC requires libqt-mt.so.2 of qt-2)
1516- cleanup spec
1517- There is Vine's previous changes, hacked for Vine
1518 -- Sat Jan  5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-6vl4
1519  - rebuild with -xft support (XFree86-4.1.99.4)
1520 -- Mon Dec 31 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl3
1521  - rebuild with glibc-2.2.4
1522 -- Sun Nov 25 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl2
1523  - add Source2 and Patch4 (use objprelink, i386 only)
1524 -- Sat Oct 13 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl1
1525  - Build for VineSeed
1526  - Add qt.using_new_library.patch from Kondara
1527 -- Mon Jun 11 2001 net_hal <net_hal@cwa.bai.ne.jp>
1528  - First build for Vine2.1.5
1529 -- Thu Apr 12 2001 Rex Dieter <rdieter@unl.edu> 2.3.0-0.6x.3
1530  - redhat 6.x backport based on rawhide's qt-2.3.0-3
1531  - remove -xft support (because we're using XFree-3)   
1532
1533* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.3-0.cvs20020314.1
1534- Update to 3.0.3-pre, required for KDE3
1535- force -fPIC usage
1536- Remove conflict with qt2 < 2.3.2-1, the new qt2 2.3.1 is fixed and qt 2.3.2
1537  is broken
1538- Ship the qmake config files (so qmake works for building any 3rd party stuff,
1539  e.g. aethera)
1540
1541* Wed Mar  6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-2
1542- Add some fixes from KDE's qt-copy CVS
1543- Pluginize image formats
1544
1545* Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-1
1546- 3.0.2 final
1547
1548* Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.3
1549- Add GB18030 codec patch, #60034
1550- Force-build jpeg support, fixing #59775 and #59795
1551
1552* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.2
1553- Build with CUPS support
1554
1555* Fri Jan 18 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.1
1556- Fix up /usr/bin/moc links, they should point to qt3
1557
1558* Mon Jan 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020114.1
1559- Build styles directly into the main library for now, there's too much broken
1560  code out there depending on this ATM.
1561
1562* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020109.1
1563- Stop excluding alpha, gcc has been fixed
1564
1565* Tue Jan  8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020108.1
1566- Add fixes from CVS; this fixes the "Alt + F1, arrow up, arrow up doesn't work
1567  in KDE" bug
1568
1569* Mon Dec 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-2
1570- Fix up settings search path
1571- Add default qtrc allowing to use KDE 3.x Qt plugins
1572- Make sure QLibrary uses RTLD_GLOBAL when dlopen()ing libraries
1573
1574* Thu Dec 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.0-1
1575- Work around gcc bug #57467
1576
1577* Wed Dec 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1578- 3.0.1 final
1579
1580* Mon Dec 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-0.cvs20011210.1
1581- Update to current (needed by KDE 3.x)
1582- Rebuild with current libstdc++
1583- Temporarily disable building on alpha
1584- Fix build with PostgreSQL 7.2
1585
1586* Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-5
1587- Fix up glweak
1588
1589* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-4
1590- Give designer, uic, moc, etc. their real names - the qt2 versions
1591  have been renamed in qt2-2.3.2-1.
1592  Conflict with qt2 < 2.3.2-1.
1593
1594* Thu Oct 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
1595- Add symlink /usr/lib/qt-3.0.0 -> /usr/lib/qt3 and set QTDIR to the
1596  symlink, allowing to update to 3.0.1 without breaking rpath'ed binaries
1597
1598* Tue Oct 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-1
1599- 3.0.0 final
1600- fix some minor specfile bugs
1601- Modularize some more (image format plugins)
1602- Build codecs
1603
1604* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta5.1
1605- beta5
1606- Share more code between qt-x11 and qt-embedded builds
1607
1608* Wed Aug 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta4.1
1609- beta4
1610- build the Motif style directly into Qt rather than as a plugin - Qt should
1611  always have at least one style...
1612- replace the designer3 symlink with a shell script that sets QTDIR correctly
1613  before launching designer
1614- Add desktop file for designer
1615
1616* Mon Aug  6 2001 Tim Powers <timp@redhat.com> 3.0.0-0.beta3.4
1617- explicitly include qm2ts, qmake, qtconfig in the devel package file list to avoid dangling symlinks
1618
1619* Thu Aug  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.3
1620- Try yet another workaround for buildsystem breakages
1621
1622* Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1623- Add another ugly workaround for build system problems, this should finally
1624  get rid of the dangling symlinks
1625
1626* Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.2
1627- Rephrase parts of the spec file, hopefully pleasing the build system
1628
1629* Sun Jul 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.1
1630- beta3
1631- Fix dangling symlinks
1632
1633* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.2
1634- Fix up QSQL Postgres classes for Postgres 7.1.x
1635- Fix various bugs:
1636  - QtMultilineEdit and QtTableView should actually compile
1637  - Link libqsqlpsql with libpq
1638  - Don't link the base library with libmysqlclient, linking the MySQL
1639    module with it is sufficient
1640- Add missing const qualifier
1641- move the SQL drivers to separate packages to avoid dependencies
1642- build and install designer plugins - converting glade files to Qt is fun. ;)
1643- handle RPM_OPT_FLAGS
1644
1645* Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.1
1646- 3.0 beta 1
1647
1648* Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010516.1
1649- Update, remove conflicts with Qt 2.x
1650
1651* Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010514.1
1652- Initial build of 3.0 branch
1653
1654* Fri Apr 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-6
1655- Fix crashes on ia64, Patch from Bill Nottingham <notting@redhat.com>
1656- Allow building qt-nox
1657
1658* Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-5
1659- Make sure uic and designer use the libqui from the source tree, not
1660  a previously installed one.
1661  Linking uic-x11 against libqui-embedded is definitely not a feature. ;)
1662- The qclipboard fix is needed for qt-x11 only, don't apply it if we're
1663  building qt-embedded
1664
1665* Sat Apr 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1666- Handle LPRng specific constructs in printcap, Bug #35937
1667
1668* Sun Mar 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1669- add qfont patch from Trolltech
1670
1671* Tue Mar 13 2001 Harald Hoyer <harald@redhat.de>
1672- added patch for '@euro' language settings
1673
1674* Tue Mar  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1675- 2.3.0 final
1676- BuildRequires XFree86-devel >= 4.0.2 (#30486)
1677
1678* Mon Feb 26 2001 Than Ngo <than@redhat.com>
1679- fix check_env function, so that qt does not crash if QT_XFT is not set
1680- fix symlinks
1681
1682* Mon Feb 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1683- 2.3.0b1
1684- Add a patch to qpsprinter that handles TrueType fonts even if they come from xfs
1685
1686* Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
1687- japanese input and clipboard fixes applied.  Changes have been sent upstream by patch authors.
1688
1689* Fri Feb  9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1690- Rebuild with new Mesa to get rid of pthreads linkage
1691- Add Xft fix from KDE CVS
1692
1693* Wed Feb  7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1694- Add printing bugfix patch from Trolltech
1695
1696* Sat Feb  3 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1697- 2.2.4
1698- Qt Embedded: Add QVfb and VNC support
1699
1700* Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1701- Don't segfault when running Qt/Embedded applications as root
1702- Improve the Qt/Embedded sparc patch so we don't need the specfile hacks
1703  anymore
1704- Fix a bug in QPrintDialog (causing KDE Bug #18608)
1705
1706* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1707- bzip2 source to save space
1708- Qt/Embedded 2.2.3
1709- Fix qte build on sparc
1710
1711* Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1712- Run ldconfig in %%post and %%postun for qt-Xt
1713
1714* Sun Dec 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1715- Build with the Xrender extension
1716  (Patch from Keith Packard <keithp@keithp.com>)
1717
1718* Wed Dec 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1719- 2.2.3
1720
1721* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1722- Rebuild to fix permissions on doc dir
1723- Don't exclude ia64 anymore
1724
1725* Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1726- Fix up uic (Patch from trolltech)
1727
1728* Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1729- Build qt-embedded
1730  changes to base: fix build, fix ISO C99 compliance, fix 64bit support
1731
1732* Mon Nov 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1733- 2.2.2
1734
1735* Tue Oct 24 2000 Than Ngo <than@redhat.com>
1736- call ldconfig for updating (Bug #19687)
1737- added patch from Trolltech, thanks to Rainer <rms@trolltech.com>
1738
1739* Wed Oct 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1740- Add missing msg2qm, msgmerge, qconfig tools (Bug #18997), introduced
1741  by broken Makefiles in base
1742- fix up %%install so it works both with old-style and new-style fileutils
1743  (fileutils <= 4.0z don't know about -L)
1744
1745* Fri Oct 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1746- Disable exception handling; this speeds up KDE 2.x and reduces its
1747  memory footprint by 20 MB.
1748
1749* Tue Oct 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1750- dereference symlinks in include
1751
1752* Sun Oct  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1753- fix -devel
1754- update to the new version of 2.2.1 on trolltech.com; the initial tarball
1755  contained broken docs
1756
1757* Thu Oct  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1758- 2.2.1
1759
1760* Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1761- Add missing uic
1762
1763* Thu Sep 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1764- Move Qt designer to a different source RPM to get rid of a
1765  circular dependency (kdelibs2->qt, qt->kdelibs2)
1766- Enable MNG support
1767- Don't compile (just include) examples and tutorials
1768- move the static libraries to a separate package (qt-static).
1769  They're HUGE, and most people won't ever need them.
1770- clean up spec file
1771- fix up dependencies (-devel requires base, -static requires devel,
1772  Xt requires base)
1773- add BuildRequires line
1774
1775* Tue Sep 12 2000 Than Ngo <than@redhat.com>
1776- update release 2.2.0
1777- changed copyright to GPL
1778- added missing static libraries
1779- made symbolic link for designer to load the help files correct
1780- made designer and designer-kde2 as sub packages
1781- added missing templates for designer
1782- remove jakub patch, since the release 2.2.0 already
1783  contains this patch.
1784- fixed qt again to compile with gcc-2.96
1785- use make -j for building
1786
1787* Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1788- Work around compiler bugs (Patch from Jakub)
1789- Use relative symlinks (Bug #16750)
1790
1791* Mon Aug 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1792- beta2
1793
1794* Mon Aug 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1795- new qt-copy from KDE2 CVS
1796
1797* Wed Aug 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1798- official beta 1
1799
1800* Thu Aug 3 2000 Than Ngo <than@redhat.de>
1801- rebuilt against the libpng-1.0.8
1802
1803* Thu Jul 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1804- rebuild (so we have it on all arches)
1805
1806* Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1807- move man pages to a more reasonable place (this fixes Bug #14126)
1808- exclude ia64 for now (compiler problems!!!)
1809
1810* Mon Jul 24 2000 Harald Hoyer <harald@redhat.de>
1811- modified connect patch to fit qt 2.2.0 beta.
1812
1813* Thu Jul 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1814- update to current qt-copy; this is now a qt 2.2.0 beta.
1815
1816* Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1817- update to current qt-copy in kde CVS, required
1818
1819* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1820- automatic rebuild
1821
1822* Sun Jul 11 2000 Harald Hoyer <harald@redhat.de>
1823- made patch smaller and binary compatible when recompiled with 6.2
1824- modified connect and moc to cope with the new g++ class layout
1825
1826* Sun Jul 09 2000 Than Ngo <than@redhat.de>
1827- rebuilt qt with gcc-2.96-34
1828
1829* Fri Jul 07 2000 Than Ngo <than@redhat.de>
1830- rebuilt qt with c++ 2.96
1831
1832* Mon Jul  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1833- Fix dependancies
1834
1835* Sun Jul  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1836- Use egcs++ for now ** FIXME
1837
1838* Wed Jun 28 2000 Preston Brown <pbrown@redhat.com>
1839- fix up qt.sh
1840
1841* Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1842- Build in jpeg and threading support
1843- Fix a bug in clipboard pasting code
1844
1845* Wed Jun 07 2000 Preston Brown <pbrown@redhat.com>
1846- fix qt.{sh,csh}
1847- use new rpm macro paths
1848- package man pages
1849
1850* Fri Jun  2 2000 Bill Nottingham <notting@redhat.com>
1851- build without optimization on ia64
1852
1853* Mon May 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1854- 2.1.1
1855
1856* Thu May 18 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1857- recompile with correct libstdc++
1858
1859* Thu Apr 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1860- 2.1.0 final
1861
1862* Wed Apr  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1863- beta4
1864- depend on libGL.so.1 rather than Mesa - XFree86 4.0 provides that
1865  lib, too
1866
1867* Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1868- beta3
1869
1870* Tue Mar  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1871- beta2
1872- fix compilation of the NSPlugin add-on
1873
1874* Fri Mar  3 2000 Bill Nottingham <notting@redhat.com>
1875- fix %postun script
1876
1877* Fri Feb 18 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
1878- beta1
1879- get rid of qt-ImageIO, the functionality is now in the main Qt library
1880- remove qt-Network, the functionality is now in the main Qt library
1881- add changes-2.1.0 to %doc
1882
1883* Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
1884- no refcount check on postun script, we want it to happen even on upgrades
1885
1886* Thu Feb 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1887- new snapshot, should fix QWhatsThisButton
1888- remove executable permissions from *.pro files
1889
1890* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
1891- strip binaries in examples, tutorial
1892
1893* Mon Jan 31 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1894- new snapshot - should fix the hotkey bug
1895- Fix up the Makefiles so it compiles
1896
1897* Tue Jan 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1898- new snapshot - we need those QVariant fixes
1899
1900* Thu Jan 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1901- switch from glxMesa to Mesa for the GL addon
1902
1903* Wed Jan 5 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
1904- Fix up dependencies
1905- new snapshot
1906
1907* Mon Jan 3 2000 Ngo Than <than@redhat.de>
1908- new snapshot for Red Hat Linux 6.2
1909- increase version number
1910
1911* Mon Dec 20 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1912- new snapshot
1913- handle RPM_OPT_FLAGS
1914
1915* Mon Dec 13 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1916- new snapshot
1917- -GL requires libGL.so.1 instead of Mesa (might as well be glxMesa
1918  or some commercial OpenGL)
1919- -GL BuildPrereqs /usr/X11R6/include/GL/gl.h instead of Mesa-devel
1920  (might as well be glxMesa or some commercial OpenGL)
1921
1922* Sun Dec 05 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1923- update to current RSYNC version
1924- remove compilation patch - it finally works out of the box
1925
1926* Wed Oct 27 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1927- update to current CVS snapshot
1928- build extensions
1929- add patch to fix QNetwork compilation
1930
1931* Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
1932- current CVS snapshot
1933- fix compilation with gcc 2.95.x
1934- use install -c rather than just install to make BSD install happy
1935
1936* Mon Oct 11 1999 Bernhard Rosenkraenzer <bero@redhat.de>
1937- 2.1.0 snapshot (for KDE2)
1938- Fix typo in spec
1939
1940* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
1941- don't ship tutorial or example binaries
1942
1943* Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
1944- substitution in tutorial and examples so that dependencies are correct and
1945  they can be successfully rebuilt.
1946- switched to completely using QTDIR.  trying to coexist with links into
1947  /usr/{include,lib} and still compile with qt 1.x is very hard for
1948  configure scripts to cope with.
1949
1950* Thu Aug 19 1999 Preston Brown <pbrown@redhat.com>
1951- implemented QTDIR compatibility.
1952
1953* Tue Jul 20 1999 Preston Brown <pbrown@redhat.com>
1954- qt 2.0.1 packaged.
1955
1956* Wed Jul 14 1999 Preston Brown <pbrown@redhat.com>
1957- Qt 2.00 packaged.
1958- examples, html documentation, tutorial moved to /usr/doc
1959
1960* Sat Apr 17 1999 Preston Brown <pbrown@redhat.com>
1961- static library supplied in dev package.
1962
1963* Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
1964- turn on internal GIF reading support
1965
1966* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
1967- strip binaries
1968
1969* Mon Mar 15 1999 Preston Brown <pbrown@redhat.com>
1970- upgrade to qt 1.44.
1971
1972* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
1973- Injected new description and group.
1974
1975* Tue Jan 19 1999 Preston Brown <pbrown@redhat.com>
1976- moved includes to /usr/include/qt
1977
1978* Mon Jan 04 1999 Preston Brown <pbrown@redhat.com>
1979- made setup phase silent.
1980
1981* Fri Dec 04 1998 Preston Brown <pbrown@redhat.com>
1982- upgraded to qt 1.42, released today.
1983
1984* Tue Dec 01 1998 Preston Brown <pbrown@redhat.com>
1985- took Arnts RPM and made some minor changes for Red Hat.
Note: See TracBrowser for help on using the repository browser.