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

Revision 1033, 46.8 KB checked in by inagaki, 14 years ago (diff)

updated: qt

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