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

Revision 3418, 57.9 KB checked in by owa, 13 years ago (diff)

rebuild with postgresql-9.0.3

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