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

Revision 5380, 48.6 KB checked in by Takemikaduchi, 12 years ago (diff)

fix for gcc46

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