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

Revision 1957, 46.9 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1%define type x11
2%define qtdir %{_libdir}/qt-%{version}
3%define rel 8
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* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 3.3.8-8
723- rebuilt with rpm-4.8.1 for pkg-config
724
725* Fri May 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-7
726- updated Requires of devel package
727
728* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.3.8-6
729- rebuilt with new toolchain
730- s/BuildPrereq/BuildRequires/
731- add Patch800 to build w/ gcc >= 4.3
732
733* Sat Jul 25 2009 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.8-5
734- added compat32 package for x86_64 arch support
735
736* Fri May 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.3.8-4
737- rebuilt with MySQL-5.1.34.
738
739* Sat Apr 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-3
740- changed qt-designer Group to Applications/Development
741- updated URL
742
743* Wed May 28 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-2
744- build with xorg-x11-7.3
745- update BuildPrereq and Requires
746
747* Mon Mar 24 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-1
748- fix release ([VineSeed:1527])
749- add Requires(post,postun): alternatives to -devel and -designer package
750
751* Sun Jan 20 2008 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.8-0vl6
752- replaced "LIBS+=-L/usr/lib/mysql" with "LIBS+=-L%%{_libdir}/mysql"
753
754* Thu Jan 17 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl5
755- add Requires to devel package
756
757* Tue Dec  4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl4
758- drop Patch300 (OverTheSpot)
759
760* Thu Sep 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl3
761- add Patch102 (CVE-2007-4137)
762
763* Thu Aug  2 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl2
764- add Patch101 (CVE-2007-3388)
765
766* Tue Jun  5 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl1
767- new upstream release
768- add Patch100 (CVE-2007-0242)
769- add Patch201
770- update Patch300, 500, 501 and 502
771- drop Patch1 (CVE-2006-4811), 301 (ATOK X) and 400 (AA)
772
773* Thu May 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3.5-0vl10
774- rebuild with libstdc++34
775
776* Sat Feb 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl9
777- import patches from FC
778  - patch504: fix-key-release-event-with-imm.diff
779  - patch505: immodule-unified-qt3.3.5-20060318-resetinputcontext.patch
780
781  * Thu Jun 29 2006 Than Ngo <than@redhat.com> 1:3.3.6-0.3.fc5
782  - fix #183302, IM preedit issue in kbabel
783
784  * Mon Jun 26 2006 Than Ngo <than@redhat.com> 1:3.3.6-0.2.fc5
785  - fix #156572, keyReleaseEvent issue
786
787* Tue Dec 19 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl8
788- use %%{_lib} instead of lib not to create broken symlinks on x86_64
789
790* Mon Nov 13 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl7
791- add Patch200 from fedora core
792- build with MySQL-5.0.27-0vl3
793
794* Tue Oct 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl6
795- add ld.so.conf.d and qt3.conf
796- update Patch1 (https://bugs.gentoo.org/attachment.cgi?id=100045)
797
798* Thu Oct 19 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl5
799- add Patch1 (CVE-2006-4811)
800
801* Mon Sep 19 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl4
802- move %%{_libdir}/qt3 from develop to main
803- fix typo
804- add patch503
805 -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm.1
806  - import qt-x11-immodule-unified-quiet.patch (patch503) from FC
807- add patch500-502
808 -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm
809  - add immodule for Qt support (patch500-502)
810    - patch500: revert some part of patch300,301 (conflict with patch501)
811    - patch501: immodule for Qt patch
812    - patch502: apply some part of patch300,301 again
813    cf. http://immodule-qt.freedesktop.org/
814        http://people.freedesktop.org/~daisuke/
815
816* Sun Sep 10 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.5-0vl3
817- added configure options for builing on 64-bit archs
818
819* Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl2
820- rebuild for VineSeed
821
822* Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl1
823- new upstream release
824- stop building nonthreaded libs
825- delete Obsoletes
826- add Patch0
827
828* Tue Jul  5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl6
829- rebuild for VineSeed
830
831* Tue Jul  5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl5
832- build for Vine3.1
833- add -v to configure option
834- move three static libs to main package
835
836* Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl4
837- rebuild for VineSeed
838
839* Sat Mar 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl3
840- (security) stop using rpath
841- cleanup this file
842
843* Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl2
844- rebuild for VineSeed
845
846* Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl1
847- new upstream release
848- update Patch400
849
850* Sat Dec 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl3
851- rebuld
852
853* Wed Nov 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl2
854- add Obsoletes: qt32-*
855
856* Sun Sep  5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl1
857- source upgrade
858- remove patch100
859- update patch300 and remove patch302-303
860- update patch400
861- update BuildPrereq and Requires
862
863* Wed Jul 28 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl3
864- add patch302-303 from KuserML
865- delete lines about vine26
866
867* Sun Jun  6 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
868- add patch100 from webcvs.kde.org/cgi-bin/cvsweb.cgi/qt-copy/patches/
869
870* Fri Apr 30 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
871- source upgrade
872- remove patch100 (it is needed only for 3.3.1)
873
874* Sun Apr 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl3
875- rebuild with XOrg
876
877* Mon Mar 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl2
878- rebuild
879
880* Mon Mar  8 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
881- source upgrade
882- remove patch800
883- add patch100 (only for qt-x11-free-3.3.1)
884
885* Sun Feb  1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl3
886- enable cups support
887
888* Sun Dec 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
889- build for VineSeed with new toolchain
890- disable cup support
891
892* Wed Dec  3 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
893- source upgrade
894- revised Patch402 and 403
895- remove Patch100
896- add patch800 to build against freetype2-2.1.7
897- (VinePlus/2.6) BuildPrereq: autoconf258
898
899* Sun Nov  9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
900- source upgrade
901- revised Patch400
902- remove Patch15
903
904* Sun Nov  2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl4
905- enable cups support
906
907* Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl3
908- rebuild for Vine2.6
909
910* Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl3
911- revised Patch400 and Patch402
912- clean up spec
913
914* Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl2
915- rebuild for Vine2.6
916
917* Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
918- revised Patch400-
919- clean up spec
920
921* Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl1
922- rebuild for Vine2.6
923
924* Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
925- source upgrade
926- add Patch100
927- remove Patch302 (it is included in this source)
928- stop using Patch400-
929- build with gcc-3.2.3
930- add export LANG=C
931- add *.pc (pkg-config files) to qt-devel package
932
933* Fri Aug 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl5
934- rebuild for Vine2.6
935
936* Wed Aug 13 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl5
937- add Patch302 to fix performance of jmode
938- change make option for SMP and add script
939
940* Thu Jun 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl4
941- update Patch400 and 401
942
943* Wed Jun 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl3
944- change spec to build with g++-2.95.3
945
946* Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl2
947- rebuild for Vine2.6
948
949* Wed Apr 16 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.1.2-0vl2
950- rebuilt with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
951
952* Fri Mar 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
953- source upgrade
954- remove all patches except patch15
955- revised patch 300-
956- stop building Xt package
957
958* Mon Feb 24 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl3
959- revised patch 301 and 302
960- enable patch 301 and 302 to Vine2.5/2.6
961
962* Sun Feb  9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl2
963- change spec to build both VineSeed and Vine2.5/2.6
964- re-number patch300-
965- delete patch4 (qt-3.1.1 does not need it)
966- add patch13 and 14
967 -- Thu Dec 19 2002 Than Ngo <than@redhat.com> 3.1.1-3
968  - add monospace patch file from Leon Ho (bug #79949)
969  - add small patch file from Sysoltsev Slawa (bug #79731)
970- add patch15
971 -- Mon Dec 30 2002 Florian La Roche <Florian.LaRoche@redhat.de>
972  - Change qmlined.h to not include an attic header that is also not shipped
973    with Red Hat Linux. This also fixes building unixODBC, that includes this
974    header (apparently also without needing it).
975
976
977* Sat Jan  4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
978- source upgrade
979- cleanup spec
980- revised Patch7, 301
981- add Patch306, 307, 308 from kde.gr.jp
982
983* Sun Dec 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.0-0vl1
984- source upgrade
985- stop using objprelink2, it does not work with gcc3
986- add Patch304 and Patch305 from www.kde.gr.jp/~akito/xft/patch_xft.html
987- add Patch1 - Patch12 from rawhide 3.1.0-1.3
988- add BuildPrereq: openMotif-devel >= 2.2.2 for build qt-Xt
989- cleanup spec for build x11 package only
990
991* Mon Nov 11 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl3
992- add export PATH=`pwd`:$PATH to %%build section
993
994* Mon Oct 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl2
995- objprelink2 support only i386 (add %%ifarch i386 ... again)
996- delete BuildPrereq: libmng-static (it merged to libmng-devel)
997- delete %%doc ANNOUNCE
998- Requires: XFree86-gl instead of Mesa
999
1000* Fri Oct  4 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl1
1001- add BuildPrereq: objprelink2 instead of BuildPrereq: objprelink
1002- add BuildPrereq: autoconf253 automake15
1003- delete Patch199 (objprelink2 do not need this patch)
1004- source upgrade
1005- revised all patches [Kdeveloper:02404]
1006- add man files to qt-devel sub-package
1007
1008* Tue Jul 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl5
1009- add patch304 from kde.gr.jp [Kdeveloper:02368]
1010
1011* Thu Jul  4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl4
1012- add patch303 from kde.gr.jp [Kdeveloper:02378]
1013
1014* Wed Apr 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl3
1015- add patch302 from kde.gr.jp
1016
1017* Thu Apr  4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl2
1018- revised patch300 from kde.gr.jp and XIMInputStyle=Over The Spot in qtrc
1019- add patch301 from kde.gr.jp
1020- make unixODBC plugin (delete define odbcplugins 0 and if %%{odbcplugins})
1021
1022* Sat Mar 30 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl1
1023- merged with rawhide 3.0.3-0.cvs20020314.1
1024- source update to 3.0.3
1025- add patch199 (objprelink)
1026- add patch300 and add defaultInputStyle=OverTheSpot in qtrc
1027- define cups 0 (Vine does not have cups)
1028- define odbcplugins 0 (unixODBC requires libqt-mt.so.2 of qt-2)
1029- cleanup spec
1030- There is Vine's previous changes, hacked for Vine
1031 -- Sat Jan  5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-6vl4
1032  - rebuild with -xft support (XFree86-4.1.99.4)
1033 -- Mon Dec 31 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl3
1034  - rebuild with glibc-2.2.4
1035 -- Sun Nov 25 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl2
1036  - add Source2 and Patch4 (use objprelink, i386 only)
1037 -- Sat Oct 13 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl1
1038  - Build for VineSeed
1039  - Add qt.using_new_library.patch from Kondara
1040 -- Mon Jun 11 2001 net_hal <net_hal@cwa.bai.ne.jp>
1041  - First build for Vine2.1.5
1042 -- Thu Apr 12 2001 Rex Dieter <rdieter@unl.edu> 2.3.0-0.6x.3
1043  - redhat 6.x backport based on rawhide's qt-2.3.0-3
1044  - remove -xft support (because we're using XFree-3)   
1045
1046* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.3-0.cvs20020314.1
1047- Update to 3.0.3-pre, required for KDE3
1048- force -fPIC usage
1049- Remove conflict with qt2 < 2.3.2-1, the new qt2 2.3.1 is fixed and qt 2.3.2
1050  is broken
1051- Ship the qmake config files (so qmake works for building any 3rd party stuff,
1052  e.g. aethera)
1053
1054* Wed Mar  6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-2
1055- Add some fixes from KDE's qt-copy CVS
1056- Pluginize image formats
1057
1058* Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-1
1059- 3.0.2 final
1060
1061* Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.3
1062- Add GB18030 codec patch, #60034
1063- Force-build jpeg support, fixing #59775 and #59795
1064
1065* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.2
1066- Build with CUPS support
1067
1068* Fri Jan 18 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.1
1069- Fix up /usr/bin/moc links, they should point to qt3
1070
1071* Mon Jan 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020114.1
1072- Build styles directly into the main library for now, there's too much broken
1073  code out there depending on this ATM.
1074
1075* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020109.1
1076- Stop excluding alpha, gcc has been fixed
1077
1078* Tue Jan  8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020108.1
1079- Add fixes from CVS; this fixes the "Alt + F1, arrow up, arrow up doesn't work
1080  in KDE" bug
1081
1082* Mon Dec 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-2
1083- Fix up settings search path
1084- Add default qtrc allowing to use KDE 3.x Qt plugins
1085- Make sure QLibrary uses RTLD_GLOBAL when dlopen()ing libraries
1086
1087* Thu Dec 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.0-1
1088- Work around gcc bug #57467
1089
1090* Wed Dec 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1091- 3.0.1 final
1092
1093* Mon Dec 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-0.cvs20011210.1
1094- Update to current (needed by KDE 3.x)
1095- Rebuild with current libstdc++
1096- Temporarily disable building on alpha
1097- Fix build with PostgreSQL 7.2
1098
1099* Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-5
1100- Fix up glweak
1101
1102* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-4
1103- Give designer, uic, moc, etc. their real names - the qt2 versions
1104  have been renamed in qt2-2.3.2-1.
1105  Conflict with qt2 < 2.3.2-1.
1106
1107* Thu Oct 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
1108- Add symlink /usr/lib/qt-3.0.0 -> /usr/lib/qt3 and set QTDIR to the
1109  symlink, allowing to update to 3.0.1 without breaking rpath'ed binaries
1110
1111* Tue Oct 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-1
1112- 3.0.0 final
1113- fix some minor specfile bugs
1114- Modularize some more (image format plugins)
1115- Build codecs
1116
1117* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta5.1
1118- beta5
1119- Share more code between qt-x11 and qt-embedded builds
1120
1121* Wed Aug 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta4.1
1122- beta4
1123- build the Motif style directly into Qt rather than as a plugin - Qt should
1124  always have at least one style...
1125- replace the designer3 symlink with a shell script that sets QTDIR correctly
1126  before launching designer
1127- Add desktop file for designer
1128
1129* Mon Aug  6 2001 Tim Powers <timp@redhat.com> 3.0.0-0.beta3.4
1130- explicitly include qm2ts, qmake, qtconfig in the devel package file list to avoid dangling symlinks
1131
1132* Thu Aug  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.3
1133- Try yet another workaround for buildsystem breakages
1134
1135* Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1136- Add another ugly workaround for build system problems, this should finally
1137  get rid of the dangling symlinks
1138
1139* Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.2
1140- Rephrase parts of the spec file, hopefully pleasing the build system
1141
1142* Sun Jul 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.1
1143- beta3
1144- Fix dangling symlinks
1145
1146* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.2
1147- Fix up QSQL Postgres classes for Postgres 7.1.x
1148- Fix various bugs:
1149  - QtMultilineEdit and QtTableView should actually compile
1150  - Link libqsqlpsql with libpq
1151  - Don't link the base library with libmysqlclient, linking the MySQL
1152    module with it is sufficient
1153- Add missing const qualifier
1154- move the SQL drivers to separate packages to avoid dependencies
1155- build and install designer plugins - converting glade files to Qt is fun. ;)
1156- handle RPM_OPT_FLAGS
1157
1158* Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.1
1159- 3.0 beta 1
1160
1161* Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010516.1
1162- Update, remove conflicts with Qt 2.x
1163
1164* Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010514.1
1165- Initial build of 3.0 branch
1166
1167* Fri Apr 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-6
1168- Fix crashes on ia64, Patch from Bill Nottingham <notting@redhat.com>
1169- Allow building qt-nox
1170
1171* Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-5
1172- Make sure uic and designer use the libqui from the source tree, not
1173  a previously installed one.
1174  Linking uic-x11 against libqui-embedded is definitely not a feature. ;)
1175- The qclipboard fix is needed for qt-x11 only, don't apply it if we're
1176  building qt-embedded
1177
1178* Sat Apr 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1179- Handle LPRng specific constructs in printcap, Bug #35937
1180
1181* Sun Mar 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1182- add qfont patch from Trolltech
1183
1184* Tue Mar 13 2001 Harald Hoyer <harald@redhat.de>
1185- added patch for '@euro' language settings
1186
1187* Tue Mar  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1188- 2.3.0 final
1189- BuildRequires XFree86-devel >= 4.0.2 (#30486)
1190
1191* Mon Feb 26 2001 Than Ngo <than@redhat.com>
1192- fix check_env function, so that qt does not crash if QT_XFT is not set
1193- fix symlinks
1194
1195* Mon Feb 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1196- 2.3.0b1
1197- Add a patch to qpsprinter that handles TrueType fonts even if they come from xfs
1198
1199* Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
1200- japanese input and clipboard fixes applied.  Changes have been sent upstream by patch authors.
1201
1202* Fri Feb  9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1203- Rebuild with new Mesa to get rid of pthreads linkage
1204- Add Xft fix from KDE CVS
1205
1206* Wed Feb  7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1207- Add printing bugfix patch from Trolltech
1208
1209* Sat Feb  3 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1210- 2.2.4
1211- Qt Embedded: Add QVfb and VNC support
1212
1213* Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1214- Don't segfault when running Qt/Embedded applications as root
1215- Improve the Qt/Embedded sparc patch so we don't need the specfile hacks
1216  anymore
1217- Fix a bug in QPrintDialog (causing KDE Bug #18608)
1218
1219* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1220- bzip2 source to save space
1221- Qt/Embedded 2.2.3
1222- Fix qte build on sparc
1223
1224* Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1225- Run ldconfig in %%post and %%postun for qt-Xt
1226
1227* Sun Dec 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1228- Build with the Xrender extension
1229  (Patch from Keith Packard <keithp@keithp.com>)
1230
1231* Wed Dec 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1232- 2.2.3
1233
1234* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1235- Rebuild to fix permissions on doc dir
1236- Don't exclude ia64 anymore
1237
1238* Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1239- Fix up uic (Patch from trolltech)
1240
1241* Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1242- Build qt-embedded
1243  changes to base: fix build, fix ISO C99 compliance, fix 64bit support
1244
1245* Mon Nov 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1246- 2.2.2
1247
1248* Tue Oct 24 2000 Than Ngo <than@redhat.com>
1249- call ldconfig for updating (Bug #19687)
1250- added patch from Trolltech, thanks to Rainer <rms@trolltech.com>
1251
1252* Wed Oct 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1253- Add missing msg2qm, msgmerge, qconfig tools (Bug #18997), introduced
1254  by broken Makefiles in base
1255- fix up %%install so it works both with old-style and new-style fileutils
1256  (fileutils <= 4.0z don't know about -L)
1257
1258* Fri Oct 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1259- Disable exception handling; this speeds up KDE 2.x and reduces its
1260  memory footprint by 20 MB.
1261
1262* Tue Oct 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1263- dereference symlinks in include
1264
1265* Sun Oct  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1266- fix -devel
1267- update to the new version of 2.2.1 on trolltech.com; the initial tarball
1268  contained broken docs
1269
1270* Thu Oct  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1271- 2.2.1
1272
1273* Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1274- Add missing uic
1275
1276* Thu Sep 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1277- Move Qt designer to a different source RPM to get rid of a
1278  circular dependency (kdelibs2->qt, qt->kdelibs2)
1279- Enable MNG support
1280- Don't compile (just include) examples and tutorials
1281- move the static libraries to a separate package (qt-static).
1282  They're HUGE, and most people won't ever need them.
1283- clean up spec file
1284- fix up dependencies (-devel requires base, -static requires devel,
1285  Xt requires base)
1286- add BuildRequires line
1287
1288* Tue Sep 12 2000 Than Ngo <than@redhat.com>
1289- update release 2.2.0
1290- changed copyright to GPL
1291- added missing static libraries
1292- made symbolic link for designer to load the help files correct
1293- made designer and designer-kde2 as sub packages
1294- added missing templates for designer
1295- remove jakub patch, since the release 2.2.0 already
1296  contains this patch.
1297- fixed qt again to compile with gcc-2.96
1298- use make -j for building
1299
1300* Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1301- Work around compiler bugs (Patch from Jakub)
1302- Use relative symlinks (Bug #16750)
1303
1304* Mon Aug 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1305- beta2
1306
1307* Mon Aug 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1308- new qt-copy from KDE2 CVS
1309
1310* Wed Aug 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1311- official beta 1
1312
1313* Thu Aug 3 2000 Than Ngo <than@redhat.de>
1314- rebuilt against the libpng-1.0.8
1315
1316* Thu Jul 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1317- rebuild (so we have it on all arches)
1318
1319* Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1320- move man pages to a more reasonable place (this fixes Bug #14126)
1321- exclude ia64 for now (compiler problems!!!)
1322
1323* Mon Jul 24 2000 Harald Hoyer <harald@redhat.de>
1324- modified connect patch to fit qt 2.2.0 beta.
1325
1326* Thu Jul 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1327- update to current qt-copy; this is now a qt 2.2.0 beta.
1328
1329* Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1330- update to current qt-copy in kde CVS, required
1331
1332* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1333- automatic rebuild
1334
1335* Sun Jul 11 2000 Harald Hoyer <harald@redhat.de>
1336- made patch smaller and binary compatible when recompiled with 6.2
1337- modified connect and moc to cope with the new g++ class layout
1338
1339* Sun Jul 09 2000 Than Ngo <than@redhat.de>
1340- rebuilt qt with gcc-2.96-34
1341
1342* Fri Jul 07 2000 Than Ngo <than@redhat.de>
1343- rebuilt qt with c++ 2.96
1344
1345* Mon Jul  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1346- Fix dependancies
1347
1348* Sun Jul  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1349- Use egcs++ for now ** FIXME
1350
1351* Wed Jun 28 2000 Preston Brown <pbrown@redhat.com>
1352- fix up qt.sh
1353
1354* Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1355- Build in jpeg and threading support
1356- Fix a bug in clipboard pasting code
1357
1358* Wed Jun 07 2000 Preston Brown <pbrown@redhat.com>
1359- fix qt.{sh,csh}
1360- use new rpm macro paths
1361- package man pages
1362
1363* Fri Jun  2 2000 Bill Nottingham <notting@redhat.com>
1364- build without optimization on ia64
1365
1366* Mon May 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1367- 2.1.1
1368
1369* Thu May 18 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1370- recompile with correct libstdc++
1371
1372* Thu Apr 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1373- 2.1.0 final
1374
1375* Wed Apr  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1376- beta4
1377- depend on libGL.so.1 rather than Mesa - XFree86 4.0 provides that
1378  lib, too
1379
1380* Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1381- beta3
1382
1383* Tue Mar  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1384- beta2
1385- fix compilation of the NSPlugin add-on
1386
1387* Fri Mar  3 2000 Bill Nottingham <notting@redhat.com>
1388- fix %postun script
1389
1390* Fri Feb 18 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
1391- beta1
1392- get rid of qt-ImageIO, the functionality is now in the main Qt library
1393- remove qt-Network, the functionality is now in the main Qt library
1394- add changes-2.1.0 to %doc
1395
1396* Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
1397- no refcount check on postun script, we want it to happen even on upgrades
1398
1399* Thu Feb 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1400- new snapshot, should fix QWhatsThisButton
1401- remove executable permissions from *.pro files
1402
1403* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
1404- strip binaries in examples, tutorial
1405
1406* Mon Jan 31 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1407- new snapshot - should fix the hotkey bug
1408- Fix up the Makefiles so it compiles
1409
1410* Tue Jan 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1411- new snapshot - we need those QVariant fixes
1412
1413* Thu Jan 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1414- switch from glxMesa to Mesa for the GL addon
1415
1416* Wed Jan 5 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
1417- Fix up dependencies
1418- new snapshot
1419
1420* Mon Jan 3 2000 Ngo Than <than@redhat.de>
1421- new snapshot for Red Hat Linux 6.2
1422- increase version number
1423
1424* Mon Dec 20 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1425- new snapshot
1426- handle RPM_OPT_FLAGS
1427
1428* Mon Dec 13 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1429- new snapshot
1430- -GL requires libGL.so.1 instead of Mesa (might as well be glxMesa
1431  or some commercial OpenGL)
1432- -GL BuildPrereqs /usr/X11R6/include/GL/gl.h instead of Mesa-devel
1433  (might as well be glxMesa or some commercial OpenGL)
1434
1435* Sun Dec 05 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1436- update to current RSYNC version
1437- remove compilation patch - it finally works out of the box
1438
1439* Wed Oct 27 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1440- update to current CVS snapshot
1441- build extensions
1442- add patch to fix QNetwork compilation
1443
1444* Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
1445- current CVS snapshot
1446- fix compilation with gcc 2.95.x
1447- use install -c rather than just install to make BSD install happy
1448
1449* Mon Oct 11 1999 Bernhard Rosenkraenzer <bero@redhat.de>
1450- 2.1.0 snapshot (for KDE2)
1451- Fix typo in spec
1452
1453* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
1454- don't ship tutorial or example binaries
1455
1456* Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
1457- substitution in tutorial and examples so that dependencies are correct and
1458  they can be successfully rebuilt.
1459- switched to completely using QTDIR.  trying to coexist with links into
1460  /usr/{include,lib} and still compile with qt 1.x is very hard for
1461  configure scripts to cope with.
1462
1463* Thu Aug 19 1999 Preston Brown <pbrown@redhat.com>
1464- implemented QTDIR compatibility.
1465
1466* Tue Jul 20 1999 Preston Brown <pbrown@redhat.com>
1467- qt 2.0.1 packaged.
1468
1469* Wed Jul 14 1999 Preston Brown <pbrown@redhat.com>
1470- Qt 2.00 packaged.
1471- examples, html documentation, tutorial moved to /usr/doc
1472
1473* Sat Apr 17 1999 Preston Brown <pbrown@redhat.com>
1474- static library supplied in dev package.
1475
1476* Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
1477- turn on internal GIF reading support
1478
1479* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
1480- strip binaries
1481
1482* Mon Mar 15 1999 Preston Brown <pbrown@redhat.com>
1483- upgrade to qt 1.44.
1484
1485* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
1486- Injected new description and group.
1487
1488* Tue Jan 19 1999 Preston Brown <pbrown@redhat.com>
1489- moved includes to /usr/include/qt
1490
1491* Mon Jan 04 1999 Preston Brown <pbrown@redhat.com>
1492- made setup phase silent.
1493
1494* Fri Dec 04 1998 Preston Brown <pbrown@redhat.com>
1495- upgraded to qt 1.42, released today.
1496
1497* Tue Dec 01 1998 Preston Brown <pbrown@redhat.com>
1498- took Arnts RPM and made some minor changes for Red Hat.
Note: See TracBrowser for help on using the repository browser.