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

Revision 10488, 49.3 KB checked in by Takemikaduchi, 8 years ago (diff)

rebuild with gcc-5.4.0

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