source: projects/specs/trunk/q/qt/qt-vl.spec @ 4672

Revision 4672, 48.4 KB checked in by inagaki, 13 years ago (diff)

update: gthumb, qt, qt4

Line 
1%define type x11
2%define qtdir %{_libdir}/qt-%{version}
3%define rel 14
4%define buildstatic 1
5%define buildnonthread 0
6%define styleplugins 0
7# Set this to "1" if you want to build Xt
8%define buildXt 0
9# Set this to "0" if you do not want to build immodule
10%define immodule 1
11
12%if %{styleplugins}
13%define plugins -plugin-sql-mysql -plugin-sql-psql -plugin-sql-odbc -plugin-style-cde -plugin-style-motifplus -plugin-style-platinum -plugin-style-sgi -plugin-style-windows -plugin-style-compact -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng
14%else
15%define plugins -plugin-sql-mysql -plugin-sql-psql -plugin-sql-odbc -qt-style-cde -qt-style-motifplus -qt-style-platinum -qt-style-sgi -qt-style-windows -qt-style-compact -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng
16%endif
17
18%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
19
20Summary: The shared library for the Qt GUI toolkit.
21Summary(ja): Qt ツールキット
22Name: qt
23Version: 3.3.8
24Release: %{rel}%{?_dist_release}
25
26License: GPL/QPL
27Group: System Environment/Libraries
28URL: http://www.qtsoftware.com/
29
30Source: ftp://ftp.qtsoftware.com/qt/source/qt-%{type}-free-%{version}.tar.bz2
31# Patches -99 are from kde.org
32Patch0: uic-patch.diff
33
34# Patches 100-199 are for Qt-x11 only
35Patch100: Qt-3.3.8-UTF-8-fix.diff
36Patch101: qt3-CVE-2007-3388.diff
37Patch102: qt3-CVE-2007-4137.diff
38# Patches 200-299 are from fedora core
39Patch200: qt-uic-nostdlib.patch
40Patch201: qt-x11-free-3.3.5-gcc4-buildkey.patch
41Patch238: qt-x11-free-3.3.8-odbc.patch
42# Patches 300-399 are from kde.gr.jp
43# Patches for immodule for Qt
44Patch500: qt-x11-free-3.3.8-qt-x11-immodule-unified-qt3.3.7-20061229-pre.patch
45Patch501: qt-x11-immodule-unified-qt3.3.7-20061229.diff.bz2
46Patch502: qt-x11-free-3.3.8-qt-x11-immodule-unified-qt3.3.7-20061229-post.patch
47Patch503: qt-x11-immodule-unified-qt3.3.5-20051012-quiet.patch
48Patch504: qt-x11-free-3.3.6-fix-key-release-event-with-imm.diff
49Patch505: qt-x11-free-3.3.6-qt-x11-immodule-unified-qt3.3.5-20060318-resetinputcontext.patch
50
51# Patches 800-899 are for VineLinux
52Patch800: qt-x11-free-3.3.8-gcc43.patch
53
54Buildroot: %{_tmppath}/%{name}-%{version}-root
55Prefix: %{qtdir}
56#BuildRequires: openMotif-devel >= 2.2.2
57BuildRequires: libmng-devel
58BuildRequires: glibc-devel
59BuildRequires: libjpeg-devel
60BuildRequires: libpng-devel >= 1.2.5
61BuildRequires: zlib-devel
62BuildRequires: giflib-devel
63BuildRequires: perl
64BuildRequires: sed
65BuildRequires: findutils
66BuildRequires: cups-devel
67BuildRequires: tar
68BuildRequires: freetype2-devel
69BuildRequires: fontconfig-devel
70BuildRequires: libXrender-devel
71BuildRequires: libXrandr-devel
72BuildRequires: libXcursor-devel
73BuildRequires: libXinerama-devel
74BuildRequires: libXft-devel
75BuildRequires: libXext-devel
76BuildRequires: libX11-devel
77BuildRequires: libSM-devel
78BuildRequires: libICE-devel
79BuildRequires: libXt-devel
80BuildRequires: libXmu-devel
81BuildRequires: libXi-devel
82BuildRequires: xorg-x11-proto-devel
83BuildRequires: mesa-libGL-devel
84BuildRequires: mesa-libGLU-devel
85BuildRequires: desktop-file-utils
86BuildRequires: MySQL-devel
87BuildRequires: postgresql-devel
88BuildRequires: unixODBC-devel
89
90#BuildPrereq: libstdc++34-devel
91#Requires: libexpat libstdc++34
92#Requires: libpng >= 1.2.5
93#Requires: freetype2 libjpeg libmng zlib
94
95Vendor: Project Vine
96Distribution: Vine Linux
97
98%package devel
99Summary: Development files and documentation for the Qt GUI toolkit.
100Summary(ja): Qt ツールキットの開発用ファイル
101Group: Development/Libraries
102Requires: %{name} = %{version}-%{release}
103Requires: freetype2-devel
104Requires: fontconfig-devel
105Requires: libXrender-devel
106Requires: libXrandr-devel
107Requires: libXcursor-devel
108Requires: libXinerama-devel
109Requires: libXft-devel
110Requires: libXext-devel
111Requires: libX11-devel
112Requires: libSM-devel
113Requires: libICE-devel
114Requires: libXt-devel
115Requires: xorg-x11-proto-devel
116Requires: libpng-devel
117Requires: libjpeg-devel
118Requires: libmng-devel
119Requires: mesa-libGL-devel
120Requires: mesa-libGLU-devel
121Requires: zlib-devel
122Requires(post):   alternatives
123Requires(postun): alternatives
124
125%package Xt
126Summary: An Xt (X Toolkit) compatibility add-on for the Qt GUI toolkit.
127Group: System Environment/Libraries
128Requires: %{name} = %{version}-%{release}
129
130%package styles
131Summary: Extra styles for the Qt GUI toolkit.
132Group: User Interface/Desktops
133Requires: %{name} = %{version}-%{release}
134
135%package ODBC
136Summary: ODBC drivers for Qt's SQL classes.
137Group: System Environment/Libraries
138Requires: %{name} = %{version}-%{release}
139
140%package MySQL
141Summary: MySQL drivers for Qt's SQL classes.
142Group: System Environment/Libraries
143Requires: %{name} = %{version}-%{release}
144
145%package PostgreSQL
146Summary: PostgreSQL drivers for Qt's SQL classes.
147Group: System Environment/Libraries
148Requires: %{name} = %{version}-%{release}
149
150%if %{buildstatic}
151%package static
152Summary: Version of the Qt GUI toolkit for static linking
153Group: Development/Libraries
154Requires: %{name}-devel = %{version}-%{release}
155%endif
156
157%package designer
158Summary: Interface designer (IDE) for the Qt toolkit
159Summary(ja): Qt ツールキットのインターフェースデザイナ
160Group: Applications/Development
161Requires: %{name}-devel = %{version}-%{release}
162Requires(post):   alternatives
163Requires(postun): alternatives
164
165%description
166Qt is a GUI software toolkit which simplifies the task of writing and
167maintaining GUI (Graphical User Interface) applications
168for the X Window System.
169
170Qt is written in C++ and is fully object-oriented.
171
172This package contains the shared library needed to run qt
173applications, as well as the README files for qt.
174
175%description devel
176The qt-devel package contains the files necessary to develop
177applications using the Qt GUI toolkit: the header files, the Qt meta
178object compiler, the man pages, the HTML documentation and example
179programs. See http://www.trolltech.com/products/qt.html for more
180information about Qt, or look at
181/usr/share/doc/qt-devel-%{version}/html/index.html, which provides Qt
182documentation in HTML format.
183
184Install qt-devel if you want to develop GUI applications using the Qt
185toolkit.
186
187%description Xt
188An Xt (X Toolkit) compatibility add-on for the Qt GUI toolkit.
189
190%if %{buildstatic}
191%description static
192%endif
193
194%description styles
195Extra styles (themes) for the Qt GUI toolkit.
196
197%description ODBC
198ODBC driver for Qt's SQL classes (QSQL)
199
200%description MySQL
201MySQL driver for Qt's SQL classes (QSQL)
202
203%description PostgreSQL
204PostgreSQL driver for Qt's SQL classes (QSQL)
205
206%description designer
207The qt-designer package contains an User Interface designer tool
208for the Qt toolkit.
209
210# compat32
211%package -n compat32-%{name}
212Summary: The shared library for the Qt GUI toolkit.
213Group: System Environment/Libraries
214Requires: %{name} = %{version}-%{release}
215
216%description -n compat32-%{name}
217Qt is a GUI software toolkit which simplifies the task of writing and
218maintaining GUI (Graphical User Interface) applications
219for the X Window System.
220
221Qt is written in C++ and is fully object-oriented.
222
223This package contains the shared library needed to run qt
224applications, as well as the README files for qt.
225
226%package -n compat32-%{name}-devel
227Summary: Development files and documentation for the Qt GUI toolkit.
228Group: Development/Libraries
229Requires: %{name}-devel = %{version}-%{release}
230Requires: compat32-%{name} = %{version}-%{release}
231Requires: compat32-libmng-devel compat32-libjpeg-devel
232Requires: compat32-libpng-devel compat32-zlib-devel
233
234%description -n compat32-%{name}-devel
235The qt-devel package contains the files necessary to develop
236applications using the Qt GUI toolkit: the header files, the Qt meta
237object compiler, the man pages, the HTML documentation and example
238programs. See http://www.trolltech.com/products/qt.html for more
239information about Qt, or look at
240/usr/share/doc/qt-devel-%{version}/html/index.html, which provides Qt
241documentation in HTML format.
242
243Install qt-devel if you want to develop GUI applications using the Qt
244toolkit.
245
246%prep
247%setup -q -n qt-%{type}-free-%{version}
248%patch0 -p1 -b .uic
249%patch100 -p0 -b .utf8
250%patch101 -p3 -b .CVE-2007-3388
251%patch102 -p0 -b .CVE-2007-4137
252%patch200 -p1 -b .nostdlib
253%patch201 -p1 -b .gcc4-buildkey
254%patch238 -p1 -b .odbc
255
256%if %{immodule}
257%patch500 -p1 -b .pre
258%patch501 -p1
259%patch502 -p1 -b .post
260%patch503 -p1 -b .quiet
261%patch504 -p1 -b .fix-key-release-event-with-imm
262%patch505 -p1 -b .resetinputcontext
263%endif
264
265%patch800 -p1 -b .gcc43
266
267%build
268find . -type d -name CVS | xargs rm -rf
269export QTDIR=`/bin/pwd`
270export LD_LIBRARY_PATH="$QTDIR/lib:$LD_LIBRARY_PATH"
271export PATH="$QTDIR/bin:$PATH"
272export LANG=C
273OPTFLAGS=`echo $RPM_OPT_FLAGS |sed -e s/-fno-rtti/-frtti/`
274
275%if %{immodule}
276sh ./make-symlinks.sh
277%endif
278
279perl -pi -e "s,-O2,-I/usr/include/freetype2 $OPTFLAGS,g" mkspecs/*/qmake.conf
280
281## don't use rpath
282perl -pi -e "s|-Wl,-rpath,| |" mkspecs/*/qmake.conf
283
284%if %{buildstatic}
285# don't build examples, tools and tutorials with static libraries here
286echo yes |./configure \
287  %if %{_lib} == lib64
288  -prefix /usr/lib64/qt3 \
289  -platform linux-g++-64 -L/usr/lib64 \
290  %else
291  -prefix /usr/lib/qt3 \
292  -platform linux-g++ \
293  %endif
294  -release -static -qt-gif \
295  -system-zlib -system-libpng -system-libmng -system-libjpeg \
296  -no-g++-exceptions -enable-tools -enable-kernel -enable-widgets \
297  -enable-dialogs -enable-iconview -enable-workspace -enable-network \
298  -enable-canvas -enable-table -enable-xml -enable-sql -qt-style-motif \
299  %{plugins} \
300  -stl -thread -cups \
301  -enable-opengl -sm -xinerama -xrender -xft -xkb -v
302
303make %{?_smp_mflags} src-qmake
304make %{?_smp_mflags} src-moc
305make %{?_smp_mflags} sub-src
306
307cp -aR lib lib-bld
308cp -aR bin bin-bld
309make clean
310rm -rf lib bin
311mv lib-bld lib
312mv bin-bld bin
313%endif
314
315%if %{buildnonthread}
316# build shared, nonthreaded libraries
317echo yes |./configure \
318  %if %{_lib} == lib64
319  -prefix /usr/lib64/qt3 \
320  -platform linux-g++-64 -L/usr/lib64 \
321  %else
322  -prefix /usr/lib/qt3 \
323  -platform linux-g++ \
324  %endif
325  -release -shared -qt-gif \
326  -system-zlib -system-libpng -system-libmng -system-libjpeg \
327  -no-g++-exceptions -enable-tools -enable-kernel -enable-widgets \
328  -enable-dialogs -enable-iconview -enable-workspace -enable-network \
329  -enable-canvas -enable-table -enable-xml -enable-sql -qt-style-motif \
330  %{plugins} \
331  -stl -no-thread -cups \
332  -enable-opengl -sm -xinerama -xrender -xft -xkb -v
333
334make %{?_smp_mflags} src-qmake
335make %{?_smp_mflags} src-moc
336make %{?_smp_mflags} sub-src
337
338cp -aR lib lib-bld
339cp -aR bin bin-bld
340make clean
341rm -rf lib bin
342mv lib-bld lib
343mv bin-bld bin
344%endif
345
346# build shared, threaded (default) libraries
347echo yes |./configure \
348  %if %{_lib} == lib64
349  -prefix /usr/lib64/qt3 \
350  -platform linux-g++-64 -L/usr/lib64 \
351  %else
352  -prefix /usr/lib/qt3 \
353  -platform linux-g++ \
354  %endif
355  -release -shared -qt-gif \
356  -system-zlib -system-libpng -system-libmng -system-libjpeg \
357  -no-g++-exceptions -enable-tools -enable-kernel -enable-widgets \
358  -enable-dialogs -enable-iconview -enable-workspace -enable-network \
359  -enable-canvas -enable-table -enable-xml -enable-sql -qt-style-motif \
360  %{plugins} \
361  -stl -thread -cups \
362  -enable-opengl -sm -xinerama -xrender -xft -xkb -v
363
364make %{?_smp_mflags} src-qmake
365
366cd plugins/src/sqldrivers/psql
367qmake -o Makefile "INCLUDEPATH+=/usr/include/pgsql /usr/include/pgsql/server /usr/include/pgsql/internal" "LIBS+=-lpq" psql.pro
368cd ../mysql
369qmake -o Makefile "INCLUDEPATH+=/usr/include/mysql" "LIBS+=-L%{_libdir}/mysql -lmysqlclient" mysql.pro
370cd ../odbc
371qmake -o Makefile "LIBS+=-lodbc" odbc.pro
372cd ../../../..
373
374make %{?_smp_mflags} src-moc
375make %{?_smp_mflags} sub-src
376make %{?_smp_mflags} sub-tools UIC="$QTDIR/bin/uic -nostdlib -L $QTDIR/plugins"
377
378%if %{buildXt}
379# build Xt/Motif Extention
380make -C extensions/nsplugin/src -j $CPUS
381%endif
382
383%install
384rm -rf $RPM_BUILD_ROOT
385export QTDIR=`/bin/pwd`
386export LD_LIBRARY_PATH="$QTDIR/lib:$LD_LIBRARY_PATH"
387export PATH="$QTDIR/bin:$PATH"
388
389mkdir -p $RPM_BUILD_ROOT%{qtdir}/{bin,include,lib}
390mkdir -p $RPM_BUILD_ROOT%{_mandir}/{man1,man3}
391
392# strip binaries
393rm -f bin/*.bat
394for i in bin/*; do
395  strip -R .comment $i || :
396done
397
398# install tools and libraries
399rm bin/qmake
400cp -fL qmake/qmake bin
401for i in bin/*; do
402        cp -fL $i $RPM_BUILD_ROOT/%{qtdir}/bin
403        chmod 0755 $RPM_BUILD_ROOT/%{qtdir}/$i
404done
405cp -aR lib/* $RPM_BUILD_ROOT/%{qtdir}/lib
406cp -aR plugins $RPM_BUILD_ROOT/%{qtdir}
407
408# install man pages
409cp -fR doc/man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
410cp -fR doc/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
411rm -rf doc/man
412
413# clean up
414make -C tutorial clean
415make -C examples clean
416find examples -name Makefile | xargs perl -pi -e 's|\.\./\.\.|\$\(QTDIR\)|'
417find examples -type f -perm 755 | xargs strip -R .comment || :
418find tutorial -name Makefile | xargs perl -pi -e 's|\.\./\.\.|\$\(QTDIR\)|'
419find tutorial -type f -perm 755 | xargs strip -R .comment || :
420
421for a in */*/Makefile ; do
422  sed 's|^SYSCONF_MOC.*|SYSCONF_MOC             = %{qtdir}/bin/moc|' < $a > ${a}.2
423  mv -v ${a}.2 $a
424done
425
426# Get rid of windows or mac specific links
427for i in include/* include/*/*; do [ -e $i ] || rm $i; done
428
429cp -frL include/* $RPM_BUILD_ROOT%{qtdir}/include
430#chmod a+r $RPM_BUILD_ROOT%{qtdir}/lib/libqt.so*
431
432ln -s qt-%{version} $RPM_BUILD_ROOT%{_libdir}/qt3
433
434mkdir -p $RPM_BUILD_ROOT/etc/profile.d
435cat > $RPM_BUILD_ROOT/etc/profile.d/qt.sh <<EOF
436# Qt initialization script (sh)
437if [ -z "\$QTDIR" ] ; then
438        QTDIR="%{_libdir}/qt3"
439fi
440export QTDIR
441EOF
442
443chmod 755 $RPM_BUILD_ROOT/etc/profile.d/qt.sh
444
445cat > $RPM_BUILD_ROOT/etc/profile.d/qt.csh <<EOF
446# Qt initialization script (csh)
447if ( \$?QTDIR ) then
448         exit
449endif
450setenv QTDIR %{_libdir}/qt3
451EOF
452
453chmod 755 $RPM_BUILD_ROOT/etc/profile.d/qt.csh
454
455mkdir -p $RPM_BUILD_ROOT/usr/bin
456for i in bin/*; do
457        ln -s ../%{_lib}/qt3/bin/`basename $i` $RPM_BUILD_ROOT/%{_bindir}
458        ln -s `basename $i` $RPM_BUILD_ROOT/usr/bin/`basename $i`3
459done
460
461# make symbolic link to qt docdir
462if echo %{_docdir} | grep  share >& /dev/null ; then
463  ln -s  ../../share/doc/%{name}-devel-%{version} $RPM_BUILD_ROOT%{qtdir}/doc
464else
465  ln -s  ../../doc/%{name}-devel-%{version} $RPM_BUILD_ROOT%{qtdir}/doc
466fi
467
468# Add desktop file
469mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/Development
470cat >$RPM_BUILD_ROOT/etc/X11/applnk/Development/designer.desktop <<EOF
471[Desktop Entry]
472BinaryPattern=designer;
473Comment=Qt 3.3 Interface Designer
474Exec=designer
475Icon=designer
476InitialPreference=5
477MapNotify=true
478MimeType=application/x-designer
479Name=Qt 3.3 Designer
480Terminal=false
481Type=Application
482EOF
483
484# Sane default settings
485mkdir -p $RPM_BUILD_ROOT%{qtdir}/etc/settings
486cat >$RPM_BUILD_ROOT%{qtdir}/etc/settings/qtrc <<EOF
487[General]
488libraryPath=/usr/lib/kde3/plugins
489style=HighColor
490EOF
491
492# Ship qmake stuff
493cp -aR mkspecs $RPM_BUILD_ROOT%{qtdir}
494
495# pkg-config files
496mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig
497cp $RPM_BUILD_ROOT%{qtdir}/lib/*.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig
498rm -f $RPM_BUILD_ROOT%{qtdir}/lib/*.pc
499
500# add ld.so.conf.d and qt3.conf
501mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
502echo "%{qtdir}/lib" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/qt3.conf
503%if %{build_compat32}
504echo "%{qtdir}/lib" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/qt3-i386.conf
505%endif
506
507# delete files do not need
508rm -f $RPM_BUILD_ROOT%{qtdir}/lib/README
509rm -f $RPM_BUILD_ROOT%{qtdir}/lib/*.prl
510rm -f $RPM_BUILD_ROOT%{qtdir}/lib/*.la
511rm -rf $RPM_BUILD_ROOT%{qtdir}/plugins/src
512
513# delete files to use alternatives
514rm -f $RPM_BUILD_ROOT%{_bindir}/assistant
515rm -f $RPM_BUILD_ROOT%{_bindir}/moc
516rm -f $RPM_BUILD_ROOT%{_bindir}/qmake
517rm -f $RPM_BUILD_ROOT%{_bindir}/qtconfig
518rm -f $RPM_BUILD_ROOT%{_bindir}/uic
519rm -f $RPM_BUILD_ROOT%{_bindir}/uic3
520rm -f $RPM_BUILD_ROOT%{_bindir}/designer
521rm -f $RPM_BUILD_ROOT%{_bindir}/linguist
522rm -f $RPM_BUILD_ROOT%{_bindir}/lrelease
523rm -f $RPM_BUILD_ROOT%{_bindir}/lupdate
524
525%clean
526rm -rf $RPM_BUILD_ROOT
527
528%post -p /sbin/ldconfig
529
530%postun -p /sbin/ldconfig
531
532%post devel
533/sbin/update-alternatives --install \
534    %{_bindir}/assistant assistant %{qtdir}/bin/assistant 10
535/sbin/update-alternatives --install \
536    %{_bindir}/qtconfig qtconfig %{qtdir}/bin/qtconfig 10
537/sbin/update-alternatives --install \
538    %{_bindir}/qmake qmake %{qtdir}/bin/qmake 10 \
539    --slave %{_bindir}/moc \
540        moc \
541        %{qtdir}/bin/moc \
542    --slave %{_bindir}/uic \
543        uic \
544        %{qtdir}/bin/uic \
545    --slave %{_bindir}/lrelease \
546        lrelease \
547        %{qtdir}/bin/lrelease \
548    --slave %{_bindir}/lupdate \
549        lupdate \
550        %{qtdir}/bin/lupdate
551
552%posttrans devel
553# fix broken symlink if it's there
554if [ ! -f %{_bindir}/assistant ] ; then
555    /sbin/update-alternatives --auto assistant
556fi
557if [ ! -f %{_bindir}/qtconfig ] ; then
558    /sbin/update-alternatives --auto qtconfig
559fi
560if [ ! -f %{_bindir}/qmake ] ; then
561    /sbin/update-alternatives --auto qmake
562fi
563
564%postun devel
565if [ $1 -eq 0 ] ; then
566    /sbin/update-alternatives --remove assistant %{qtdir}/bin/assistant
567    /sbin/update-alternatives --remove qtconfig %{_qtdir}/bin/qtconfig
568    /sbin/update-alternatives --remove qmake %{_qtdir}/bin/qmake
569    /sbin/update-alternatives --auto assistant
570    /sbin/update-alternatives --auto qtconfig
571    /sbin/update-alternatives --auto qmake
572fi
573
574%post designer
575/sbin/update-alternatives --install \
576    %{_bindir}/designer designer %{qtdir}/bin/designer 10
577/sbin/update-alternatives --install \
578    %{_bindir}/linguist linguist %{qtdir}/bin/linguist 10
579
580%posttrans designer
581# fix broken symlink if it's there
582if [ ! -f %{_bindir}/designer ] ; then
583    /sbin/update-alternatives --auto designer
584fi
585if [ ! -f %{_bindir}/linguist ] ; then
586    /sbin/update-alternatives --auto linguist
587fi
588
589%postun designer
590if [ $1 -eq 0 ] ; then
591    /sbin/update-alternatives --remove designer %{qtdir}/bin/designer
592    /sbin/update-alternatives --remove linguist %{_qtdir}/bin/linguist
593    /sbin/update-alternatives --auto designer
594    /sbin/update-alternatives --auto linguist
595fi
596
597%post -n compat32-%{name} -p /sbin/ldconfig
598
599%postun -n compat32-%{name} -p /sbin/ldconfig
600
601%files
602%defattr(-,root,root,-)
603%doc FAQ LICENSE.* PLATFORMS README* changes*
604%config /etc/ld.so.conf.d/qt3.conf
605%{_libdir}/qt3
606%dir %{qtdir}
607%dir %{qtdir}/lib
608%if %{buildnonthread}
609%{qtdir}/lib/libqt.so.*
610%endif
611%{qtdir}/lib/libqt-mt.so.*
612%{qtdir}/etc/settings/qtrc
613%dir %{qtdir}/plugins
614%if %{immodule}
615%{qtdir}/plugins/inputmethods
616%endif
617%{qtdir}/lib/libqui.so.*
618%{qtdir}/lib/libeditor.a
619%{qtdir}/lib/libdesignercore.a
620%{qtdir}/lib/libqassistantclient.a
621
622%files devel
623%defattr(-,root,root,-)
624%attr(0755,root,root) %config /etc/profile.d/*
625%{qtdir}/bin/assistant
626%{qtdir}/bin/findtr
627%{qtdir}/bin/lrelease
628%{qtdir}/bin/lupdate
629%{qtdir}/bin/moc
630%{qtdir}/bin/qm2ts
631%{qtdir}/bin/qmake
632%{qtdir}/bin/qt20fix
633%{qtdir}/bin/qtconfig
634%{qtdir}/bin/qtrename140
635%{qtdir}/bin/uic
636%{qtdir}/include
637%{qtdir}/doc
638%{qtdir}/mkspecs
639%if %{buildnonthread}
640%{qtdir}/lib/libqt.so
641%endif
642%{qtdir}/lib/libqt-mt.so
643%{qtdir}/lib/libqui.so
644%{_mandir}/*/*
645%{_bindir}/assistant*
646%{_bindir}/findtr*
647%{_bindir}/lrelease*
648%{_bindir}/lupdate*
649%{_bindir}/moc*
650%{_bindir}/qm2ts*
651%{_bindir}/qmake*
652%{_bindir}/qt20fix*
653%{_bindir}/qtconfig*
654%{_bindir}/qtrename140*
655%doc doc/*
656%doc examples
657%doc tutorial
658%{_libdir}/pkgconfig/*.pc
659
660%if %{buildXt}
661%post Xt -p /sbin/ldconfig
662%postun Xt -p /sbin/ldconfig
663
664%files Xt
665%defattr(-,root,root,-)
666%{qtdir}/lib/libqmotif.so*
667%endif
668
669%if %{styleplugins}
670%files styles
671%defattr(-,root,root,-)
672%dir %{qtdir}/plugins/styles
673%{qtdir}/plugins/styles/*
674%endif
675
676%files ODBC
677%defattr(-,root,root,-)
678%{qtdir}/plugins/sqldrivers/libqsqlodbc*
679
680%files PostgreSQL
681%defattr(-,root,root,-)
682%{qtdir}/plugins/sqldrivers/libqsqlpsql*
683
684%files MySQL
685%defattr(-,root,root,-)
686%{qtdir}/plugins/sqldrivers/libqsqlmysql*
687
688%if %{buildstatic}
689%files static
690%defattr(-,root,root,-)
691%{qtdir}/lib/*.a
692%exclude %{qtdir}/lib/libeditor.a
693%exclude %{qtdir}/lib/libdesignercore.a
694%exclude %{qtdir}/lib/libqassistantclient.a
695%endif
696
697%files designer
698%defattr(-,root,root,-)
699%{_bindir}/designer*
700%{_bindir}/linguist*
701%dir %{qtdir}/plugins/designer
702%{qtdir}/plugins/designer/*
703%{qtdir}/bin/designer
704%{qtdir}/bin/linguist
705%config /etc/X11/applnk/Development/designer.desktop
706
707# compat32
708%if %{build_compat32}
709%files -n compat32-%{name}
710%defattr(-,root,root,-)
711%config /etc/ld.so.conf.d/qt3-i386.conf
712%{_libdir}/qt3
713%dir %{qtdir}
714%dir %{qtdir}/lib
715%if %{buildnonthread}
716%{qtdir}/lib/libqt.so.*
717%endif
718%{qtdir}/lib/libqt-mt.so.*
719%{qtdir}/etc/settings/qtrc
720%dir %{qtdir}/plugins
721%if %{immodule}
722%{qtdir}/plugins/inputmethods
723%endif
724%{qtdir}/lib/libqui.so.*
725%{qtdir}/lib/libeditor.a
726%{qtdir}/lib/libdesignercore.a
727%{qtdir}/lib/libqassistantclient.a
728
729%files -n compat32-%{name}-devel
730%defattr(-,root,root,-)
731%{qtdir}/bin/assistant
732%{qtdir}/bin/findtr
733%{qtdir}/bin/moc
734%{qtdir}/bin/qm2ts
735%{qtdir}/bin/qmake
736%{qtdir}/bin/qt20fix
737%{qtdir}/bin/qtconfig
738%{qtdir}/bin/qtrename140
739%{qtdir}/bin/uic
740%{qtdir}/include
741%{qtdir}/doc
742%{qtdir}/mkspecs
743%if %{buildnonthread}
744%{qtdir}/lib/libqt.so
745%endif
746%{qtdir}/lib/libqt-mt.so
747%{qtdir}/lib/libqui.so
748%{_libdir}/pkgconfig/*.pc
749%endif
750
751%changelog
752* Sat Aug 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-14
753- rebuilt with MySQL-5.5.15
754
755* Tue May 24 2011 IWAI, Masaharu <iwai@alib.jp> 3.3.8-13
756- rebuild with unixODBC-2.2.14: broken by 3.3.8-12
757- add Vendor and Distribution tags
758
759* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 3.3.8-12
760- rebuilt with postgresql-9.0.3
761
762* Tue Apr 12 2011 IWAI, Masaharu <iwai@alib.jp> 3.3.8-11
763- add new unixODBC patch (Patch238) from Fedora qt3-3.3.8b-35
764
765* Sat Apr  9 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-10
766- rebuilt with unixODBC-2.2.14 and cups-1.4.6
767
768* Tue Mar  8 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-9
769- updated %%post. %%posttrans and %%postun section
770
771* Mon Sep 27 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-8
772- rebuilt with rpm-4.8.1 for pkg-config
773
774* Fri May 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-7
775- updated Requires of devel package
776
777* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.3.8-6
778- rebuilt with new toolchain
779- s/BuildPrereq/BuildRequires/
780- add Patch800 to build w/ gcc >= 4.3
781
782* Sat Jul 25 2009 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.8-5
783- added compat32 package for x86_64 arch support
784
785* Fri May 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.3.8-4
786- rebuilt with MySQL-5.1.34.
787
788* Sat Apr 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-3
789- changed qt-designer Group to Applications/Development
790- updated URL
791
792* Wed May 28 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-2
793- build with xorg-x11-7.3
794- update BuildPrereq and Requires
795
796* Mon Mar 24 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-1
797- fix release ([VineSeed:1527])
798- add Requires(post,postun): alternatives to -devel and -designer package
799
800* Sun Jan 20 2008 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.8-0vl6
801- replaced "LIBS+=-L/usr/lib/mysql" with "LIBS+=-L%%{_libdir}/mysql"
802
803* Thu Jan 17 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl5
804- add Requires to devel package
805
806* Tue Dec  4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl4
807- drop Patch300 (OverTheSpot)
808
809* Thu Sep 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl3
810- add Patch102 (CVE-2007-4137)
811
812* Thu Aug  2 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl2
813- add Patch101 (CVE-2007-3388)
814
815* Tue Jun  5 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl1
816- new upstream release
817- add Patch100 (CVE-2007-0242)
818- add Patch201
819- update Patch300, 500, 501 and 502
820- drop Patch1 (CVE-2006-4811), 301 (ATOK X) and 400 (AA)
821
822* Thu May 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3.5-0vl10
823- rebuild with libstdc++34
824
825* Sat Feb 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl9
826- import patches from FC
827  - patch504: fix-key-release-event-with-imm.diff
828  - patch505: immodule-unified-qt3.3.5-20060318-resetinputcontext.patch
829
830  * Thu Jun 29 2006 Than Ngo <than@redhat.com> 1:3.3.6-0.3.fc5
831  - fix #183302, IM preedit issue in kbabel
832
833  * Mon Jun 26 2006 Than Ngo <than@redhat.com> 1:3.3.6-0.2.fc5
834  - fix #156572, keyReleaseEvent issue
835
836* Tue Dec 19 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl8
837- use %%{_lib} instead of lib not to create broken symlinks on x86_64
838
839* Mon Nov 13 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl7
840- add Patch200 from fedora core
841- build with MySQL-5.0.27-0vl3
842
843* Tue Oct 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl6
844- add ld.so.conf.d and qt3.conf
845- update Patch1 (https://bugs.gentoo.org/attachment.cgi?id=100045)
846
847* Thu Oct 19 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl5
848- add Patch1 (CVE-2006-4811)
849
850* Mon Sep 19 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl4
851- move %%{_libdir}/qt3 from develop to main
852- fix typo
853- add patch503
854 -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm.1
855  - import qt-x11-immodule-unified-quiet.patch (patch503) from FC
856- add patch500-502
857 -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm
858  - add immodule for Qt support (patch500-502)
859    - patch500: revert some part of patch300,301 (conflict with patch501)
860    - patch501: immodule for Qt patch
861    - patch502: apply some part of patch300,301 again
862    cf. http://immodule-qt.freedesktop.org/
863        http://people.freedesktop.org/~daisuke/
864
865* Sun Sep 10 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.5-0vl3
866- added configure options for builing on 64-bit archs
867
868* Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl2
869- rebuild for VineSeed
870
871* Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl1
872- new upstream release
873- stop building nonthreaded libs
874- delete Obsoletes
875- add Patch0
876
877* Tue Jul  5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl6
878- rebuild for VineSeed
879
880* Tue Jul  5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl5
881- build for Vine3.1
882- add -v to configure option
883- move three static libs to main package
884
885* Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl4
886- rebuild for VineSeed
887
888* Sat Mar 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl3
889- (security) stop using rpath
890- cleanup this file
891
892* Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl2
893- rebuild for VineSeed
894
895* Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl1
896- new upstream release
897- update Patch400
898
899* Sat Dec 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl3
900- rebuld
901
902* Wed Nov 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl2
903- add Obsoletes: qt32-*
904
905* Sun Sep  5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl1
906- source upgrade
907- remove patch100
908- update patch300 and remove patch302-303
909- update patch400
910- update BuildPrereq and Requires
911
912* Wed Jul 28 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl3
913- add patch302-303 from KuserML
914- delete lines about vine26
915
916* Sun Jun  6 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
917- add patch100 from webcvs.kde.org/cgi-bin/cvsweb.cgi/qt-copy/patches/
918
919* Fri Apr 30 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
920- source upgrade
921- remove patch100 (it is needed only for 3.3.1)
922
923* Sun Apr 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl3
924- rebuild with XOrg
925
926* Mon Mar 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl2
927- rebuild
928
929* Mon Mar  8 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
930- source upgrade
931- remove patch800
932- add patch100 (only for qt-x11-free-3.3.1)
933
934* Sun Feb  1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl3
935- enable cups support
936
937* Sun Dec 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
938- build for VineSeed with new toolchain
939- disable cup support
940
941* Wed Dec  3 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
942- source upgrade
943- revised Patch402 and 403
944- remove Patch100
945- add patch800 to build against freetype2-2.1.7
946- (VinePlus/2.6) BuildPrereq: autoconf258
947
948* Sun Nov  9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
949- source upgrade
950- revised Patch400
951- remove Patch15
952
953* Sun Nov  2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl4
954- enable cups support
955
956* Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl3
957- rebuild for Vine2.6
958
959* Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl3
960- revised Patch400 and Patch402
961- clean up spec
962
963* Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl2
964- rebuild for Vine2.6
965
966* Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
967- revised Patch400-
968- clean up spec
969
970* Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl1
971- rebuild for Vine2.6
972
973* Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
974- source upgrade
975- add Patch100
976- remove Patch302 (it is included in this source)
977- stop using Patch400-
978- build with gcc-3.2.3
979- add export LANG=C
980- add *.pc (pkg-config files) to qt-devel package
981
982* Fri Aug 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl5
983- rebuild for Vine2.6
984
985* Wed Aug 13 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl5
986- add Patch302 to fix performance of jmode
987- change make option for SMP and add script
988
989* Thu Jun 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl4
990- update Patch400 and 401
991
992* Wed Jun 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl3
993- change spec to build with g++-2.95.3
994
995* Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl2
996- rebuild for Vine2.6
997
998* Wed Apr 16 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.1.2-0vl2
999- rebuilt with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
1000
1001* Fri Mar 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
1002- source upgrade
1003- remove all patches except patch15
1004- revised patch 300-
1005- stop building Xt package
1006
1007* Mon Feb 24 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl3
1008- revised patch 301 and 302
1009- enable patch 301 and 302 to Vine2.5/2.6
1010
1011* Sun Feb  9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl2
1012- change spec to build both VineSeed and Vine2.5/2.6
1013- re-number patch300-
1014- delete patch4 (qt-3.1.1 does not need it)
1015- add patch13 and 14
1016 -- Thu Dec 19 2002 Than Ngo <than@redhat.com> 3.1.1-3
1017  - add monospace patch file from Leon Ho (bug #79949)
1018  - add small patch file from Sysoltsev Slawa (bug #79731)
1019- add patch15
1020 -- Mon Dec 30 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1021  - Change qmlined.h to not include an attic header that is also not shipped
1022    with Red Hat Linux. This also fixes building unixODBC, that includes this
1023    header (apparently also without needing it).
1024
1025
1026* Sat Jan  4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
1027- source upgrade
1028- cleanup spec
1029- revised Patch7, 301
1030- add Patch306, 307, 308 from kde.gr.jp
1031
1032* Sun Dec 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.0-0vl1
1033- source upgrade
1034- stop using objprelink2, it does not work with gcc3
1035- add Patch304 and Patch305 from www.kde.gr.jp/~akito/xft/patch_xft.html
1036- add Patch1 - Patch12 from rawhide 3.1.0-1.3
1037- add BuildPrereq: openMotif-devel >= 2.2.2 for build qt-Xt
1038- cleanup spec for build x11 package only
1039
1040* Mon Nov 11 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl3
1041- add export PATH=`pwd`:$PATH to %%build section
1042
1043* Mon Oct 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl2
1044- objprelink2 support only i386 (add %%ifarch i386 ... again)
1045- delete BuildPrereq: libmng-static (it merged to libmng-devel)
1046- delete %%doc ANNOUNCE
1047- Requires: XFree86-gl instead of Mesa
1048
1049* Fri Oct  4 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl1
1050- add BuildPrereq: objprelink2 instead of BuildPrereq: objprelink
1051- add BuildPrereq: autoconf253 automake15
1052- delete Patch199 (objprelink2 do not need this patch)
1053- source upgrade
1054- revised all patches [Kdeveloper:02404]
1055- add man files to qt-devel sub-package
1056
1057* Tue Jul 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl5
1058- add patch304 from kde.gr.jp [Kdeveloper:02368]
1059
1060* Thu Jul  4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl4
1061- add patch303 from kde.gr.jp [Kdeveloper:02378]
1062
1063* Wed Apr 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl3
1064- add patch302 from kde.gr.jp
1065
1066* Thu Apr  4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl2
1067- revised patch300 from kde.gr.jp and XIMInputStyle=Over The Spot in qtrc
1068- add patch301 from kde.gr.jp
1069- make unixODBC plugin (delete define odbcplugins 0 and if %%{odbcplugins})
1070
1071* Sat Mar 30 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl1
1072- merged with rawhide 3.0.3-0.cvs20020314.1
1073- source update to 3.0.3
1074- add patch199 (objprelink)
1075- add patch300 and add defaultInputStyle=OverTheSpot in qtrc
1076- define cups 0 (Vine does not have cups)
1077- define odbcplugins 0 (unixODBC requires libqt-mt.so.2 of qt-2)
1078- cleanup spec
1079- There is Vine's previous changes, hacked for Vine
1080 -- Sat Jan  5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-6vl4
1081  - rebuild with -xft support (XFree86-4.1.99.4)
1082 -- Mon Dec 31 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl3
1083  - rebuild with glibc-2.2.4
1084 -- Sun Nov 25 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl2
1085  - add Source2 and Patch4 (use objprelink, i386 only)
1086 -- Sat Oct 13 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl1
1087  - Build for VineSeed
1088  - Add qt.using_new_library.patch from Kondara
1089 -- Mon Jun 11 2001 net_hal <net_hal@cwa.bai.ne.jp>
1090  - First build for Vine2.1.5
1091 -- Thu Apr 12 2001 Rex Dieter <rdieter@unl.edu> 2.3.0-0.6x.3
1092  - redhat 6.x backport based on rawhide's qt-2.3.0-3
1093  - remove -xft support (because we're using XFree-3)   
1094
1095* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.3-0.cvs20020314.1
1096- Update to 3.0.3-pre, required for KDE3
1097- force -fPIC usage
1098- Remove conflict with qt2 < 2.3.2-1, the new qt2 2.3.1 is fixed and qt 2.3.2
1099  is broken
1100- Ship the qmake config files (so qmake works for building any 3rd party stuff,
1101  e.g. aethera)
1102
1103* Wed Mar  6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-2
1104- Add some fixes from KDE's qt-copy CVS
1105- Pluginize image formats
1106
1107* Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-1
1108- 3.0.2 final
1109
1110* Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.3
1111- Add GB18030 codec patch, #60034
1112- Force-build jpeg support, fixing #59775 and #59795
1113
1114* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.2
1115- Build with CUPS support
1116
1117* Fri Jan 18 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.1
1118- Fix up /usr/bin/moc links, they should point to qt3
1119
1120* Mon Jan 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020114.1
1121- Build styles directly into the main library for now, there's too much broken
1122  code out there depending on this ATM.
1123
1124* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020109.1
1125- Stop excluding alpha, gcc has been fixed
1126
1127* Tue Jan  8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020108.1
1128- Add fixes from CVS; this fixes the "Alt + F1, arrow up, arrow up doesn't work
1129  in KDE" bug
1130
1131* Mon Dec 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-2
1132- Fix up settings search path
1133- Add default qtrc allowing to use KDE 3.x Qt plugins
1134- Make sure QLibrary uses RTLD_GLOBAL when dlopen()ing libraries
1135
1136* Thu Dec 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.0-1
1137- Work around gcc bug #57467
1138
1139* Wed Dec 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1140- 3.0.1 final
1141
1142* Mon Dec 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-0.cvs20011210.1
1143- Update to current (needed by KDE 3.x)
1144- Rebuild with current libstdc++
1145- Temporarily disable building on alpha
1146- Fix build with PostgreSQL 7.2
1147
1148* Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-5
1149- Fix up glweak
1150
1151* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-4
1152- Give designer, uic, moc, etc. their real names - the qt2 versions
1153  have been renamed in qt2-2.3.2-1.
1154  Conflict with qt2 < 2.3.2-1.
1155
1156* Thu Oct 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
1157- Add symlink /usr/lib/qt-3.0.0 -> /usr/lib/qt3 and set QTDIR to the
1158  symlink, allowing to update to 3.0.1 without breaking rpath'ed binaries
1159
1160* Tue Oct 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-1
1161- 3.0.0 final
1162- fix some minor specfile bugs
1163- Modularize some more (image format plugins)
1164- Build codecs
1165
1166* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta5.1
1167- beta5
1168- Share more code between qt-x11 and qt-embedded builds
1169
1170* Wed Aug 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta4.1
1171- beta4
1172- build the Motif style directly into Qt rather than as a plugin - Qt should
1173  always have at least one style...
1174- replace the designer3 symlink with a shell script that sets QTDIR correctly
1175  before launching designer
1176- Add desktop file for designer
1177
1178* Mon Aug  6 2001 Tim Powers <timp@redhat.com> 3.0.0-0.beta3.4
1179- explicitly include qm2ts, qmake, qtconfig in the devel package file list to avoid dangling symlinks
1180
1181* Thu Aug  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.3
1182- Try yet another workaround for buildsystem breakages
1183
1184* Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1185- Add another ugly workaround for build system problems, this should finally
1186  get rid of the dangling symlinks
1187
1188* Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.2
1189- Rephrase parts of the spec file, hopefully pleasing the build system
1190
1191* Sun Jul 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.1
1192- beta3
1193- Fix dangling symlinks
1194
1195* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.2
1196- Fix up QSQL Postgres classes for Postgres 7.1.x
1197- Fix various bugs:
1198  - QtMultilineEdit and QtTableView should actually compile
1199  - Link libqsqlpsql with libpq
1200  - Don't link the base library with libmysqlclient, linking the MySQL
1201    module with it is sufficient
1202- Add missing const qualifier
1203- move the SQL drivers to separate packages to avoid dependencies
1204- build and install designer plugins - converting glade files to Qt is fun. ;)
1205- handle RPM_OPT_FLAGS
1206
1207* Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.1
1208- 3.0 beta 1
1209
1210* Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010516.1
1211- Update, remove conflicts with Qt 2.x
1212
1213* Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010514.1
1214- Initial build of 3.0 branch
1215
1216* Fri Apr 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-6
1217- Fix crashes on ia64, Patch from Bill Nottingham <notting@redhat.com>
1218- Allow building qt-nox
1219
1220* Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-5
1221- Make sure uic and designer use the libqui from the source tree, not
1222  a previously installed one.
1223  Linking uic-x11 against libqui-embedded is definitely not a feature. ;)
1224- The qclipboard fix is needed for qt-x11 only, don't apply it if we're
1225  building qt-embedded
1226
1227* Sat Apr 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1228- Handle LPRng specific constructs in printcap, Bug #35937
1229
1230* Sun Mar 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1231- add qfont patch from Trolltech
1232
1233* Tue Mar 13 2001 Harald Hoyer <harald@redhat.de>
1234- added patch for '@euro' language settings
1235
1236* Tue Mar  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1237- 2.3.0 final
1238- BuildRequires XFree86-devel >= 4.0.2 (#30486)
1239
1240* Mon Feb 26 2001 Than Ngo <than@redhat.com>
1241- fix check_env function, so that qt does not crash if QT_XFT is not set
1242- fix symlinks
1243
1244* Mon Feb 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1245- 2.3.0b1
1246- Add a patch to qpsprinter that handles TrueType fonts even if they come from xfs
1247
1248* Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
1249- japanese input and clipboard fixes applied.  Changes have been sent upstream by patch authors.
1250
1251* Fri Feb  9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1252- Rebuild with new Mesa to get rid of pthreads linkage
1253- Add Xft fix from KDE CVS
1254
1255* Wed Feb  7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1256- Add printing bugfix patch from Trolltech
1257
1258* Sat Feb  3 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1259- 2.2.4
1260- Qt Embedded: Add QVfb and VNC support
1261
1262* Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1263- Don't segfault when running Qt/Embedded applications as root
1264- Improve the Qt/Embedded sparc patch so we don't need the specfile hacks
1265  anymore
1266- Fix a bug in QPrintDialog (causing KDE Bug #18608)
1267
1268* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1269- bzip2 source to save space
1270- Qt/Embedded 2.2.3
1271- Fix qte build on sparc
1272
1273* Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1274- Run ldconfig in %%post and %%postun for qt-Xt
1275
1276* Sun Dec 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1277- Build with the Xrender extension
1278  (Patch from Keith Packard <keithp@keithp.com>)
1279
1280* Wed Dec 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1281- 2.2.3
1282
1283* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1284- Rebuild to fix permissions on doc dir
1285- Don't exclude ia64 anymore
1286
1287* Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1288- Fix up uic (Patch from trolltech)
1289
1290* Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1291- Build qt-embedded
1292  changes to base: fix build, fix ISO C99 compliance, fix 64bit support
1293
1294* Mon Nov 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1295- 2.2.2
1296
1297* Tue Oct 24 2000 Than Ngo <than@redhat.com>
1298- call ldconfig for updating (Bug #19687)
1299- added patch from Trolltech, thanks to Rainer <rms@trolltech.com>
1300
1301* Wed Oct 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1302- Add missing msg2qm, msgmerge, qconfig tools (Bug #18997), introduced
1303  by broken Makefiles in base
1304- fix up %%install so it works both with old-style and new-style fileutils
1305  (fileutils <= 4.0z don't know about -L)
1306
1307* Fri Oct 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1308- Disable exception handling; this speeds up KDE 2.x and reduces its
1309  memory footprint by 20 MB.
1310
1311* Tue Oct 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1312- dereference symlinks in include
1313
1314* Sun Oct  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1315- fix -devel
1316- update to the new version of 2.2.1 on trolltech.com; the initial tarball
1317  contained broken docs
1318
1319* Thu Oct  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1320- 2.2.1
1321
1322* Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1323- Add missing uic
1324
1325* Thu Sep 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1326- Move Qt designer to a different source RPM to get rid of a
1327  circular dependency (kdelibs2->qt, qt->kdelibs2)
1328- Enable MNG support
1329- Don't compile (just include) examples and tutorials
1330- move the static libraries to a separate package (qt-static).
1331  They're HUGE, and most people won't ever need them.
1332- clean up spec file
1333- fix up dependencies (-devel requires base, -static requires devel,
1334  Xt requires base)
1335- add BuildRequires line
1336
1337* Tue Sep 12 2000 Than Ngo <than@redhat.com>
1338- update release 2.2.0
1339- changed copyright to GPL
1340- added missing static libraries
1341- made symbolic link for designer to load the help files correct
1342- made designer and designer-kde2 as sub packages
1343- added missing templates for designer
1344- remove jakub patch, since the release 2.2.0 already
1345  contains this patch.
1346- fixed qt again to compile with gcc-2.96
1347- use make -j for building
1348
1349* Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1350- Work around compiler bugs (Patch from Jakub)
1351- Use relative symlinks (Bug #16750)
1352
1353* Mon Aug 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1354- beta2
1355
1356* Mon Aug 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1357- new qt-copy from KDE2 CVS
1358
1359* Wed Aug 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1360- official beta 1
1361
1362* Thu Aug 3 2000 Than Ngo <than@redhat.de>
1363- rebuilt against the libpng-1.0.8
1364
1365* Thu Jul 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1366- rebuild (so we have it on all arches)
1367
1368* Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1369- move man pages to a more reasonable place (this fixes Bug #14126)
1370- exclude ia64 for now (compiler problems!!!)
1371
1372* Mon Jul 24 2000 Harald Hoyer <harald@redhat.de>
1373- modified connect patch to fit qt 2.2.0 beta.
1374
1375* Thu Jul 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1376- update to current qt-copy; this is now a qt 2.2.0 beta.
1377
1378* Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1379- update to current qt-copy in kde CVS, required
1380
1381* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1382- automatic rebuild
1383
1384* Sun Jul 11 2000 Harald Hoyer <harald@redhat.de>
1385- made patch smaller and binary compatible when recompiled with 6.2
1386- modified connect and moc to cope with the new g++ class layout
1387
1388* Sun Jul 09 2000 Than Ngo <than@redhat.de>
1389- rebuilt qt with gcc-2.96-34
1390
1391* Fri Jul 07 2000 Than Ngo <than@redhat.de>
1392- rebuilt qt with c++ 2.96
1393
1394* Mon Jul  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1395- Fix dependancies
1396
1397* Sun Jul  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1398- Use egcs++ for now ** FIXME
1399
1400* Wed Jun 28 2000 Preston Brown <pbrown@redhat.com>
1401- fix up qt.sh
1402
1403* Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1404- Build in jpeg and threading support
1405- Fix a bug in clipboard pasting code
1406
1407* Wed Jun 07 2000 Preston Brown <pbrown@redhat.com>
1408- fix qt.{sh,csh}
1409- use new rpm macro paths
1410- package man pages
1411
1412* Fri Jun  2 2000 Bill Nottingham <notting@redhat.com>
1413- build without optimization on ia64
1414
1415* Mon May 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1416- 2.1.1
1417
1418* Thu May 18 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1419- recompile with correct libstdc++
1420
1421* Thu Apr 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1422- 2.1.0 final
1423
1424* Wed Apr  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1425- beta4
1426- depend on libGL.so.1 rather than Mesa - XFree86 4.0 provides that
1427  lib, too
1428
1429* Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1430- beta3
1431
1432* Tue Mar  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1433- beta2
1434- fix compilation of the NSPlugin add-on
1435
1436* Fri Mar  3 2000 Bill Nottingham <notting@redhat.com>
1437- fix %postun script
1438
1439* Fri Feb 18 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
1440- beta1
1441- get rid of qt-ImageIO, the functionality is now in the main Qt library
1442- remove qt-Network, the functionality is now in the main Qt library
1443- add changes-2.1.0 to %doc
1444
1445* Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
1446- no refcount check on postun script, we want it to happen even on upgrades
1447
1448* Thu Feb 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1449- new snapshot, should fix QWhatsThisButton
1450- remove executable permissions from *.pro files
1451
1452* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
1453- strip binaries in examples, tutorial
1454
1455* Mon Jan 31 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1456- new snapshot - should fix the hotkey bug
1457- Fix up the Makefiles so it compiles
1458
1459* Tue Jan 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1460- new snapshot - we need those QVariant fixes
1461
1462* Thu Jan 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1463- switch from glxMesa to Mesa for the GL addon
1464
1465* Wed Jan 5 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
1466- Fix up dependencies
1467- new snapshot
1468
1469* Mon Jan 3 2000 Ngo Than <than@redhat.de>
1470- new snapshot for Red Hat Linux 6.2
1471- increase version number
1472
1473* Mon Dec 20 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1474- new snapshot
1475- handle RPM_OPT_FLAGS
1476
1477* Mon Dec 13 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1478- new snapshot
1479- -GL requires libGL.so.1 instead of Mesa (might as well be glxMesa
1480  or some commercial OpenGL)
1481- -GL BuildPrereqs /usr/X11R6/include/GL/gl.h instead of Mesa-devel
1482  (might as well be glxMesa or some commercial OpenGL)
1483
1484* Sun Dec 05 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1485- update to current RSYNC version
1486- remove compilation patch - it finally works out of the box
1487
1488* Wed Oct 27 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1489- update to current CVS snapshot
1490- build extensions
1491- add patch to fix QNetwork compilation
1492
1493* Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
1494- current CVS snapshot
1495- fix compilation with gcc 2.95.x
1496- use install -c rather than just install to make BSD install happy
1497
1498* Mon Oct 11 1999 Bernhard Rosenkraenzer <bero@redhat.de>
1499- 2.1.0 snapshot (for KDE2)
1500- Fix typo in spec
1501
1502* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
1503- don't ship tutorial or example binaries
1504
1505* Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
1506- substitution in tutorial and examples so that dependencies are correct and
1507  they can be successfully rebuilt.
1508- switched to completely using QTDIR.  trying to coexist with links into
1509  /usr/{include,lib} and still compile with qt 1.x is very hard for
1510  configure scripts to cope with.
1511
1512* Thu Aug 19 1999 Preston Brown <pbrown@redhat.com>
1513- implemented QTDIR compatibility.
1514
1515* Tue Jul 20 1999 Preston Brown <pbrown@redhat.com>
1516- qt 2.0.1 packaged.
1517
1518* Wed Jul 14 1999 Preston Brown <pbrown@redhat.com>
1519- Qt 2.00 packaged.
1520- examples, html documentation, tutorial moved to /usr/doc
1521
1522* Sat Apr 17 1999 Preston Brown <pbrown@redhat.com>
1523- static library supplied in dev package.
1524
1525* Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
1526- turn on internal GIF reading support
1527
1528* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
1529- strip binaries
1530
1531* Mon Mar 15 1999 Preston Brown <pbrown@redhat.com>
1532- upgrade to qt 1.44.
1533
1534* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
1535- Injected new description and group.
1536
1537* Tue Jan 19 1999 Preston Brown <pbrown@redhat.com>
1538- moved includes to /usr/include/qt
1539
1540* Mon Jan 04 1999 Preston Brown <pbrown@redhat.com>
1541- made setup phase silent.
1542
1543* Fri Dec 04 1998 Preston Brown <pbrown@redhat.com>
1544- upgraded to qt 1.42, released today.
1545
1546* Tue Dec 01 1998 Preston Brown <pbrown@redhat.com>
1547- took Arnts RPM and made some minor changes for Red Hat.
Note: See TracBrowser for help on using the repository browser.