123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446 |
- %define type x11
- %define qtdir %{_libdir}/qt-%{version}
- %define rel 6
- %define buildstatic 1
- %define buildnonthread 0
- %define styleplugins 0
- # Set this to "1" if you want to build Xt
- %define buildXt 0
- # Set this to "0" if you do not want to build immodule
- %define immodule 1
- %if %{styleplugins}
- %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
- %else
- %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
- %endif
- %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
- Summary: The shared library for the Qt GUI toolkit.
- Name: qt
- Version: 3.3.8
- Release: %{rel}%{?_dist_release}
- Source: ftp://ftp.qtsoftware.com/qt/source/qt-%{type}-free-%{version}.tar.bz2
- # Patches -99 are from kde.org
- Patch0: uic-patch.diff
- # Patches 100-199 are for Qt-x11 only
- Patch100: Qt-3.3.8-UTF-8-fix.diff
- Patch101: qt3-CVE-2007-3388.diff
- Patch102: qt3-CVE-2007-4137.diff
- # Patches 200-299 are from fedora core
- Patch200: qt-uic-nostdlib.patch
- Patch201: qt-x11-free-3.3.5-gcc4-buildkey.patch
- # Patches 300-399 are from kde.gr.jp
- # Patches for immodule for Qt
- Patch500: qt-x11-free-3.3.8-qt-x11-immodule-unified-qt3.3.7-20061229-pre.patch
- Patch501: qt-x11-immodule-unified-qt3.3.7-20061229.diff.bz2
- Patch502: qt-x11-free-3.3.8-qt-x11-immodule-unified-qt3.3.7-20061229-post.patch
- Patch503: qt-x11-immodule-unified-qt3.3.5-20051012-quiet.patch
- Patch504: qt-x11-free-3.3.6-fix-key-release-event-with-imm.diff
- Patch505: qt-x11-free-3.3.6-qt-x11-immodule-unified-qt3.3.5-20060318-resetinputcontext.patch
- # Patches 800-899 are for VineLinux
- Patch800: qt-x11-free-3.3.8-gcc43.patch
- URL: http://www.qtsoftware.com/
- License: GPL/QPL
- Group: System Environment/Libraries
- Buildroot: %{_tmppath}/%{name}-%{version}-root
- Prefix: %{qtdir}
- BuildRequires: xorg-x11-devel mesa-libGLU-devel
- BuildRequires: openMotif-devel >= 2.2.2 libpng-devel >= 1.2.5
- BuildRequires: libmng-devel glibc-devel libjpeg-devel
- BuildRequires: zlib-devel libungif-devel freetype2-devel
- BuildRequires: postgresql-devel MySQL-devel unixODBC-devel
- BuildRequires: cups-devel >= 1.1.9
- BuildRequires: libstdc++34-devel
- Requires: libexpat libstdc++34
- Requires: libpng >= 1.2.5
- Requires: freetype2 libjpeg libmng zlib
- %package devel
- Summary: Development files and documentation for the Qt GUI toolkit.
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: xorg-x11-devel
- Requires: libmng-devel libjpeg-devel libpng-devel zlib-devel
- Requires(post): alternatives
- Requires(postun): alternatives
- %package Xt
- Summary: An Xt (X Toolkit) compatibility add-on for the Qt GUI toolkit.
- Group: System Environment/Libraries
- Requires: %{name} = %{version}-%{release}
- %package styles
- Summary: Extra styles for the Qt GUI toolkit.
- Group: User Interface/Desktops
- Requires: %{name} = %{version}-%{release}
- %package ODBC
- Summary: ODBC drivers for Qt's SQL classes.
- Group: System Environment/Libraries
- Requires: %{name} = %{version}-%{release}
- %package MySQL
- Summary: MySQL drivers for Qt's SQL classes.
- Group: System Environment/Libraries
- Requires: %{name} = %{version}-%{release}
- %package PostgreSQL
- Summary: PostgreSQL drivers for Qt's SQL classes.
- Group: System Environment/Libraries
- Requires: %{name} = %{version}-%{release}
- %if %{buildstatic}
- %package static
- Summary: Version of the Qt GUI toolkit for static linking
- Group: Development/Libraries
- Requires: %{name}-devel = %{version}-%{release}
- %endif
- %package designer
- Summary: Interface designer (IDE) for the Qt toolkit
- Group: Applications/Development
- Requires: %{name}-devel = %{version}-%{release}
- Requires(post): alternatives
- Requires(postun): alternatives
- %description
- Qt is a GUI software toolkit which simplifies the task of writing and
- maintaining GUI (Graphical User Interface) applications
- for the X Window System.
- Qt is written in C++ and is fully object-oriented.
- This package contains the shared library needed to run qt
- applications, as well as the README files for qt.
- %description devel
- The qt-devel package contains the files necessary to develop
- applications using the Qt GUI toolkit: the header files, the Qt meta
- object compiler, the man pages, the HTML documentation and example
- programs. See http://www.trolltech.com/products/qt.html for more
- information about Qt, or look at
- /usr/share/doc/qt-devel-%{version}/html/index.html, which provides Qt
- documentation in HTML format.
- Install qt-devel if you want to develop GUI applications using the Qt
- toolkit.
- %description Xt
- An Xt (X Toolkit) compatibility add-on for the Qt GUI toolkit.
- %if %{buildstatic}
- %description static
- %endif
- %description styles
- Extra styles (themes) for the Qt GUI toolkit.
- %description ODBC
- ODBC driver for Qt's SQL classes (QSQL)
- %description MySQL
- MySQL driver for Qt's SQL classes (QSQL)
- %description PostgreSQL
- PostgreSQL driver for Qt's SQL classes (QSQL)
- %description designer
- The qt-designer package contains an User Interface designer tool
- for the Qt toolkit.
- # compat32
- %package -n compat32-%{name}
- Summary: The shared library for the Qt GUI toolkit.
- Group: System Environment/Libraries
- Requires: %{name} = %{version}-%{release}
- %description -n compat32-%{name}
- Qt is a GUI software toolkit which simplifies the task of writing and
- maintaining GUI (Graphical User Interface) applications
- for the X Window System.
- Qt is written in C++ and is fully object-oriented.
- This package contains the shared library needed to run qt
- applications, as well as the README files for qt.
- %package -n compat32-%{name}-devel
- Summary: Development files and documentation for the Qt GUI toolkit.
- Group: Development/Libraries
- Requires: %{name}-devel = %{version}-%{release}
- Requires: compat32-%{name} = %{version}-%{release}
- Requires: compat32-libmng-devel compat32-libjpeg-devel
- Requires: compat32-libpng-devel compat32-zlib-devel
- %description -n compat32-%{name}-devel
- The qt-devel package contains the files necessary to develop
- applications using the Qt GUI toolkit: the header files, the Qt meta
- object compiler, the man pages, the HTML documentation and example
- programs. See http://www.trolltech.com/products/qt.html for more
- information about Qt, or look at
- /usr/share/doc/qt-devel-%{version}/html/index.html, which provides Qt
- documentation in HTML format.
- Install qt-devel if you want to develop GUI applications using the Qt
- toolkit.
- %prep
- %setup -q -n qt-%{type}-free-%{version}
- %patch0 -p1 -b .uic
- %patch100 -p0 -b .utf8
- %patch101 -p3 -b .CVE-2007-3388
- %patch102 -p0 -b .CVE-2007-4137
- %patch200 -p1 -b .nostdlib
- %patch201 -p1 -b .gcc4-buildkey
- %if %{immodule}
- %patch500 -p1 -b .pre
- %patch501 -p1
- %patch502 -p1 -b .post
- %patch503 -p1 -b .quiet
- %patch504 -p1 -b .fix-key-release-event-with-imm
- %patch505 -p1 -b .resetinputcontext
- %endif
- %patch800 -p1 -b .gcc43
- %build
- find . -type d -name CVS | xargs rm -rf
- export QTDIR=`/bin/pwd`
- export LD_LIBRARY_PATH="$QTDIR/lib:$LD_LIBRARY_PATH"
- export PATH="$QTDIR/bin:$PATH"
- export LANG=C
- OPTFLAGS=`echo $RPM_OPT_FLAGS |sed -e s/-fno-rtti/-frtti/`
- %if %{immodule}
- sh ./make-symlinks.sh
- %endif
- perl -pi -e "s,-O2,-I/usr/include/freetype2 $OPTFLAGS,g" mkspecs/*/qmake.conf
- ## don't use rpath
- perl -pi -e "s|-Wl,-rpath,| |" mkspecs/*/qmake.conf
- %if %{buildstatic}
- # don't build examples, tools and tutorials with static libraries here
- echo yes |./configure \
- %if %{_lib} == lib64
- -prefix /usr/lib64/qt3 \
- -platform linux-g++-64 -L/usr/lib64 \
- %else
- -prefix /usr/lib/qt3 \
- -platform linux-g++ \
- %endif
- -release -static -qt-gif \
- -system-zlib -system-libpng -system-libmng -system-libjpeg \
- -no-g++-exceptions -enable-tools -enable-kernel -enable-widgets \
- -enable-dialogs -enable-iconview -enable-workspace -enable-network \
- -enable-canvas -enable-table -enable-xml -enable-sql -qt-style-motif \
- %{plugins} \
- -stl -thread -cups \
- -enable-opengl -sm -xinerama -xrender -xft -xkb -v
- make %{?_smp_mflags} src-qmake
- make %{?_smp_mflags} src-moc
- make %{?_smp_mflags} sub-src
- cp -aR lib lib-bld
- cp -aR bin bin-bld
- make clean
- rm -rf lib bin
- mv lib-bld lib
- mv bin-bld bin
- %endif
- %if %{buildnonthread}
- # build shared, nonthreaded libraries
- echo yes |./configure \
- %if %{_lib} == lib64
- -prefix /usr/lib64/qt3 \
- -platform linux-g++-64 -L/usr/lib64 \
- %else
- -prefix /usr/lib/qt3 \
- -platform linux-g++ \
- %endif
- -release -shared -qt-gif \
- -system-zlib -system-libpng -system-libmng -system-libjpeg \
- -no-g++-exceptions -enable-tools -enable-kernel -enable-widgets \
- -enable-dialogs -enable-iconview -enable-workspace -enable-network \
- -enable-canvas -enable-table -enable-xml -enable-sql -qt-style-motif \
- %{plugins} \
- -stl -no-thread -cups \
- -enable-opengl -sm -xinerama -xrender -xft -xkb -v
- make %{?_smp_mflags} src-qmake
- make %{?_smp_mflags} src-moc
- make %{?_smp_mflags} sub-src
- cp -aR lib lib-bld
- cp -aR bin bin-bld
- make clean
- rm -rf lib bin
- mv lib-bld lib
- mv bin-bld bin
- %endif
- # build shared, threaded (default) libraries
- echo yes |./configure \
- %if %{_lib} == lib64
- -prefix /usr/lib64/qt3 \
- -platform linux-g++-64 -L/usr/lib64 \
- %else
- -prefix /usr/lib/qt3 \
- -platform linux-g++ \
- %endif
- -release -shared -qt-gif \
- -system-zlib -system-libpng -system-libmng -system-libjpeg \
- -no-g++-exceptions -enable-tools -enable-kernel -enable-widgets \
- -enable-dialogs -enable-iconview -enable-workspace -enable-network \
- -enable-canvas -enable-table -enable-xml -enable-sql -qt-style-motif \
- %{plugins} \
- -stl -thread -cups \
- -enable-opengl -sm -xinerama -xrender -xft -xkb -v
- make %{?_smp_mflags} src-qmake
- cd plugins/src/sqldrivers/psql
- qmake -o Makefile "INCLUDEPATH+=/usr/include/pgsql /usr/include/pgsql/server /usr/include/pgsql/internal" "LIBS+=-lpq" psql.pro
- cd ../mysql
- qmake -o Makefile "INCLUDEPATH+=/usr/include/mysql" "LIBS+=-L%{_libdir}/mysql -lmysqlclient" mysql.pro
- cd ../odbc
- qmake -o Makefile "LIBS+=-lodbc" odbc.pro
- cd ../../../..
- make %{?_smp_mflags} src-moc
- make %{?_smp_mflags} sub-src
- make %{?_smp_mflags} sub-tools UIC="$QTDIR/bin/uic -nostdlib -L $QTDIR/plugins"
- %if %{buildXt}
- # build Xt/Motif Extention
- make -C extensions/nsplugin/src -j $CPUS
- %endif
- %install
- rm -rf $RPM_BUILD_ROOT
- export QTDIR=`/bin/pwd`
- export LD_LIBRARY_PATH="$QTDIR/lib:$LD_LIBRARY_PATH"
- export PATH="$QTDIR/bin:$PATH"
- mkdir -p $RPM_BUILD_ROOT%{qtdir}/{bin,include,lib}
- mkdir -p $RPM_BUILD_ROOT%{_mandir}/{man1,man3}
- # strip binaries
- rm -f bin/*.bat
- for i in bin/*; do
- strip -R .comment $i || :
- done
- # install tools and libraries
- rm bin/qmake
- cp -fL qmake/qmake bin
- for i in bin/*; do
- cp -fL $i $RPM_BUILD_ROOT/%{qtdir}/bin
- chmod 0755 $RPM_BUILD_ROOT/%{qtdir}/$i
- done
- cp -aR lib/* $RPM_BUILD_ROOT/%{qtdir}/lib
- cp -aR plugins $RPM_BUILD_ROOT/%{qtdir}
- # install man pages
- cp -fR doc/man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
- cp -fR doc/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
- rm -rf doc/man
- # clean up
- make -C tutorial clean
- make -C examples clean
- find examples -name Makefile | xargs perl -pi -e 's|\.\./\.\.|\$\(QTDIR\)|'
- find examples -type f -perm 755 | xargs strip -R .comment || :
- find tutorial -name Makefile | xargs perl -pi -e 's|\.\./\.\.|\$\(QTDIR\)|'
- find tutorial -type f -perm 755 | xargs strip -R .comment || :
- for a in */*/Makefile ; do
- sed 's|^SYSCONF_MOC.*|SYSCONF_MOC = %{qtdir}/bin/moc|' < $a > ${a}.2
- mv -v ${a}.2 $a
- done
- # Get rid of windows or mac specific links
- for i in include/* include/*/*; do [ -e $i ] || rm $i; done
- cp -frL include/* $RPM_BUILD_ROOT%{qtdir}/include
- #chmod a+r $RPM_BUILD_ROOT%{qtdir}/lib/libqt.so*
- ln -s qt-%{version} $RPM_BUILD_ROOT%{_libdir}/qt3
- mkdir -p $RPM_BUILD_ROOT/etc/profile.d
- cat > $RPM_BUILD_ROOT/etc/profile.d/qt.sh <<EOF
- # Qt initialization script (sh)
- if [ -z "\$QTDIR" ] ; then
- QTDIR="%{_libdir}/qt3"
- fi
- export QTDIR
- EOF
- chmod 755 $RPM_BUILD_ROOT/etc/profile.d/qt.sh
- cat > $RPM_BUILD_ROOT/etc/profile.d/qt.csh <<EOF
- # Qt initialization script (csh)
- if ( \$?QTDIR ) then
- exit
- endif
- setenv QTDIR %{_libdir}/qt3
- EOF
- chmod 755 $RPM_BUILD_ROOT/etc/profile.d/qt.csh
- mkdir -p $RPM_BUILD_ROOT/usr/bin
- for i in bin/*; do
- ln -s ../%{_lib}/qt3/bin/`basename $i` $RPM_BUILD_ROOT/%{_bindir}
- ln -s `basename $i` $RPM_BUILD_ROOT/usr/bin/`basename $i`3
- done
- # make symbolic link to qt docdir
- if echo %{_docdir} | grep share >& /dev/null ; then
- ln -s ../../share/doc/%{name}-devel-%{version} $RPM_BUILD_ROOT%{qtdir}/doc
- else
- ln -s ../../doc/%{name}-devel-%{version} $RPM_BUILD_ROOT%{qtdir}/doc
- fi
- # Add desktop file
- mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/Development
- cat >$RPM_BUILD_ROOT/etc/X11/applnk/Development/designer.desktop <<EOF
- [Desktop Entry]
- BinaryPattern=designer;
- Comment=Qt 3.3 Interface Designer
- Exec=designer
- Icon=designer
- InitialPreference=5
- MapNotify=true
- MimeType=application/x-designer
- Name=Qt 3.3 Designer
- Terminal=false
- Type=Application
- EOF
- # Sane default settings
- mkdir -p $RPM_BUILD_ROOT%{qtdir}/etc/settings
- cat >$RPM_BUILD_ROOT%{qtdir}/etc/settings/qtrc <<EOF
- [General]
- libraryPath=/usr/lib/kde3/plugins
- style=HighColor
- EOF
- # Ship qmake stuff
- cp -aR mkspecs $RPM_BUILD_ROOT%{qtdir}
- # pkg-config files
- mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig
- cp $RPM_BUILD_ROOT%{qtdir}/lib/*.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig
- rm -f $RPM_BUILD_ROOT%{qtdir}/lib/*.pc
- # add ld.so.conf.d and qt3.conf
- mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
- echo "%{qtdir}/lib" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/qt3.conf
- %if %{build_compat32}
- echo "%{qtdir}/lib" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/qt3-i386.conf
- %endif
- # delete files do not need
- rm -f $RPM_BUILD_ROOT%{qtdir}/lib/README
- rm -f $RPM_BUILD_ROOT%{qtdir}/lib/*.prl
- rm -f $RPM_BUILD_ROOT%{qtdir}/lib/*.la
- rm -rf $RPM_BUILD_ROOT%{qtdir}/plugins/src
- # delete files to use alternatives
- rm -f $RPM_BUILD_ROOT%{_bindir}/assistant
- rm -f $RPM_BUILD_ROOT%{_bindir}/moc
- rm -f $RPM_BUILD_ROOT%{_bindir}/qmake
- rm -f $RPM_BUILD_ROOT%{_bindir}/qtconfig
- rm -f $RPM_BUILD_ROOT%{_bindir}/uic
- rm -f $RPM_BUILD_ROOT%{_bindir}/uic3
- rm -f $RPM_BUILD_ROOT%{_bindir}/designer
- rm -f $RPM_BUILD_ROOT%{_bindir}/linguist
- rm -f $RPM_BUILD_ROOT%{_bindir}/lrelease
- rm -f $RPM_BUILD_ROOT%{_bindir}/lupdate
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %post devel
- %{_syssbindir}/update-alternatives --install \
- %{_bindir}/qtconfig qtconfig %{qtdir}/bin/qtconfig 10 \
- --slave %{_bindir}/assistant \
- assistant \
- %{qtdir}/bin/assistant \
- --slave %{_bindir}/moc \
- moc \
- %{qtdir}/bin/moc \
- --slave %{_bindir}/qmake \
- qmake \
- %{qtdir}/bin/qmake \
- --slave %{_bindir}/uic \
- uic \
- %{qtdir}/bin/uic \
- --slave %{_bindir}/uic3 \
- uic3 \
- %{qtdir}/bin/uic3
- %postun devel
- [ "$1" = "1" ] && exit
- %{_syssbindir}/update-alternatives --remove qtconfig %{qtdir}/bin/qtconfig
- [ -f "%{_bindir}/qtconfig" ] || %{_syssbindir}/update-alternatives \
- --auto qtconfig
- %post designer
- %{_syssbindir}/update-alternatives --install \
- %{_bindir}/designer designer %{qtdir}/bin/designer 10 \
- --slave %{_bindir}/linguist \
- linguist \
- %{qtdir}/bin/linguist \
- --slave %{_bindir}/lrelease \
- lrelease \
- %{qtdir}/bin/lrelease \
- --slave %{_bindir}/lupdate \
- lupdate \
- %{qtdir}/bin/lupdate
- %postun designer
- [ "$1" = "1" ] && exit
- %{_syssbindir}/update-alternatives --remove designer %{qtdir}/bin/desiner
- [ -f "%{_bindir}/designer" ] || %{_syssbindir}/update-alternatives \
- --auto designer
- %post -n compat32-%{name} -p /sbin/ldconfig
- %postun -n compat32-%{name} -p /sbin/ldconfig
- %files
- %defattr(-,root,root,-)
- %doc FAQ LICENSE.* PLATFORMS README* changes*
- %config /etc/ld.so.conf.d/qt3.conf
- %{_libdir}/qt3
- %dir %{qtdir}
- %dir %{qtdir}/lib
- %if %{buildnonthread}
- %{qtdir}/lib/libqt.so.*
- %endif
- %{qtdir}/lib/libqt-mt.so.*
- %{qtdir}/etc/settings/qtrc
- %dir %{qtdir}/plugins
- %if %{immodule}
- %{qtdir}/plugins/inputmethods
- %endif
- %{qtdir}/lib/libqui.so.*
- %{qtdir}/lib/libeditor.a
- %{qtdir}/lib/libdesignercore.a
- %{qtdir}/lib/libqassistantclient.a
- %files devel
- %defattr(-,root,root,-)
- %attr(0755,root,root) %config /etc/profile.d/*
- %{qtdir}/bin/assistant
- %{qtdir}/bin/findtr
- %{qtdir}/bin/moc
- %{qtdir}/bin/qm2ts
- %{qtdir}/bin/qmake
- %{qtdir}/bin/qt20fix
- %{qtdir}/bin/qtconfig
- %{qtdir}/bin/qtrename140
- %{qtdir}/bin/uic
- %{qtdir}/include
- %{qtdir}/doc
- %{qtdir}/mkspecs
- %if %{buildnonthread}
- %{qtdir}/lib/libqt.so
- %endif
- %{qtdir}/lib/libqt-mt.so
- %{qtdir}/lib/libqui.so
- %{_mandir}/*/*
- %{_bindir}/assistant*
- %{_bindir}/findtr*
- %{_bindir}/moc*
- %{_bindir}/qm2ts*
- %{_bindir}/qmake*
- %{_bindir}/qt20fix*
- %{_bindir}/qtconfig*
- %{_bindir}/qtrename140*
- %doc doc/*
- %doc examples
- %doc tutorial
- %{_libdir}/pkgconfig/*.pc
- %if %{buildXt}
- %post Xt -p /sbin/ldconfig
- %postun Xt -p /sbin/ldconfig
- %files Xt
- %defattr(-,root,root,-)
- %{qtdir}/lib/libqmotif.so*
- %endif
- %if %{styleplugins}
- %files styles
- %defattr(-,root,root,-)
- %dir %{qtdir}/plugins/styles
- %{qtdir}/plugins/styles/*
- %endif
- %files ODBC
- %defattr(-,root,root,-)
- %{qtdir}/plugins/sqldrivers/libqsqlodbc*
- %files PostgreSQL
- %defattr(-,root,root,-)
- %{qtdir}/plugins/sqldrivers/libqsqlpsql*
- %files MySQL
- %defattr(-,root,root,-)
- %{qtdir}/plugins/sqldrivers/libqsqlmysql*
- %if %{buildstatic}
- %files static
- %defattr(-,root,root,-)
- %{qtdir}/lib/*.a
- %exclude %{qtdir}/lib/libeditor.a
- %exclude %{qtdir}/lib/libdesignercore.a
- %exclude %{qtdir}/lib/libqassistantclient.a
- %endif
- %files designer
- %defattr(-,root,root,-)
- %{_bindir}/designer*
- %{_bindir}/linguist*
- %{_bindir}/lrelease*
- %{_bindir}/lupdate*
- %dir %{qtdir}/plugins/designer
- %{qtdir}/plugins/designer/*
- %{qtdir}/bin/designer
- %{qtdir}/bin/linguist
- %{qtdir}/bin/lrelease
- %{qtdir}/bin/lupdate
- %config /etc/X11/applnk/Development/designer.desktop
- # compat32
- %if %{build_compat32}
- %files -n compat32-%{name}
- %defattr(-,root,root,-)
- %config /etc/ld.so.conf.d/qt3-i386.conf
- %{_libdir}/qt3
- %dir %{qtdir}
- %dir %{qtdir}/lib
- %if %{buildnonthread}
- %{qtdir}/lib/libqt.so.*
- %endif
- %{qtdir}/lib/libqt-mt.so.*
- %{qtdir}/etc/settings/qtrc
- %dir %{qtdir}/plugins
- %if %{immodule}
- %{qtdir}/plugins/inputmethods
- %endif
- %{qtdir}/lib/libqui.so.*
- %{qtdir}/lib/libeditor.a
- %{qtdir}/lib/libdesignercore.a
- %{qtdir}/lib/libqassistantclient.a
- %files -n compat32-%{name}-devel
- %defattr(-,root,root,-)
- %{qtdir}/bin/assistant
- %{qtdir}/bin/findtr
- %{qtdir}/bin/moc
- %{qtdir}/bin/qm2ts
- %{qtdir}/bin/qmake
- %{qtdir}/bin/qt20fix
- %{qtdir}/bin/qtconfig
- %{qtdir}/bin/qtrename140
- %{qtdir}/bin/uic
- %{qtdir}/include
- %{qtdir}/doc
- %{qtdir}/mkspecs
- %if %{buildnonthread}
- %{qtdir}/lib/libqt.so
- %endif
- %{qtdir}/lib/libqt-mt.so
- %{qtdir}/lib/libqui.so
- %{_libdir}/pkgconfig/*.pc
- %endif
- %changelog
- * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.3.8-6
- - rebuilt with new toolchain
- - s/BuildPrereq/BuildRequires/
- - add Patch800 to build w/ gcc >= 4.3
- * Sat Jul 25 2009 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.8-5
- - added compat32 package for x86_64 arch support
- * Fri May 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.3.8-4
- - rebuilt with MySQL-5.1.34.
- * Sat Apr 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-3
- - changed qt-designer Group to Applications/Development
- - updated URL
- * Wed May 28 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-2
- - build with xorg-x11-7.3
- - update BuildPrereq and Requires
- * Mon Mar 24 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-1
- - fix release ([VineSeed:1527])
- - add Requires(post,postun): alternatives to -devel and -designer package
- * Sun Jan 20 2008 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.8-0vl6
- - replaced "LIBS+=-L/usr/lib/mysql" with "LIBS+=-L%%{_libdir}/mysql"
- * Thu Jan 17 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl5
- - add Requires to devel package
- * Tue Dec 4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl4
- - drop Patch300 (OverTheSpot)
- * Thu Sep 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl3
- - add Patch102 (CVE-2007-4137)
- * Thu Aug 2 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl2
- - add Patch101 (CVE-2007-3388)
- * Tue Jun 5 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl1
- - new upstream release
- - add Patch100 (CVE-2007-0242)
- - add Patch201
- - update Patch300, 500, 501 and 502
- - drop Patch1 (CVE-2006-4811), 301 (ATOK X) and 400 (AA)
- * Thu May 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3.5-0vl10
- - rebuild with libstdc++34
- * Sat Feb 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl9
- - import patches from FC
- - patch504: fix-key-release-event-with-imm.diff
- - patch505: immodule-unified-qt3.3.5-20060318-resetinputcontext.patch
- * Thu Jun 29 2006 Than Ngo <than@redhat.com> 1:3.3.6-0.3.fc5
- - fix #183302, IM preedit issue in kbabel
- * Mon Jun 26 2006 Than Ngo <than@redhat.com> 1:3.3.6-0.2.fc5
- - fix #156572, keyReleaseEvent issue
- * Tue Dec 19 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl8
- - use %%{_lib} instead of lib not to create broken symlinks on x86_64
- * Mon Nov 13 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl7
- - add Patch200 from fedora core
- - build with MySQL-5.0.27-0vl3
- * Tue Oct 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl6
- - add ld.so.conf.d and qt3.conf
- - update Patch1 (https://bugs.gentoo.org/attachment.cgi?id=100045)
- * Thu Oct 19 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl5
- - add Patch1 (CVE-2006-4811)
- * Mon Sep 19 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl4
- - move %%{_libdir}/qt3 from develop to main
- - fix typo
- - add patch503
- -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm.1
- - import qt-x11-immodule-unified-quiet.patch (patch503) from FC
- - add patch500-502
- -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm
- - add immodule for Qt support (patch500-502)
- - patch500: revert some part of patch300,301 (conflict with patch501)
- - patch501: immodule for Qt patch
- - patch502: apply some part of patch300,301 again
- cf. http://immodule-qt.freedesktop.org/
- http://people.freedesktop.org/~daisuke/
- * Sun Sep 10 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.5-0vl3
- - added configure options for builing on 64-bit archs
- * Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl2
- - rebuild for VineSeed
- * Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl1
- - new upstream release
- - stop building nonthreaded libs
- - delete Obsoletes
- - add Patch0
- * Tue Jul 5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl6
- - rebuild for VineSeed
- * Tue Jul 5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl5
- - build for Vine3.1
- - add -v to configure option
- - move three static libs to main package
- * Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl4
- - rebuild for VineSeed
- * Sat Mar 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl3
- - (security) stop using rpath
- - cleanup this file
- * Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl2
- - rebuild for VineSeed
- * Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl1
- - new upstream release
- - update Patch400
- * Sat Dec 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl3
- - rebuld
- * Wed Nov 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl2
- - add Obsoletes: qt32-*
- * Sun Sep 5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl1
- - source upgrade
- - remove patch100
- - update patch300 and remove patch302-303
- - update patch400
- - update BuildPrereq and Requires
- * Wed Jul 28 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl3
- - add patch302-303 from KuserML
- - delete lines about vine26
- * Sun Jun 6 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
- - add patch100 from webcvs.kde.org/cgi-bin/cvsweb.cgi/qt-copy/patches/
- * Fri Apr 30 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
- - source upgrade
- - remove patch100 (it is needed only for 3.3.1)
- * Sun Apr 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl3
- - rebuild with XOrg
- * Mon Mar 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl2
- - rebuild
- * Mon Mar 8 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
- - source upgrade
- - remove patch800
- - add patch100 (only for qt-x11-free-3.3.1)
- * Sun Feb 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl3
- - enable cups support
- * Sun Dec 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
- - build for VineSeed with new toolchain
- - disable cup support
- * Wed Dec 3 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
- - source upgrade
- - revised Patch402 and 403
- - remove Patch100
- - add patch800 to build against freetype2-2.1.7
- - (VinePlus/2.6) BuildPrereq: autoconf258
- * Sun Nov 9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
- - source upgrade
- - revised Patch400
- - remove Patch15
- * Sun Nov 2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl4
- - enable cups support
- * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl3
- - rebuild for Vine2.6
- * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl3
- - revised Patch400 and Patch402
- - clean up spec
- * Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl2
- - rebuild for Vine2.6
- * Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
- - revised Patch400-
- - clean up spec
- * Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl1
- - rebuild for Vine2.6
- * Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
- - source upgrade
- - add Patch100
- - remove Patch302 (it is included in this source)
- - stop using Patch400-
- - build with gcc-3.2.3
- - add export LANG=C
- - add *.pc (pkg-config files) to qt-devel package
- * Fri Aug 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl5
- - rebuild for Vine2.6
- * Wed Aug 13 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl5
- - add Patch302 to fix performance of jmode
- - change make option for SMP and add script
- * Thu Jun 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl4
- - update Patch400 and 401
- * Wed Jun 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl3
- - change spec to build with g++-2.95.3
- * Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl2
- - rebuild for Vine2.6
- * Wed Apr 16 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.1.2-0vl2
- - rebuilt with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
- * Fri Mar 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
- - source upgrade
- - remove all patches except patch15
- - revised patch 300-
- - stop building Xt package
- * Mon Feb 24 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl3
- - revised patch 301 and 302
- - enable patch 301 and 302 to Vine2.5/2.6
- * Sun Feb 9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl2
- - change spec to build both VineSeed and Vine2.5/2.6
- - re-number patch300-
- - delete patch4 (qt-3.1.1 does not need it)
- - add patch13 and 14
- -- Thu Dec 19 2002 Than Ngo <than@redhat.com> 3.1.1-3
- - add monospace patch file from Leon Ho (bug #79949)
- - add small patch file from Sysoltsev Slawa (bug #79731)
- - add patch15
- -- Mon Dec 30 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- - Change qmlined.h to not include an attic header that is also not shipped
- with Red Hat Linux. This also fixes building unixODBC, that includes this
- header (apparently also without needing it).
- * Sat Jan 4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
- - source upgrade
- - cleanup spec
- - revised Patch7, 301
- - add Patch306, 307, 308 from kde.gr.jp
- * Sun Dec 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.0-0vl1
- - source upgrade
- - stop using objprelink2, it does not work with gcc3
- - add Patch304 and Patch305 from www.kde.gr.jp/~akito/xft/patch_xft.html
- - add Patch1 - Patch12 from rawhide 3.1.0-1.3
- - add BuildPrereq: openMotif-devel >= 2.2.2 for build qt-Xt
- - cleanup spec for build x11 package only
- * Mon Nov 11 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl3
- - add export PATH=`pwd`:$PATH to %%build section
- * Mon Oct 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl2
- - objprelink2 support only i386 (add %%ifarch i386 ... again)
- - delete BuildPrereq: libmng-static (it merged to libmng-devel)
- - delete %%doc ANNOUNCE
- - Requires: XFree86-gl instead of Mesa
- * Fri Oct 4 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl1
- - add BuildPrereq: objprelink2 instead of BuildPrereq: objprelink
- - add BuildPrereq: autoconf253 automake15
- - delete Patch199 (objprelink2 do not need this patch)
- - source upgrade
- - revised all patches [Kdeveloper:02404]
- - add man files to qt-devel sub-package
- * Tue Jul 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl5
- - add patch304 from kde.gr.jp [Kdeveloper:02368]
- * Thu Jul 4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl4
- - add patch303 from kde.gr.jp [Kdeveloper:02378]
- * Wed Apr 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl3
- - add patch302 from kde.gr.jp
- * Thu Apr 4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl2
- - revised patch300 from kde.gr.jp and XIMInputStyle=Over The Spot in qtrc
- - add patch301 from kde.gr.jp
- - make unixODBC plugin (delete define odbcplugins 0 and if %%{odbcplugins})
- * Sat Mar 30 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl1
- - merged with rawhide 3.0.3-0.cvs20020314.1
- - source update to 3.0.3
- - add patch199 (objprelink)
- - add patch300 and add defaultInputStyle=OverTheSpot in qtrc
- - define cups 0 (Vine does not have cups)
- - define odbcplugins 0 (unixODBC requires libqt-mt.so.2 of qt-2)
- - cleanup spec
- - There is Vine's previous changes, hacked for Vine
- -- Sat Jan 5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-6vl4
- - rebuild with -xft support (XFree86-4.1.99.4)
- -- Mon Dec 31 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl3
- - rebuild with glibc-2.2.4
- -- Sun Nov 25 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl2
- - add Source2 and Patch4 (use objprelink, i386 only)
- -- Sat Oct 13 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl1
- - Build for VineSeed
- - Add qt.using_new_library.patch from Kondara
- -- Mon Jun 11 2001 net_hal <net_hal@cwa.bai.ne.jp>
- - First build for Vine2.1.5
- -- Thu Apr 12 2001 Rex Dieter <rdieter@unl.edu> 2.3.0-0.6x.3
- - redhat 6.x backport based on rawhide's qt-2.3.0-3
- - remove -xft support (because we're using XFree-3)
- * Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.3-0.cvs20020314.1
- - Update to 3.0.3-pre, required for KDE3
- - force -fPIC usage
- - Remove conflict with qt2 < 2.3.2-1, the new qt2 2.3.1 is fixed and qt 2.3.2
- is broken
- - Ship the qmake config files (so qmake works for building any 3rd party stuff,
- e.g. aethera)
- * Wed Mar 6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-2
- - Add some fixes from KDE's qt-copy CVS
- - Pluginize image formats
- * Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-1
- - 3.0.2 final
- * Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.3
- - Add GB18030 codec patch, #60034
- - Force-build jpeg support, fixing #59775 and #59795
- * Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.2
- - Build with CUPS support
- * Fri Jan 18 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.1
- - Fix up /usr/bin/moc links, they should point to qt3
- * Mon Jan 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020114.1
- - Build styles directly into the main library for now, there's too much broken
- code out there depending on this ATM.
- * Wed Jan 9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020109.1
- - Stop excluding alpha, gcc has been fixed
- * Tue Jan 8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020108.1
- - Add fixes from CVS; this fixes the "Alt + F1, arrow up, arrow up doesn't work
- in KDE" bug
- * Mon Dec 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-2
- - Fix up settings search path
- - Add default qtrc allowing to use KDE 3.x Qt plugins
- - Make sure QLibrary uses RTLD_GLOBAL when dlopen()ing libraries
- * Thu Dec 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.0-1
- - Work around gcc bug #57467
- * Wed Dec 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- - 3.0.1 final
- * Mon Dec 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-0.cvs20011210.1
- - Update to current (needed by KDE 3.x)
- - Rebuild with current libstdc++
- - Temporarily disable building on alpha
- - Fix build with PostgreSQL 7.2
- * Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-5
- - Fix up glweak
- * Mon Nov 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-4
- - Give designer, uic, moc, etc. their real names - the qt2 versions
- have been renamed in qt2-2.3.2-1.
- Conflict with qt2 < 2.3.2-1.
- * Thu Oct 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
- - Add symlink /usr/lib/qt-3.0.0 -> /usr/lib/qt3 and set QTDIR to the
- symlink, allowing to update to 3.0.1 without breaking rpath'ed binaries
- * Tue Oct 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-1
- - 3.0.0 final
- - fix some minor specfile bugs
- - Modularize some more (image format plugins)
- - Build codecs
- * Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta5.1
- - beta5
- - Share more code between qt-x11 and qt-embedded builds
- * Wed Aug 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta4.1
- - beta4
- - build the Motif style directly into Qt rather than as a plugin - Qt should
- always have at least one style...
- - replace the designer3 symlink with a shell script that sets QTDIR correctly
- before launching designer
- - Add desktop file for designer
- * Mon Aug 6 2001 Tim Powers <timp@redhat.com> 3.0.0-0.beta3.4
- - explicitly include qm2ts, qmake, qtconfig in the devel package file list to avoid dangling symlinks
- * Thu Aug 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.3
- - Try yet another workaround for buildsystem breakages
- * Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- - Add another ugly workaround for build system problems, this should finally
- get rid of the dangling symlinks
- * Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.2
- - Rephrase parts of the spec file, hopefully pleasing the build system
- * Sun Jul 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.1
- - beta3
- - Fix dangling symlinks
- * Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.2
- - Fix up QSQL Postgres classes for Postgres 7.1.x
- - Fix various bugs:
- - QtMultilineEdit and QtTableView should actually compile
- - Link libqsqlpsql with libpq
- - Don't link the base library with libmysqlclient, linking the MySQL
- module with it is sufficient
- - Add missing const qualifier
- - move the SQL drivers to separate packages to avoid dependencies
- - build and install designer plugins - converting glade files to Qt is fun. ;)
- - handle RPM_OPT_FLAGS
- * Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.1
- - 3.0 beta 1
- * Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010516.1
- - Update, remove conflicts with Qt 2.x
- * Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010514.1
- - Initial build of 3.0 branch
- * Fri Apr 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-6
- - Fix crashes on ia64, Patch from Bill Nottingham <notting@redhat.com>
- - Allow building qt-nox
- * Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-5
- - Make sure uic and designer use the libqui from the source tree, not
- a previously installed one.
- Linking uic-x11 against libqui-embedded is definitely not a feature. ;)
- - The qclipboard fix is needed for qt-x11 only, don't apply it if we're
- building qt-embedded
- * Sat Apr 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- - Handle LPRng specific constructs in printcap, Bug #35937
- * Sun Mar 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- - add qfont patch from Trolltech
- * Tue Mar 13 2001 Harald Hoyer <harald@redhat.de>
- - added patch for '@euro' language settings
- * Tue Mar 6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- - 2.3.0 final
- - BuildRequires XFree86-devel >= 4.0.2 (#30486)
- * Mon Feb 26 2001 Than Ngo <than@redhat.com>
- - fix check_env function, so that qt does not crash if QT_XFT is not set
- - fix symlinks
- * Mon Feb 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- - 2.3.0b1
- - Add a patch to qpsprinter that handles TrueType fonts even if they come from xfs
- * Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
- - japanese input and clipboard fixes applied. Changes have been sent upstream by patch authors.
- * Fri Feb 9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- - Rebuild with new Mesa to get rid of pthreads linkage
- - Add Xft fix from KDE CVS
- * Wed Feb 7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- - Add printing bugfix patch from Trolltech
- * Sat Feb 3 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- - 2.2.4
- - Qt Embedded: Add QVfb and VNC support
- * Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- - Don't segfault when running Qt/Embedded applications as root
- - Improve the Qt/Embedded sparc patch so we don't need the specfile hacks
- anymore
- - Fix a bug in QPrintDialog (causing KDE Bug #18608)
- * Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- - bzip2 source to save space
- - Qt/Embedded 2.2.3
- - Fix qte build on sparc
- * Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Run ldconfig in %%post and %%postun for qt-Xt
- * Sun Dec 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Build with the Xrender extension
- (Patch from Keith Packard <keithp@keithp.com>)
- * Wed Dec 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - 2.2.3
- * Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Rebuild to fix permissions on doc dir
- - Don't exclude ia64 anymore
- * Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Fix up uic (Patch from trolltech)
- * Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Build qt-embedded
- changes to base: fix build, fix ISO C99 compliance, fix 64bit support
- * Mon Nov 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - 2.2.2
- * Tue Oct 24 2000 Than Ngo <than@redhat.com>
- - call ldconfig for updating (Bug #19687)
- - added patch from Trolltech, thanks to Rainer <rms@trolltech.com>
- * Wed Oct 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Add missing msg2qm, msgmerge, qconfig tools (Bug #18997), introduced
- by broken Makefiles in base
- - fix up %%install so it works both with old-style and new-style fileutils
- (fileutils <= 4.0z don't know about -L)
- * Fri Oct 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Disable exception handling; this speeds up KDE 2.x and reduces its
- memory footprint by 20 MB.
- * Tue Oct 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - dereference symlinks in include
- * Sun Oct 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - fix -devel
- - update to the new version of 2.2.1 on trolltech.com; the initial tarball
- contained broken docs
- * Thu Oct 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - 2.2.1
- * Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Add missing uic
- * Thu Sep 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Move Qt designer to a different source RPM to get rid of a
- circular dependency (kdelibs2->qt, qt->kdelibs2)
- - Enable MNG support
- - Don't compile (just include) examples and tutorials
- - move the static libraries to a separate package (qt-static).
- They're HUGE, and most people won't ever need them.
- - clean up spec file
- - fix up dependencies (-devel requires base, -static requires devel,
- Xt requires base)
- - add BuildRequires line
- * Tue Sep 12 2000 Than Ngo <than@redhat.com>
- - update release 2.2.0
- - changed copyright to GPL
- - added missing static libraries
- - made symbolic link for designer to load the help files correct
- - made designer and designer-kde2 as sub packages
- - added missing templates for designer
- - remove jakub patch, since the release 2.2.0 already
- contains this patch.
- - fixed qt again to compile with gcc-2.96
- - use make -j for building
- * Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Work around compiler bugs (Patch from Jakub)
- - Use relative symlinks (Bug #16750)
- * Mon Aug 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - beta2
- * Mon Aug 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - new qt-copy from KDE2 CVS
- * Wed Aug 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - official beta 1
- * Thu Aug 3 2000 Than Ngo <than@redhat.de>
- - rebuilt against the libpng-1.0.8
- * Thu Jul 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - rebuild (so we have it on all arches)
- * Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - move man pages to a more reasonable place (this fixes Bug #14126)
- - exclude ia64 for now (compiler problems!!!)
- * Mon Jul 24 2000 Harald Hoyer <harald@redhat.de>
- - modified connect patch to fit qt 2.2.0 beta.
- * Thu Jul 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - update to current qt-copy; this is now a qt 2.2.0 beta.
- * Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - update to current qt-copy in kde CVS, required
- * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- - automatic rebuild
- * Sun Jul 11 2000 Harald Hoyer <harald@redhat.de>
- - made patch smaller and binary compatible when recompiled with 6.2
- - modified connect and moc to cope with the new g++ class layout
- * Sun Jul 09 2000 Than Ngo <than@redhat.de>
- - rebuilt qt with gcc-2.96-34
- * Fri Jul 07 2000 Than Ngo <than@redhat.de>
- - rebuilt qt with c++ 2.96
- * Mon Jul 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Fix dependancies
- * Sun Jul 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Use egcs++ for now ** FIXME
- * Wed Jun 28 2000 Preston Brown <pbrown@redhat.com>
- - fix up qt.sh
- * Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - Build in jpeg and threading support
- - Fix a bug in clipboard pasting code
- * Wed Jun 07 2000 Preston Brown <pbrown@redhat.com>
- - fix qt.{sh,csh}
- - use new rpm macro paths
- - package man pages
- * Fri Jun 2 2000 Bill Nottingham <notting@redhat.com>
- - build without optimization on ia64
- * Mon May 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - 2.1.1
- * Thu May 18 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- - recompile with correct libstdc++
- * Thu Apr 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - 2.1.0 final
- * Wed Apr 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - beta4
- - depend on libGL.so.1 rather than Mesa - XFree86 4.0 provides that
- lib, too
- * Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - beta3
- * Tue Mar 7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - beta2
- - fix compilation of the NSPlugin add-on
- * Fri Mar 3 2000 Bill Nottingham <notting@redhat.com>
- - fix %postun script
- * Fri Feb 18 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
- - beta1
- - get rid of qt-ImageIO, the functionality is now in the main Qt library
- - remove qt-Network, the functionality is now in the main Qt library
- - add changes-2.1.0 to %doc
- * Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
- - no refcount check on postun script, we want it to happen even on upgrades
- * Thu Feb 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - new snapshot, should fix QWhatsThisButton
- - remove executable permissions from *.pro files
- * Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- - strip binaries in examples, tutorial
- * Mon Jan 31 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - new snapshot - should fix the hotkey bug
- - Fix up the Makefiles so it compiles
- * Tue Jan 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - new snapshot - we need those QVariant fixes
- * Thu Jan 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- - switch from glxMesa to Mesa for the GL addon
- * Wed Jan 5 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
- - Fix up dependencies
- - new snapshot
- * Mon Jan 3 2000 Ngo Than <than@redhat.de>
- - new snapshot for Red Hat Linux 6.2
- - increase version number
- * Mon Dec 20 1999 Bernhard Rosenkraenzer <bero@redhat.com>
- - new snapshot
- - handle RPM_OPT_FLAGS
- * Mon Dec 13 1999 Bernhard Rosenkraenzer <bero@redhat.com>
- - new snapshot
- - -GL requires libGL.so.1 instead of Mesa (might as well be glxMesa
- or some commercial OpenGL)
- - -GL BuildPrereqs /usr/X11R6/include/GL/gl.h instead of Mesa-devel
- (might as well be glxMesa or some commercial OpenGL)
- * Sun Dec 05 1999 Bernhard Rosenkraenzer <bero@redhat.com>
- - update to current RSYNC version
- - remove compilation patch - it finally works out of the box
- * Wed Oct 27 1999 Bernhard Rosenkraenzer <bero@redhat.com>
- - update to current CVS snapshot
- - build extensions
- - add patch to fix QNetwork compilation
- * Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
- - current CVS snapshot
- - fix compilation with gcc 2.95.x
- - use install -c rather than just install to make BSD install happy
- * Mon Oct 11 1999 Bernhard Rosenkraenzer <bero@redhat.de>
- - 2.1.0 snapshot (for KDE2)
- - Fix typo in spec
- * Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
- - don't ship tutorial or example binaries
- * Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
- - substitution in tutorial and examples so that dependencies are correct and
- they can be successfully rebuilt.
- - switched to completely using QTDIR. trying to coexist with links into
- /usr/{include,lib} and still compile with qt 1.x is very hard for
- configure scripts to cope with.
- * Thu Aug 19 1999 Preston Brown <pbrown@redhat.com>
- - implemented QTDIR compatibility.
- * Tue Jul 20 1999 Preston Brown <pbrown@redhat.com>
- - qt 2.0.1 packaged.
- * Wed Jul 14 1999 Preston Brown <pbrown@redhat.com>
- - Qt 2.00 packaged.
- - examples, html documentation, tutorial moved to /usr/doc
- * Sat Apr 17 1999 Preston Brown <pbrown@redhat.com>
- - static library supplied in dev package.
- * Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
- - turn on internal GIF reading support
- * Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
- - strip binaries
- * Mon Mar 15 1999 Preston Brown <pbrown@redhat.com>
- - upgrade to qt 1.44.
- * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
- - Injected new description and group.
- * Tue Jan 19 1999 Preston Brown <pbrown@redhat.com>
- - moved includes to /usr/include/qt
- * Mon Jan 04 1999 Preston Brown <pbrown@redhat.com>
- - made setup phase silent.
- * Fri Dec 04 1998 Preston Brown <pbrown@redhat.com>
- - upgraded to qt 1.42, released today.
- * Tue Dec 01 1998 Preston Brown <pbrown@redhat.com>
- - took Arnts RPM and made some minor changes for Red Hat.
|