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

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

rebuild with postgresql-9.0.3

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