%define qIF_ver_gt() %if "%(rpmvercmp '%1' '%2')" > "0" %define qIF_ver_gteq() %if "%(rpmvercmp '%1' '%2')" >= "0" %define qIF_ver_lt() %if "%(rpmvercmp '%2' '%1')" > "0" %define qIF_ver_lteq() %if "%(rpmvercmp '%2' '%1')" >= "0" %define binutils_ver %{get_version binutils} %define _keep_libtool_files 1 %define _optlevel s %def_disable debug %def_enable static_thread %def_enable shared_thread %def_enable sql_pgsql %def_enable sql_odbc %def_enable sql_sqlite2 %def_enable sql_ibase %def_enable dbus %def_disable phonon %def_enable versioning_hack %def_enable no_some_docs # Versions %define rname qt %define major 4 %define minor 4 %define bugfix 3 %define beta %nil %define rlz alt2.1 Name: %rname%major Version: %major.%minor.%bugfix Release: %rlz %define qtdir %_libdir/%name %define kdedir %prefix %add_findprov_lib_path %qtdir/lib Group: System/Libraries Summary: Shared library for the Qt%major GUI toolkit Url: http://www.trolltech.com/products/qt/ License: GPLv2 / GPLv3 / QPL Provides: %name-x11 = %version-%release Requires: %name-doc %name-sql lib%name %name-assistant Source0: ftp://ftp.trolltech.com/qt/source/%rname-all-opensource-src-%version%beta.tar # Source8: qtX-README.ALT Source11: qt4-translations.tar # Source21: qt4-assistant.desktop Source22: qt4-designer.desktop Source23: qt4-linguist.desktop Source24: qt4-qtconfig.desktop Source101: %rname.16.png Source102: %rname.32.png Source103: %rname.48.png # FC Patch1: qt-4.0.1-sans-mono.patch # Qt-copy safe patches Patch0167: 0167-fix-group-reading.diff Patch0180: 0180-window-role.diff Patch0188: 0188-fix-moc-parser-same-name-header.diff Patch0203: 0203-qtexthtmlparser-link-color.diff Patch0209: 0209-prevent-qt-mixing.diff Patch0214: 0214-fix-qgraphicsproxywidget-tab-crash.diff Patch0216: 0216-allow-isystem-for-headers.diff Patch0226: 0226-qtreeview-column_resize_when_needed.diff Patch0234: 0234-fix-mysql-threaded.diff Patch0238: 0238-fix-qt-qttabbar-size.diff Patch0245: 0245-fix-randr-changes-detecting.diff Patch0249: 0249-webkit-stale-frame-pointer.diff Patch0254: 0254-fix-qgraphicsproxywidget-deletion-crash.diff # ALT # by raorn@altlinux Patch501: qt-4.1.3-alt-honor-SUSv3-locales.patch # Patch502: qt-4.1.1-alt-sqlite.patch Patch503: qt-4.4.0-alt-assistant-location.patch Patch504: qt-4.3.0-alt-fix-gl-loading.patch Patch505: qt-4.0.1-alt-iso_c_extension.patch Patch506: qt-4.1.0-alt-dont-build-extra.patch Patch507: qt-4.0.1-alt-visibility.patch Patch508: qt-4.4.1-alt-buildkey.patch Patch509: qt-4.4.0-qtconfig_add_translator.patch Patch510: qt-4.4.2-alt-qcalendar-show-day-on-navbar.patch Patch511: qt-4.3.2-alt-checkbox-indicator-plastique.patch Patch512: qt-4.3.4-alt-uitools-shared.patch Patch513: qt-4.4.0-alt-fix-ssl-loading.patch Patch514: qt-4.4.0-alt-fix-resolv-loading.patch Patch515: qt-4.4.0-alt-xmlpatterns-fexceptions.patch Patch516: qt-4.4.3-alt-sql-ibase-firebird.patch # SuSE Patch700: aliasing.diff Patch701: display-key-support.diff Patch702: ignore-global-advance-width-in-fots.diff Patch703: lib64.patch Patch704: postgresql83-support.diff Patch705: ppc-atomic.diff Patch706: statusbar-recursion.diff # Sergey A. Sukiyazov Patch9000: qt-4.0.1-alt-qmenubar-key_f10.patch # lcdfilter patches from https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/217729 Patch9010: 01.basic.diff Patch9011: 40.ftlcdfil.diff Patch9012: 60.lcd-fontconfig-support.diff # security BuildRequires: xorg-x11-devel freetype2-devel pkg-config rpm-utils BuildRequires: libcups-devel libcups-devel libclucene-devel BuildRequires: libbeecrypt liblcms gcc-c++ libstdc++-devel BuildRequires: libjpeg-devel libmng-devel libpng-devel zlib-devel libtiff-devel %if_enabled sql_pgsql BuildRequires: postgresql-devel > 8.0.4 libpq-devel > 8.0.4 libecpg-devel-static %endif %if_enabled sql_ibase BuildRequires: firebird-devel %endif BuildRequires: libxml2-devel libxslt-devel libreadline-devel libpam0-devel BuildRequires: libMySQL-devel BuildRequires: libsqlite3-devel bison pkg-config BuildRequires: fontconfig-devel menu-devel libssl-devel libkrb5-devel %if_enabled phonon BuildRequires: gstreamer-devel gst-plugins-devel %endif BuildPreReq: libdbus-devel %if_enabled sql_sqlite2 BuildRequires: sqlite-devel %endif %if_enabled sql_odbc BuildRequires: libunixODBC-devel %endif %description Qt is a GUI software toolkit. Qt simplifies the task of writing and maintaining GUI (graphical user interface) applications for the X Windows system. It has everything you need to create professional GUI applications. And it enables you to create them quickly. Qt is multi-platform toolkit written in C++ and is fully object-oriented. This package contains the shared library needed to run Qt%major applications, as well as the README files for Qt. ############################################## %package common Summary: Common package for Qt%major Group: System/Libraries Requires: common-licenses %description common Common package for Qt%major ############################################## %package -n lib%name Summary: Shared library for the Qt%major GUI toolkit Group: System/Libraries Requires: lib%{name}-core lib%{name}-gui lib%{name}-network Requires: lib%{name}-opengl lib%{name}-sql lib%{name}-xml Requires: lib%{name}-qt3support lib%{name}-svg lib%{name}-script Requires: lib%{name}-designer lib%{name}-assistant lib%{name}-uitools Requires: lib%{name}-webkit lib%{name}-xmlpatterns Requires: lib%{name}-help Requires: lib%{name}-clucene %{?_enable_dbus:lib%{name}-dbus} %description -n lib%name Qt is a GUI software toolkit. Qt simplifies the task of writing and maintaining GUI (graphical user interface) applications for X Windows System. Qt is written in C++ and is fully object-oriented. It has everything you need to create professional GUI applications. And it enables you to create them quickly. Qt is a multi-platform toolkit. When developing software with Qt, you can run it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98 or framebuffer devices. Simply recompile your source code on the platform you want. This package contains the shared library needed to run Qt%major applications, as well as the README files for Qt. ############################################## %package -n lib%{name}-qt3support Summary: Qt3 support library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-qt3support Qt3 support library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-core Summary: Core library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release Requires: %name-settings = %major.%minor Requires: glibc-gconv-modules %description -n lib%{name}-core Core library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-gui Summary: GUI support library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-gui GUI support library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-dbus Summary: DBus support library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-dbus DBus support library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-network Summary: Network support library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-network Network support library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-uitools Summary: Designer UI tools library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-uitools Designer UI tools library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-svg Summary: SVG support for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-svg Support for rendering Scalable Vector Graphics (SVG) drawings and animations for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-opengl Summary: OpenGL support library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-opengl OpenGL support library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-sql Summary: SQL support library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-sql SQL support library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-test Summary: Unit Testing Library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-test Unit Testing Library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-designer Summary: Libraries for the Qt%major Designer Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-designer Libraries for the Qt%major Designer ############################################## %package -n lib%{name}-assistant Summary: Qt%major Assistant support library Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-assistant Qt%major Assistant support library ############################################## %package -n lib%{name}-xml Summary: XML support library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-xml XML support library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-script Summary: Scripting support library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-script Qt Script is based on the ECMAScript scripting language, as defined in standard ECMA-262. Microsoft's JScript, and Netscape's JavaScript are also based on the ECMAScript standard. ############################################## %package -n lib%{name}-xmlpatterns Summary: XmlPatterns library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-xmlpatterns XmlPatterns library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-help Summary: Help library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-help Help library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-webkit Summary: WebKit library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-webkit WebKit library for the Qt%major GUI toolkit ############################################## %package -n lib%{name}-clucene Summary: CLucene library for the Qt%major GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%{name}-clucene CLucene library for the Qt%major GUI toolkit ############################################## %package devel Group: System/Libraries Summary: Meta-package for development with Qt%major GUI toolkit Requires: lib%name-devel %name-doc %name-designer %name-assistant %description devel Meta-package for development with Qt%major GUI toolkit ############################################## %package -n lib%name-devel Summary: Header files and libraries for developing apps which will use Qt%major Group: Development/KDE and QT Requires: %name-common = %version-%release Requires: lib%name Requires: xorg-x11-devel libssl-devel freetype2-devel fontconfig-devel libpng-devel zlib-devel libtiff-devel Requires: lib%{name}-test %if_enabled dbus Requires: libdbus-devel %endif Provides: lib%name-devel-cxx = %__gcc_version_base %description -n lib%name-devel Qt is a GUI software toolkit. Qt simplifies the task of writing and maintaining GUI (graphical user interface) applications for X Windows. Qt is written in C++ and is fully object-oriented. It has everything you need to create professional GUI applications. And it enables you to create them quickly. Qt is a multi-platform toolkit. When developing software with Qt, you can run it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. Simply recompile your source code on the platform you want. This package contains the files necessary to develop applications ############################################## %package -n lib%name-devel-static Summary: Version of the Qt GUI toolkit for static linking Group: Development/KDE and QT Requires: %name-common = %version-%release Requires: lib%name-devel Obsoletes: %name-devel-static %description -n lib%name-devel-static This package package contains the files necessary to link applications to the Qt GUI toolkit statically (rather than dynamically). Statically linked applications don't require the library to be installed on the system running the application. ############################################## %package designer Summary: Designer for the Qt%major Group: Development/KDE and QT Requires: %name-common = %version-%release Requires: lib%name-devel %description designer The package contains an User Interface designer tool for the Qt%major toolkit. ############################################## %package -n lib%name-styles Summary: Extra styles for the Qt GUI toolkit Group: System/Libraries Requires: %name-common = %version-%release %description -n lib%name-styles Extra styles (themes) for the Qt GUI toolkit. ############################################## %package sql Group: System/Libraries Summary: Meta-package for SQL support of Qt%major GUI toolkit Requires: lib%name-sql-mysql Requires: lib%name-sql-sqlite %if_enabled sql_ibase Requires: lib%name-sql-interbase %endif %if_enabled sql_pgsql Requires: lib%name-sql-postgresql %endif %if_enabled sql_ibase Requires: lib%name-sql-interbase %endif %if_enabled sql_sqlite2 Requires: lib%name-sql-sqlite2 %endif %if_enabled sql_odbc Requires: lib%name-sql-odbc %endif %description sql Meta-package for SQL support of Qt%major GUI toolkit ############################################## %package -n lib%name-sql-odbc Summary: ODBC drivers for Qt%major SQL classes Group: System/Libraries Requires: %name-common = %version-%release Provides: lib%name-plugin-sql = %version-%release %description -n lib%name-sql-odbc ODBC driver for Qt's SQL classes (QODBC) ############################################## %package -n lib%name-sql-mysql Summary: MySQL driver for Qt%major SQL classes Group: System/Libraries Requires: %name-common = %version-%release Provides: lib%name-plugin-sql = %version-%release %description -n lib%name-sql-mysql MySQL driver for Qt's SQL classes (QMYSQL) ############################################## %package -n lib%name-sql-postgresql Summary: PostgreSQL drivers for Qt%major SQL classes Group: System/Libraries Requires: %name-common = %version-%release Provides: lib%name-plugin-sql = %version-%release %description -n lib%name-sql-postgresql PostgreSQL driver for Qt's SQL classes (QPSQL) ############################################## %package -n lib%name-sql-interbase Summary: InterBase drivers for Qt%major SQL classes Group: System/Libraries Requires: %name-common = %version-%release Provides: lib%name-plugin-sql = %version-%release %description -n lib%name-sql-interbase InterBase driver for Qt's SQL classes (QIBASE) ############################################## %package -n lib%name-sql-sqlite Summary: SQLite driver for Qt%major SQL classes Group: System/Libraries Requires: %name-common = %version-%release Provides: lib%name-plugin-sql = %version-%release %description -n lib%name-sql-sqlite SQLite driver for Qt's SQL classes (QSQLITE) ############################################## %package -n lib%name-sql-sqlite2 Summary: SQLite2 driver for Qt%major SQL classes Group: System/Libraries Requires: %name-common = %version-%release Provides: lib%name-plugin-sql = %version-%release %description -n lib%name-sql-sqlite2 SQLite2 driver for Qt's SQL classes (QSQLITE2) ############################################## %package doc Summary: Document for developing apps which will use Qt%{major} Group: Development/KDE and QT Requires: %name-common = %version Requires: %name-assistant = %version Requires: %name-doc-html = %version #Requires: %name-doc-man = %version Requires: %name-doc-examples = %version %description doc This package contains documentation and sources for example programs. ############################################## %package doc-html Summary: Document for developing apps which will use Qt%{major} Group: Development/KDE and QT Requires: %name-common = %version %description doc-html This package contains documentation in html format. ############################################## %package doc-man Summary: Document for developing apps which will use Qt%{major} Group: Development/KDE and QT Requires: %name-common = %version %description doc-man This package contains documentation in man format. ############################################## %package doc-examples Summary: Examples for developing apps which will use Qt%{major} Group: Development/KDE and QT Requires: %name-common = %version %description doc-examples This package contains sources for example programs. ############################################## %package assistant Summary: Assistant for the Qt%major Group: Text tools Requires: %name-common = %version-%release Requires: lib%name-sql-sqlite %description assistant This package contains an documentation browser for the Qt%major toolkit and Qt-based programs. ############################################## %prep %define buildsubdir %rname-all-opensource-src-%version%beta %setup -q -n %buildsubdir %patch1 -p1 # qt-copy %patch0167 -p0 %patch0180 -p0 %patch0188 -p0 %patch0203 -p0 %patch0209 -p0 %patch0214 -p0 %patch0216 -p0 %patch0226 -p0 %patch0234 -p0 %patch0238 -p0 %patch0245 -p0 %patch0249 -p0 %patch0254 -p0 # ALT %patch501 -p1 ###%patch502 -p1 %patch503 -p1 %patch504 -p1 %patch505 -p1 ###%patch506 -p1 #%patch507 -p1 %patch508 -p1 %patch509 -p1 %patch510 -p1 %patch511 -p1 %patch512 -p1 %patch513 -p1 %patch514 -p1 %patch515 -p1 %patch516 -p1 %patch700 -p0 %patch701 -p0 %patch702 -p0 %patch703 -p0 %patch704 -p1 %patch705 -p0 %patch706 -p0 #%patch9000 -p1 %patch9010 -p1 %patch9011 -p1 %patch9012 -p1 tar xf %SOURCE11 pushd translations rm -f ./*.qm popd sed -i "s|-O2||" mkspecs/*/qmake.conf sed -i "s|-O2||" mkspecs/common/g++.conf %if_enabled debug sed -i "s|^CFG_DEBUG=.*|CFG_DEBUG=yes|" ./configure %else sed -i "s|^CFG_DEBUG=.*|CFG_DEBUG=no|" ./configure %endif rm -rf tools/designer/examples find . -type d -name CVS| xargs rm -rf find . -type f -name .cvsignore | xargs rm -f [ -f Makefile.cvs ] && make -f Makefile.cvs %build rm -rf %buildroot # install %%optflags subst "s|^\s*QMAKE_CFLAGS\s*=.*$|QMAKE_CFLAGS = %optflags -DGLX_GLXEXT_LEGACY|" mkspecs/*/qmake.conf subst "s|^\s*QMAKE_CFLAGS\s*=.*$|QMAKE_CFLAGS = %optflags -DGLX_GLXEXT_LEGACY|" mkspecs/common/g++.conf # versioning hack grep -q "^\s*QMAKE_LFLAGS_SONAME\s*\+" src/corelib/corelib.pro \ || echo "QMAKE_LFLAGS_SONAME += " >> src/corelib/corelib.pro %if_enabled versioning_hack cat > src/corelib/corelib_add.map <<__EOF__ %if "%__gcc_version_major" == "4" CXX3 { %else CXX%__gcc_version_major { %endif global: extern "C++" { QObject::QObject*; QString::QString*; }; }; __EOF__ sed -i 's|^\s*QMAKE_LFLAGS_SONAME\s*\+.*$|QMAKE_LFLAGS_SONAME += -Wl,--version-script=\$\$QT_BUILD_TREE/src/corelib/corelib_add.map|' src/corelib/corelib.pro %else sed -i 's|^\s*QMAKE_LFLAGS_SONAME\s*\+.*$|QMAKE_LFLAGS_SONAME += |' src/corelib/corelib.pro %endif #export QTDIR=$(`which pwd`) #export PATH=$QTDIR/bin:$QTDIR/qmake:$PATH #export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH export QT_DIR="$PWD" export PATH=$QT_DIR/bin:$PATH export LD_LIBRARY_PATH=$QT_DIR/lib:$LD_LIBRARY_PATH export KDEDIR=%kdedir export CFLAGS="%optflags" CXXFLAGS="%optflags" CNFGR="\ -L/usr/X11R6/%_lib \ -I%_includedir/pgsql/ -I%_includedir/mysql/ \ -I/usr/X11R6/include/X11/Xft -I/usr/include/fontconfig \ -prefix %qtdir \ -bindir %qtdir/bin \ -docdir %_datadir/%name/doc \ -headerdir %_includedir/%name \ -libdir %_libdir \ -translationdir %_datadir/%name/translations \ -plugindir %qtdir/plugins \ -sysconfdir %_sysconfdir/xdg \ -datadir %_datadir/%name \ -examplesdir %qtdir/examples \ -demosdir %qtdir/demos \ \ %{?_enable_debug:-debug}%{!?_enable_debug:-release} \ -no-separate-debug-info \ \ %ifarch x86_64 -platform linux-g++-64 \ %else -platform linux-g++ \ %endif -verbose \ -largefile -stl -fast -no-rpath -pch -no-exceptions -no-g++-exceptions \ %qIF_ver_gteq %binutils_ver 2.18 -reduce-relocations \ %endif \ -system-zlib -cups -openssl-linked -webkit -xmlpatterns \ -no-nas-sound \ %{?_enable_phonon:-glib -phonon}%{!?_enable_phonon: -no-glib -no-phonon} \ -no-nis -iconv \ -accessibility \ %{?_enable_dbus:-dbus-linked}%{!?_enable_dbus:-no-dbus} \ \ -DQT_USE_APPROXIMATE_CURSORS \ -sm -xfixes -xshape -xcursor -xinerama -xrender -xrandr -xkb \ -tablet -fontconfig \ \ -qt-gif \ -system-libpng -system-libjpeg -system-libmng -system-libtiff" CNFGR_STATIC=" -static \ -qt-sql-mysql -qt-sql-sqlite -system-sqlite %{?_enable_sql_ibase:-qt-sql-ibase} \ %{?_enable_sql_pgsql:-qt-sql-psql} \ %{?_enable_sql_sqlite2:-qt-sql-sqlite2} \ %{?_enable_sql_odbc:-qt-sql-odbc}" CNFGR_SHARED=" -shared \ -plugin-sql-mysql -plugin-sql-sqlite \ %{?_enable_sql_ibase:-plugin-sql-ibase} \ %{?_enable_sql_pgsql:-plugin-sql-psql} \ %{?_enable_sql_sqlite2:-plugin-sql-sqlite2} \ %{?_enable_sql_odbc:-plugin-sql-odbc}" is_building="" clean_but_lib() { [ -n "$is_building" ] || return [ -n "$1" ] && dirsuffix="$1" [ -n "$dirsuffix" ] || dirsuffix="builded" mkdir -p lib-"$dirsuffix" cp -ar lib/* lib-"$dirsuffix" make confclean rm -rf lib/* } # Build STATIC THREADED libraries # %if_enabled static_thread QMAKE_PROJECTS="src" echo "yes" |./configure $CNFGR_STATIC $CNFGR %make_build -C src %make_build -C tools/designer/src/uitools is_building=1 clean_but_lib %endif #static_thread # Build SHARED THREADED libraries # %if_enabled shared_thread echo "yes" |./configure $CNFGR_SHARED $CNFGR %make_build %if_enabled sql_sqlite2 %make_build -C src/plugins/sqldrivers/sqlite2 %endif %endif #shared_thread # compile translations LD_LIBRARY_PATH=./lib ./bin/lrelease ./translations/*.ts rm -f ./translations/*_untranslated.qm %install %if_enabled debug %set_strip_method none %endif # uninstall %%optflags subst "s|^\s*QMAKE_CFLAGS\s*=.*$|QMAKE_CFLAGS = -pipe|" mkspecs/*/qmake.conf subst "s|^\s*QMAKE_CFLAGS\s*=.*$|QMAKE_CFLAGS = -pipe|" mkspecs/common/g++.conf export QTDIR=%qtdir export QT_DIR="$PWD" export PATH=$QT_DIR/bin:%buildroot/%qtdir/bin:$PATH export MANPATH=%qtdir/doc/man:$MANPATH export LD_LIBRARY_PATH=%buildroot/%qtdir/lib:$QT_DIR/lib:$LD_LIBRARY_PATH export KDEDIR=%kdedir %__install -d -m 0755 %buildroot/%_bindir %__install -d -m 0755 %buildroot/%qtdir/plugins/codecs/ %__install -d -m 0755 %buildroot/%qtdir/plugins/crypto/ %make INSTALL_ROOT=%buildroot install %if_enabled sql_sqlite2 %make INSTALL_ROOT=%buildroot install -C src/plugins/sqldrivers/sqlite2 %endif # move docs do _docdir mkdir -p %buildroot/%_docdir/ mv %buildroot/%_datadir/%name/doc %buildroot/%_docdir/%rname-%version ln -s ../../..%_docdir/%rname-%version %buildroot/%_datadir/%name/doc # install rpm macros %__install -d -m 0755 %buildroot/%_sysconfdir/rpm/macros.d/ cat >%buildroot/%_sysconfdir/rpm/macros.d/%name <<__EOF__ %%_%{name}dir %qtdir __EOF__ # install settings %__install -d -m 0755 %buildroot/%_sysconfdir/xdg/ ln -s ../../../%_sysconfdir/xdg %buildroot/%qtdir/settings # install tools %__install -m 775 bin/findtr %buildroot/%qtdir/bin/ pushd %buildroot/%qtdir/bin/ for f in `ls -1`; do ln -s ../..%qtdir/bin/$f %buildroot/%_bindir/$f-%name done popd # install libraries # %__mkdir_p %buildroot/%qtdir/lib pushd %buildroot/%_libdir for f in lib*.so.*; do ln -s ../../$f %buildroot/%qtdir/lib/ [ -f $f ] \ && ln -sf $f %buildroot/%qtdir/lib/`echo $f| sed "s|\(.*\.so\).*|\1|"` done popd %if_enabled static_thread for f in lib-builded/lib*.a lib-builded/lib*.la; do %__install -m0644 $f %buildroot/%qtdir/lib/ done %endif # ln -s %name %buildroot/%_libdir/%rname-%version # install translations #install -m 644 ./translations/*.qm %buildroot/%qtdir/translations %__mkdir_p %buildroot/%_datadir/%name/translations ln -s ../../../%_datadir/%name/translations %buildroot/%qtdir/translations %__mkdir_p %buildroot/%_datadir/%name/phrasebooks ln -s ../../../%_datadir/%name/phrasebooks %buildroot/%qtdir/phrasebooks # findlang echo "%%defattr(644,root,root,755)" > %name.lang for f in %buildroot/%_datadir/%name/translations/*.qm do LNG=`echo "$f"| sed -e 's|^.*_\([a-z][a-z]\).*|\1|'` FILE=%%_datadir/%name/translations/`basename "$f"` echo "%%lang($LNG) $FILE" >>%name.lang done # install pkgconfig files #%__mkdir_p %buildroot/%_libdir/pkgconfig #for f in %buildroot/%_libdir/*.pc; do # %__mv $f %buildroot/%_libdir/pkgconfig/ #done sed -i "s|\(-L\${libdir}\)|-L%qtdir/lib \1|" %buildroot/%_libdir/pkgconfig/*.pc # install includes %__mkdir_p %buildroot/%_includedir/ %__ln_s ../../../%_includedir/%name %buildroot/%qtdir/include # install designer templates #install -d -m 0755 %buildroot/%qtdir/tools/designer/templates #cp -fR tools/designer/templates/*.ui %buildroot/%qtdir/tools/designer/templates # Ship qmake stuff ln -s ../../../%_datadir/%name/mkspecs %buildroot/%qtdir/mkspecs # fix lib*.so placement subst "s|^\s*QMAKE_LIBDIR_QT\s*=.*$|QMAKE_LIBDIR_QT = %qtdir/lib|" %buildroot/%qtdir/mkspecs/*/qmake.conf subst "s|^\s*QMAKE_LIBDIR_QT\s*=.*$|QMAKE_LIBDIR_QT = %qtdir/lib|" %buildroot/%qtdir/mkspecs/common/g++.conf %if_enabled versioning_hack ## fix QMAKE_LFLAGS_SONAME #for f in %buildroot/%_datadir/%name/mkspecs/*/qmake.conf #do # subst "s|^.*QMAKE_LFLAGS_SONAME.*$|QMAKE_LFLAGS_SONAME = -Wl,-soname,|g" $f #done %endif # install documentation #install -d -m 0755 %buildroot/%_docdir/%rname-%version/doc/html #install -m 0644 doc/html/*.html %buildroot/%_docdir/%rname-%version/doc/html # David - 3.0.0-0.11mdk - Install missing documentation install -d -m 0755 %buildroot/%_docdir/%rname-%version/ #install -m 0644 %_builddir/%buildsubdir/ANNOUNCE %buildroot/%_docdir/%rname-%version/ cat > %buildroot/%_docdir/%rname-%version/LICENSE <<__EOF__ see QPL-1.0, GPL-2 and GPL-3 in %_datadir/license __EOF__ #install -m 0644 %_builddir/%buildsubdir/PLATFORMS %buildroot/%_docdir/%rname-%version/ #install -m 0644 %_builddir/%buildsubdir/FAQ %buildroot/%_docdir/%rname-%version/ install -m 0644 %_builddir/%buildsubdir/README %buildroot/%_docdir/%rname-%version/ %if_enabled no_some_docs %else install -m 0644 %_builddir/%buildsubdir/changes* %buildroot/%_docdir/%rname-%version/ %endif install -m 0644 %_builddir/%buildsubdir/*.TXT %buildroot/%_docdir/%rname-%version/ # Install a README install -m 0644 %SOURCE8 %buildroot/%_docdir/%rname-%version/README.ALT %__subst 's|@QT@|%name|g' %buildroot/%_docdir/%rname-%version/README.ALT %__subst 's|@QTDIR@|%qtdir|g' %buildroot/%_docdir/%rname-%version/README.ALT %__subst 's|@QtVersion@|%version|g' %buildroot/%_docdir/%rname-%version/README.ALT %__subst 's|@PackageVersion@|%version-%release|g' %buildroot/%_docdir/%rname-%version/README.ALT %__subst 's|@QTHOME@|~/.config/|g' %buildroot/%_docdir/%rname-%version/README.ALT # Install man pages #install -d -m 0755 %buildroot/%_mandir/man1/ #for i in %_builddir/%buildsubdir/doc/man/man1/* ; do # install -m 0644 $i %buildroot/%_mandir/man1/ #done #pushd %buildroot/%_mandir/man1 # for i in $(find . -name \*.1);do # mv -f $i ${i}qt%major%minor%bugfix # done #popd #install -d -m 0755 %buildroot/%_mandir/man3/ #for i in %_builddir/%buildsubdir/doc/man/man3/* ; do # install -m 0644 $i %buildroot/%_mandir/man3/ #done # #pushd %buildroot/%_mandir/ # for i in $(find . -name Q\*);do # perl -pi -e 's|3qt|3qt%major%minor%bugfix|g' $i # done # for i in $(find . -name \*.3qt);do # mv -f $i ${i}%major%minor%bugfix # done #popd # David - 3.0.1-2mdk - Install .pri files needed to build examples and demos install -d -m 0755 %buildroot/%qtdir/src/ for i in %_builddir/%buildsubdir/src/*.pri; do install -m 0644 $i %buildroot/%qtdir/src/ done # David - 3.0.0-0.11mdk - Provide a qmake.cache for examples cp -pf %_builddir/%buildsubdir/.qmake.cache %_builddir/%buildsubdir/.qmake.cache.tmp perl -pi -e "s|^QT_SOURCE_TREE.*|QT_SOURCE_TREE = %qtdir|" %_builddir/%buildsubdir/.qmake.cache.tmp perl -pi -e "s|^QT_BUILD_TREE.*|QT_BUILD_TREE = %qtdir|" %_builddir/%buildsubdir/.qmake.cache.tmp perl -pi -e "s|^QMAKE_MOC.*|QMAKE_MOC = %qtdir/bin/moc|" %_builddir/%buildsubdir/.qmake.cache.tmp perl -pi -e "s|^QMAKE_UIC.*|QMAKE_UIC = %qtdir/bin/uic -L $$QT_BUILD_TREE/plugins|" %_builddir/%buildsubdir/.qmake.cache.tmp perl -pi -e "s|^QMAKE_QMAKE.*|QMAKE_QMAKE = %qtdir/bin/qmake|" %_builddir/%buildsubdir/.qmake.cache.tmp perl -pi -e "s|^QMAKE_MOC_SRC.*|QMAKE_MOC_SRC = %qtdir/src/moc|" %_builddir/%buildsubdir/.qmake.cache.tmp perl -pi -e "s|^QMAKE_INCDIR_QT.*|QMAKE_INCDIR_QT = %qtdir/include|" %_builddir/%buildsubdir/.qmake.cache.tmp perl -pi -e "s|^QMAKE_LIBDIR_QT.*|QMAKE_LIBDIR_QT = %qtdir/lib|" %_builddir/%buildsubdir/.qmake.cache.tmp #perl -pi -e "s|^QMAKE_LIBDIR_FLAGS.*|QMAKE_LIBDIR_FLAGS += -lXinerama|" %_builddir/%buildsubdir/.qmake.cache.tmp # examples and demos for m in examples demos do cp -ar %_builddir/%buildsubdir/$m %buildroot/%_docdir/qt-%version pushd %buildroot/%_docdir/%rname-%version/$m #cp -p %_builddir/%buildsubdir/.qmake.cache.tmp .qmake.cache find -type f -name Makefile | while read f; do rm -f "$f"; done find -type f -name \*.o | while read f; do rm -f "$f"; done cat README > README.tmp echo "Before try to build one of these $m, you need to:" > README echo "" >> README echo "export QTDIR=\"%{qtdir}/\"" >> README echo "" >> README echo "" >> README cat README.tmp >> README rm -f README.tmp popd pushd %buildroot/%_docdir/%rname-%version/ tar jcf $m.tar.bz2 $m #tar --owner=root --group=root --mode=u+w,go-w,go+rX -cjf $m.tar.bz2 $m rm -rf $m popd done ln -s ../../../%_docdir/qt-%version %buildroot/%qtdir/doc pushd %buildroot/%_datadir/%name/mkspecs/ rm -rf default %ifarch x86_64 ln -sf linux-g++-64 default %else ln -sf linux-g++ default %endif popd # Install .desktop files install -d -m 0755 %buildroot/%_datadir/applications/ install -m 0644 %SOURCE21 %buildroot/%_datadir/applications/%name-assistant.desktop install -m 0644 %SOURCE22 %buildroot/%_datadir/applications/%name-designer.desktop install -m 0644 %SOURCE23 %buildroot/%_datadir/applications/%name-linguist.desktop install -m 0644 %SOURCE24 %buildroot/%_datadir/applications/%name-qtconfig.desktop # Icons mkdir -p %buildroot/%_iconsdir/hicolor/{16x16,32x32,48x48}/apps install -m 644 %SOURCE101 %buildroot/%_iconsdir/hicolor/16x16/apps/%rname.png install -m 644 %SOURCE102 %buildroot/%_iconsdir/hicolor/32x32/apps/%rname.png install -m 644 %SOURCE103 %buildroot/%_iconsdir/hicolor/48x48/apps/%rname.png %post -n lib%name-qt3support %post_ldconfig %postun -n lib%name-qt3support %postun_ldconfig %post -n lib%name-core %post_ldconfig %postun -n lib%name-core %postun_ldconfig %post -n lib%name-gui %post_ldconfig %postun -n lib%name-gui %postun_ldconfig %post -n lib%name-uitools %post_ldconfig %postun -n lib%name-uitools %postun_ldconfig %post -n lib%name-network %post_ldconfig %postun -n lib%name-network %postun_ldconfig %post -n lib%name-opengl %post_ldconfig %postun -n lib%name-opengl %postun_ldconfig %post -n lib%name-sql %post_ldconfig %postun -n lib%name-sql %postun_ldconfig %post -n lib%name-xml %post_ldconfig %postun -n lib%name-xml %postun_ldconfig %post -n lib%name-svg %post_ldconfig %postun -n lib%name-svg %postun_ldconfig %post -n lib%name-designer %post_ldconfig %postun -n lib%name-designer %postun_ldconfig %post -n lib%name-test %post_ldconfig %postun -n lib%name-test %postun_ldconfig %post -n lib%name-dbus %post_ldconfig %postun -n lib%name-dbus %postun_ldconfig %post -n lib%name-assistant %post_ldconfig %postun -n lib%name-assistant %postun_ldconfig %post -n lib%name-script %post_ldconfig %postun -n lib%name-script %postun_ldconfig %post -n lib%name-webkit %post_ldconfig %postun -n lib%name-webkit %postun_ldconfig %post -n lib%name-help %post_ldconfig %postun -n lib%name-help %postun_ldconfig %post -n lib%name-clucene %post_ldconfig %postun -n lib%name-clucene %postun_ldconfig %post -n lib%name-xmlpatterns %post_ldconfig %postun -n lib%name-xmlpatterns %postun_ldconfig %post -n lib%name-devel %update_menus %postun -n lib%name-devel %clean_menus %post assistant %update_menus %postun assistant %clean_menus %post designer %update_menus %postun designer %clean_menus %files %files -n lib%name %files sql %files devel %files common -f %name.lang %dir %qtdir/bin %dir %qtdir/ %dir %qtdir/lib/ %dir %_datadir/%name/ %dir %_datadir/%name/doc %dir %qtdir/phrasebooks/ %dir %_datadir/%name/phrasebooks/ %dir %qtdir/translations/ %dir %_datadir/%name/translations/ #%_datadir/%name/translations/qt_*.qm #%_datadir/%name/translations/qtconfig_*.qm %dir %qtdir/plugins/ %dir %qtdir/plugins/codecs/ %dir %qtdir/plugins/sqldrivers/ %dir %qtdir/plugins/imageformats/ %dir %qtdir/plugins/inputmethods/ %dir %qtdir/plugins/iconengines/ %dir %qtdir/plugins/crypto/ %dir %qtdir/plugins/script/ #%qtdir/plugins/styles %qtdir/settings %_libdir/%rname-%version %_iconsdir/hicolor/*/apps/%rname.png %dir %_docdir/%rname-%version/ %qtdir/doc # %qtdir/mkspecs/ %dir %_datadir/%name/mkspecs/ # %dir %qtdir/src/ %files -n lib%{name}-qt3support %qtdir/bin/qtconfig %_bindir/qtconfig-%name %qtdir/lib/libQt3Support.so.* %_libdir/libQt3Support.so.* %qtdir/plugins/accessible/libqtaccessiblecompatwidgets.* %_datadir/applications/qt4-qtconfig.desktop %files -n lib%{name}-core %qtdir/lib/libQtCore.so.* %_libdir/libQtCore.so.* %qtdir/plugins/codecs/lib*.so %files -n lib%{name}-gui %qtdir/lib/libQtGui.so.* %_libdir/libQtGui.so.* %qtdir/plugins/imageformats/libqjpeg.* %qtdir/plugins/imageformats/libqgif.* %qtdir/plugins/imageformats/libqmng.* %qtdir/plugins/imageformats/libqtiff.* %qtdir/plugins/imageformats/libqico.* %qtdir/plugins/accessible/libqtaccessiblewidgets.* %qtdir/plugins/inputmethods/libqimsw-*.* %files -n lib%{name}-script %qtdir/lib/libQtScript.so.* %_libdir/libQtScript.so.* %qtdir/plugins/script/libqtscriptdbus.so %files -n lib%{name}-uitools %qtdir/lib/libQtUiTools.so.* %_libdir/libQtUiTools.so.* %files -n lib%{name}-network %qtdir/lib/libQtNetwork.so.* %_libdir/libQtNetwork.so.* %files -n lib%{name}-opengl %qtdir/lib/libQtOpenGL.so.* %_libdir/libQtOpenGL.so.* %files -n lib%{name}-sql %qtdir/lib/libQtSql.so.* %_libdir/libQtSql.so.* %files -n lib%{name}-xml %qtdir/lib/libQtXml.so.* %_libdir/libQtXml.so.* %files -n lib%{name}-svg %qtdir/lib/libQtSvg.so.* %_libdir/libQtSvg.so.* %qtdir/plugins/imageformats/libqsvg.so %qtdir/plugins/iconengines/libqsvgicon.so %files -n lib%{name}-designer %qtdir/lib/libQtDesigner.so.* %_libdir/libQtDesigner.so.* %qtdir/lib/libQtDesignerComponents.so.* %_libdir/libQtDesignerComponents.so.* %if_enabled dbus %files -n lib%{name}-dbus %_bindir/qdbusviewer-%name %qtdir/bin/qdbusviewer %_bindir/qdbus-%name %qtdir/bin/qdbus %qtdir/lib/libQtDBus.so.* %_libdir/libQtDBus.so.* %endif %files -n lib%{name}-assistant %qtdir/lib/libQtAssistantClient.so.* %_libdir/libQtAssistantClient.so.* %files -n lib%{name}-test %qtdir/lib/libQtTest.so.* %_libdir/libQtTest.so.* %files -n lib%{name}-help %qtdir/lib/libQtHelp.so.* %_libdir/libQtHelp.so.* # %qtdir/bin/qhelpconverter %qtdir/bin/qhelpgenerator %_bindir/qhelpconverter-qt4 %_bindir/qhelpgenerator-qt4 %files -n lib%{name}-clucene %qtdir/lib/libQtCLucene.so.* %_libdir/libQtCLucene.so.* %files -n lib%{name}-xmlpatterns %qtdir/bin/xmlpatterns %_bindir/xmlpatterns-qt4 %qtdir/lib/libQtXmlPatterns.so.* %_libdir/libQtXmlPatterns.so.* %files -n lib%{name}-webkit %qtdir/lib/libQtWebKit.so.* %_libdir/libQtWebKit.so.* %files -n lib%name-devel #%doc %_docdir/%rname-%version/ANNOUNCE #%doc %_docdir/%rname-%version/FAQ #%doc %_docdir/%rname-%version/PLATFORMS %doc %_docdir/%rname-%version/README* %doc %_docdir/%rname-%version/LICENSE %if_enabled no_some_docs %else %doc %_docdir/%rname-%version/changes* %endif %doc %_docdir/%rname-%version/OPENSOURCE-NOTICE.TXT %doc %_docdir/%rname-%version/GPL_EXCEPTION*.TXT # %qtdir/bin/findtr %_bindir/findtr-%name %qtdir/bin/moc %_bindir/moc-%name %qtdir/bin/lrelease %_bindir/lrelease-%name %qtdir/bin/lupdate %_bindir/lupdate-%name %qtdir/bin/pixeltool %_bindir/pixeltool-%name %qtdir/bin/rcc %_bindir/rcc-%name %qtdir/bin/qt3to4 %_bindir/qt3to4-%name %if_enabled dbus %qtdir/bin/qdbuscpp2xml %_bindir/qdbuscpp2xml-%name %qtdir/bin/qdbusxml2cpp %_bindir/qdbusxml2cpp-%name %endif %qtdir/bin/qmake %_bindir/qmake-%name %qtdir/bin/uic %_bindir/uic-%name %qtdir/bin/uic3 %_bindir/uic3-%name # %_includedir/%name/ %qtdir/include/ %qtdir/lib/*.so %_libdir/*.so # %_datadir/%name/mkspecs/common %_datadir/%name/mkspecs/features %_datadir/%name/mkspecs/default %_datadir/%name/mkspecs/*linux* %_datadir/%name/mkspecs/qconfig.pri # %qtdir/src/* %_datadir/%name/q3porting.xml # %_libdir/pkgconfig/*.pc # %_sysconfdir/rpm/macros.d/%name %files designer %_bindir/designer* %_bindir/linguist* # %_datadir/%name/phrasebooks/*.qph #%_datadir/%name/translations/designer_*.qm #%_datadir/%name/translations/linguist_*.qm # %dir %qtdir/plugins/designer %qtdir/plugins/designer/* %qtdir/bin/designer* %qtdir/bin/linguist* # %_datadir/applications/%name-linguist.desktop %_datadir/applications/%name-designer.desktop %if_enabled sql_odbc %files -n lib%name-sql-odbc %qtdir/plugins/sqldrivers/libqsqlodbc.* %endif %if_enabled sql_pgsql %files -n lib%name-sql-postgresql %qtdir/plugins/sqldrivers/libqsqlpsql.* %endif %if_enabled sql_ibase %files -n lib%name-sql-interbase %qtdir/plugins/sqldrivers/libqsqlibase.* %endif %files -n lib%name-sql-mysql %qtdir/plugins/sqldrivers/libqsqlmysql.* %files -n lib%name-sql-sqlite %qtdir/plugins/sqldrivers/libqsqlite.* %if_enabled sql_sqlite2 %files -n lib%name-sql-sqlite2 %qtdir/plugins/sqldrivers/libqsqlite2.* %endif %files assistant %_bindir/assistant-%name %qtdir/bin/assistant %_bindir/assistant_adp-%name %qtdir/bin/assistant_adp %_bindir/qcollectiongenerator-qt4 %qtdir/bin/qcollectiongenerator #%_datadir/%name/translations/assistant_*.qm %_datadir/applications/%name-assistant.desktop %files doc %exclude %_datadir/qt4/mkspecs/* %files doc-html %dir %_docdir/%rname-%version/html/ %doc %_docdir/%rname-%version/html/* %dir %_docdir/%rname-%version/src/ %doc %_docdir/%rname-%version/src/* %dir %_docdir/%rname-%version/qch/ %doc %_docdir/%rname-%version/qch/* %files doc-examples %_bindir/qtdemo-qt4 %qtdir/bin/qtdemo %doc %_docdir/%rname-%version/*.bz2 %exclude %qtdir/examples %exclude %qtdir/demos #%files doc-man #%doc %_mandir/man1/* #%doc %_mandir/man3/* %files -n lib%name-devel-static %qtdir/lib/lib*.a %qtdir/lib/lib*.la %changelog * Fri Jan 16 2009 Alexey Morozov 4.4.3-alt2.1 - applied lcd patches from https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/217729 * Thu Nov 06 2008 Sergey V Turchin 4.4.3-alt2 - built with ibase(firebird) sql driver * Wed Oct 22 2008 Sergey V Turchin 4.4.3-alt1 - new version - detect new ld to build with -reduce-relocations - update qt-copy patches - add some fixes from SuSE * Fri Sep 26 2008 Sergey V Turchin 4.4.2-alt3 - fix patch for QCalendar * Thu Sep 25 2008 Sergey V Turchin 4.4.2-alt2 - reapply patch to show day on QCalendar navigation bar * Thu Sep 18 2008 Sergey V Turchin 4.4.2-alt1 - new version * Thu Jul 31 2008 Sergey V Turchin 4.4.1-alt1 - new version - sync qt-copy patches with MDK * Wed Jun 18 2008 Sergey V Turchin 4.4.0-alt4 - built with linked libssl - fix assistant requires * Wed May 14 2008 Sergey V Turchin 4.4.0-alt3 - fix to add xmlpatterns to QT_CONFIG * Tue May 13 2008 Sergey V Turchin 4.4.0-alt2 - sync qt-copy patches with MDK * Wed May 07 2008 Sergey V Turchin 4.4.0-alt1 - new version * Mon May 05 2008 Sergey V Turchin 4.4.0-alt0.2 - built for Sysyphus * Thu Apr 17 2008 Sergey V Turchin 4.4.0-alt0.1 - intial build * Tue Apr 08 2008 Sergey V Turchin 4.3.4-alt5 - fix to compile * Tue Apr 08 2008 Sergey V Turchin 4.3.4-alt4 - locate libssl.so.4 and libssl.so too * Tue Apr 08 2008 Sergey V Turchin 4.3.4-alt3 - fix to dlopen libssl.so.6 instead of libssl.so * Tue Mar 11 2008 Sergey V Turchin 4.3.4-alt2 - remove compiler version from QT_BUILD_KEY * Mon Mar 03 2008 Sergey V Turchin 4.3.4-alt1 - new version - fix package license - built UiTools as shared library - remove Makefiles and object files from examples * Mon Jan 14 2008 Sergey V Turchin 4.3.3-alt2 - show day on qcalendar navigation bar (#13619) * Mon Dec 17 2007 Sergey V Turchin 4.3.3-alt1 - new version - sync patches with qt-copy * Tue Oct 30 2007 Sergey V Turchin 4.3.2-alt3 - change checkbox mark in Plastique style * Fri Oct 12 2007 Sergey V Turchin 4.3.2-alt2 - don't apply patches for compositing features support (fixes #13018) * Thu Oct 04 2007 Sergey V Turchin 4.3.2-alt1 - new version - sync patches with qt-copy * Thu Aug 30 2007 Sergey V Turchin 4.3.1-alt3 - add patch to fix buffer overflow * Tue Aug 14 2007 Sergey V Turchin 4.3.1-alt2 - fix qsa-examples.tar.bz2 file conflicts * Thu Aug 09 2007 Sergey V Turchin 4.3.1-alt1 - new version - sync patches with qt-copy (fixes CVE-2007-3388) * Fri Aug 03 2007 Sergey V Turchin 4.3.0-alt5 - don't apply 0172-prefer-xrandr-over-xinerama.diff (fixes #12396) * Tue Jun 19 2007 Sergey V Turchin 4.3.0-alt3 - add upstream fix do don't connect destroyed widget in stylesheet * Tue Jun 19 2007 Sergey V Turchin 4.3.0-alt2 - sync patches with qt-copy - add provides %%name-x11 = %%version-%%release * Fri Jun 01 2007 Sergey V Turchin 4.3.0-alt1 - new version - remove wrap_kde_malloc.cpp from docs - don't apply patch for alternate buttons to open application menu (#11945) - update patches from qt-copy * Tue Apr 03 2007 Sergey V Turchin 4.2.3-alt8 - add patch against UTF-8 bug * Fri Mar 30 2007 Sergey V Turchin 4.2.3-alt7 - built without libaudio * Thu Mar 29 2007 Sergey V Turchin 4.2.3-alt6 - update uk translation * Tue Mar 27 2007 Sergey V Turchin 4.2.3-alt5 - built without NAS * Wed Mar 21 2007 Sergey V Turchin 4.2.3-alt4 - rebuild * Tue Mar 20 2007 Sergey V Turchin 4.2.3-alt3 - fix timers long wait when system time moving back; thanks stanv@alt * Fri Mar 16 2007 Sergey V Turchin 4.2.3-alt2 - include qt dbus tools, missing plugins - symlink all programs to %_bindir * Wed Mar 14 2007 Sergey V Turchin 4.2.3-alt1 - new version * Mon Mar 12 2007 Sergey V Turchin 4.2.2-alt6 - update ru and uk translations thanks andi from ukr.net and arysin from gmail.com * Wed Jan 10 2007 Sergey V Turchin 4.2.2-alt5 - update QSA to 1.2.2 * Fri Dec 29 2006 Sergey V Turchin 4.2.2-alt4 - fix QSA examples file owner package * Mon Dec 25 2006 Sergey V Turchin 4.2.2-alt3 - rebuilt with new dbus * Thu Dec 14 2006 Sergey V Turchin 4.2.2-alt2 - fix requires * Tue Dec 05 2006 Sergey V Turchin 4.2.2-alt1 - new version * Fri Oct 20 2006 Sergey V Turchin 4.2.1-alt1 - new version * Fri Oct 20 2006 Sergey V Turchin 4.2.0-alt4 - update patch for qimage * Thu Oct 19 2006 Sergey V Turchin 4.2.0-alt3 - add patch for qimage * Tue Oct 17 2006 Sergey V Turchin 4.2.0-alt2 - merge qt-copy patches * Wed Oct 04 2006 Sergey V Turchin 4.2.0-alt1 - new version * Thu Sep 28 2006 Sergey V Turchin 4.1.4-alt2 - built with QSA * Tue Sep 12 2006 Sergey V Turchin 4.1.4-alt1 - new version * Tue Jun 13 2006 Sergey V Turchin 4.1.3-alt4 - fix compile with MySQL-4.0.x * Sat Jun 10 2006 Sergey V Turchin 4.1.3-alt3 - hardcode %qtdir/lib to QMAKE_LIBDIR_QT in qmake.conf * Fri Jun 09 2006 Sergey V Turchin 4.1.3-alt2 - fix for QyQt4 configure.py * Wed May 31 2006 Sergey V Turchin 4.1.3-alt1 - new version - fix build with installed %name-devel * Wed May 17 2006 Sergey V Turchin 4.1.2-alt7 - turn on versioning hack - fix pkgconfig files * Mon May 15 2006 Sergey V Turchin 4.1.2-alt6 - rebuilt with new gcc * Thu Apr 20 2006 Sergey V Turchin 4.1.2-alt5 - fix QMAKE_LIBDIR_QT * Thu Apr 20 2006 Sergey V Turchin 4.1.2-alt4 - fix lib*.so symlinks * Thu Apr 20 2006 Sergey V Turchin 4.1.2-alt3 - temporary built without QSA to resolve soname conflict with libqt3-qsa * Wed Apr 19 2006 Sergey V Turchin 4.1.2-alt2 - build sqlite2 plugin - build QSA - move libs to %_libdir - fix Categories in .desktop-s * Thu Apr 06 2006 Sergey V Turchin 4.1.2-alt1 - new version - disable hidden visibility for gcc-3.x - built with -Os * Sun Feb 26 2006 Sergey V Turchin 4.1.1-alt1 - new version * Fri Jan 27 2006 Sergey V Turchin 4.1.0-alt2 - removed target cpu name from Qt buildkey * Wed Dec 21 2005 Sergey V Turchin 4.1.0-alt1 - new version * Mon Nov 07 2005 Sergey V Turchin 4.0.1-alt2 - enable -fvisibility for gcc-3.4 - add rpm macros %%_qt4dir for devel - add patch from Sergey A. Sukiyazov for activating first menu in menubar (if present) by pressing F10 or Super_L/R (Win_L/R) - fix owner-package of /usr/lib/qt4/doc; move some dirs to %name-common * Tue Oct 25 2005 Sergey V Turchin 4.0.1-alt1 - new Qt4 * Thu Jun 02 2005 Sergey V Turchin 3.3.4-alt6 - merge patches from SuSE (patch for fast malloc) * Tue May 31 2005 Sergey V Turchin 3.3.4-alt5 - rebuild with new postgress * Mon Apr 18 2005 Sergey V Turchin 3.3.4-alt4 - add patches from Sergey A. Sukiyazov - build static library - x86_64 fixes, thanks mouse@altlinux * Mon Mar 14 2005 Sergey V Turchin 3.3.4-alt3 - qsa-1.1.2 - don't package designer translation * Wed Feb 16 2005 Sergey V Turchin 3.3.4-alt2 - restore original manpages - restore designer translations * Tue Feb 01 2005 Sergey V Turchin 3.3.4-alt1 - new version * Mon Jan 17 2005 Sergey V Turchin 3.3.3-alt9 - rebuild with gcc3.4 * Wed Dec 15 2004 Sergey V Turchin 3.3.3-alt8 - fix requires for libqt3-devel * Fri Dec 10 2004 Sergey V Turchin 3.3.3-alt7 - build imageformats and styles into plugins - remove libjpeg,libmng,libpng,libGLU devels requires from libqt3-devel - new qsa version - remove 0054-qaccel_repeat_60625.patch - split doc package - build light version for installer stage2 * Thu Nov 04 2004 Sergey V Turchin 3.3.3-alt6 - remove -fno-exceptions from QMAKE_CFLAGS_RELEASE - move settings to separate package * Mon Oct 11 2004 Sergey V Turchin 3.3.3-alt5 - export QTINC and QTLIB environment variables in %_sysconfdir/profile.d * Wed Oct 06 2004 Sergey V Turchin 3.3.3-alt4 - sync patches with qt-copy - build with system libmng * Mon Aug 23 2004 Sergey V Turchin 3.3.3-alt3 - fix provides from %name-qsa-devel - add link to %_libdir/qt-%version - add patch to fix xpm handling * Wed Aug 18 2004 Sergey V Turchin 3.3.3-alt2 - fix manpages - add patch to fix gif handling * Thu Aug 12 2004 Sergey V Turchin 3.3.3-alt1 - new version - sync patches with qt-copy * Fri Aug 06 2004 Sergey V Turchin 3.3.2-alt5 - don't package Designer translation files because overtranslation reserved words. * Thu Jun 10 2004 Sergey V Turchin 3.3.2-alt4 - update russian translations - fix QMAKE_LFLAGS_SONAME in $QTDIR/mkspecs/*/qmake.conf (#4326) * Tue May 25 2004 Sergey V Turchin 3.3.2-alt3 - add patch to fix qfontdatabase caching * Mon May 24 2004 Sergey V Turchin 3.3.2-alt2 - add patch from qt-copy against kde menu width * Wed May 19 2004 Sergey V Turchin 3.3.2-alt1 - new version - remove provides libqt3-gcc_compiled * Thu Apr 29 2004 Sergey V Turchin 3.3.1-alt6 - rebuild with new glibc-2.3.3 - add patches from qt-copy for QImage->QPixmap conversions - make buildable without unixODBC * Mon Apr 26 2004 Sergey V Turchin 3.3.1-alt5 - add patch form FC for Sans font name - fix default qtrc * Wed Apr 07 2004 Sergey V Turchin 3.3.1-alt4 - update Russian translations - add designer translation by Valia V. Vaneeva - add *.desktop for menus - fix crash KDevelop when click .ui in file tree view - fix compile programs with -pedantic * Tue Mar 16 2004 Sergey V Turchin 3.3.1-alt3 - temporary provide libqt3-gcc_compiled * Thu Mar 04 2004 Sergey V Turchin 3.3.1-alt2 - rebuild with internal libmng * Tue Mar 02 2004 Sergey V Turchin 3.3.1-alt1 - new version - build with: shared sqlite, dlopen OpenGL * Wed Feb 04 2004 Sergey V Turchin 3.3.0-alt1 - new version * Tue Feb 03 2004 Sergey V Turchin 3.2.3-alt4 - add provides versioning lib%name(CXX%%__gcc_version_major) - add Russian translations * Tue Jan 13 2004 Sergey V Turchin 3.2.3-alt3 - rebuild with gcc3.3 * Thu Dec 25 2003 Sergey V Turchin 3.2.3-alt2 - removed fast-mallock.patch - add versioning - add translation support for qtconfig and designer * Tue Nov 25 2003 Sergey V Turchin 3.2.3-alt1 - new version * Mon Oct 27 2003 Sergey V Turchin 3.2.2-alt1 - new version - build with new qsa-1.0.1 * Mon Jul 07 2003 Sergey V Turchin 3.1.2-alt10 - build without -fno-use-cxa-atexit * Tue Jun 24 2003 Sergey V Turchin 3.1.2-alt9 - add localization patch by raorn at altlinux.ru * Mon Jun 16 2003 Sergey V Turchin 3.1.2-alt8 - add patch from qt-copy - build with nas - remove unusable sources and patches * Tue May 20 2003 Sergey V Turchin 3.1.2-alt7 - remove requires libXft - build with Xft from XFree86 - add RH patches * Mon Apr 28 2003 Sergey V Turchin 3.1.2-alt6 - add xrandr patches * Thu Apr 17 2003 Sergey V Turchin 3.1.2-alt5 - fix typing in xx_XX.CP1251 locale * Tue Apr 15 2003 Sergey V Turchin 3.1.2-alt4 - fix missing file qsa.prf in lib%name-qsa-devel - fix placement of qsa plugins - fix build examples and tutorial * Wed Apr 09 2003 Sergey V Turchin 3.1.2-alt3 - build with QT_USE_APPROXIMATE_CURSORS (XFree-4.3 have nice cursors) * Wed Mar 19 2003 Sergey V Turchin 3.1.2-alt2 - don't apply Patch14 (aa by default) * Thu Mar 13 2003 Sergey V Turchin 3.1.2-alt1 - new version - build new QSA beta3 * Thu Feb 06 2003 Sergey V Turchin 3.1.1-alt3 - build new QSA beta2 - add RH && MDK patches * Wed Jan 08 2003 Sergey V Turchin 3.1.1-alt2 - disable objprelink - build QSA (Qt Stript for Applications) 1.0-beta2pre1 * Tue Dec 17 2002 Sergey V Turchin 3.1.1-alt1 - new version * Mon Nov 18 2002 Sergey V Turchin 3.1.0-alt3 - add patches from RH - build libraries libeditor libdesigner libqassistantclient * Mon Nov 18 2002 Sergey V Turchin 3.1.0-alt2 - add patches from MDK - add patch1000 from ASP - use tarball from Trolltech - disable old patches * Mon Nov 11 2002 Sergey V Turchin 3.1.0-alt1 - release - update from cvs of qt-copy * Wed Nov 06 2002 Stanislav Ievlev 3.1.0-alt0.6.kde3rc2 - changelog fix * Tue Nov 05 2002 Sergey V Turchin 3.1.0-alt0.6.kde31rc2 - qt-copy for KDE-3.1.rc2 (20021104) * Tue Oct 29 2002 Sergey V Turchin 3.1.0-alt0.5.beta2qtcopy - qt-copy for KDE-3.1.rc1 * Mon Oct 21 2002 Sergey V Turchin 3.1.0-alt0.4.beta2 - update from cvs of qt-copy - add RH patches for Xft2 ported by Albert R. Valiev * Mon Oct 14 2002 Sergey V Turchin 3.1.0-alt0.3.beta2 - qt-copy of 3.1beta2 from kde.org * Wed Oct 09 2002 Sergey V Turchin 3.1.0-alt0.2.beta2 - 3.1beta2 - incrase %%release to upgrade Qt from Daedalus - compile with xft2 (without patches) * Mon Oct 07 2002 Sergey V Turchin 3.0.5-alt14 - compile with xft2 (add RH patches) * Thu Oct 03 2002 Sergey V Turchin 3.0.5-alt12 - fix requires && provides * Wed Oct 02 2002 Sergey V Turchin 3.0.5-alt11 - fix conflicts * Wed Oct 02 2002 Sergey V Turchin 3.0.4-alt10 - fix provides && conflicts - rebuild with new libGLU - build designer without KDE * Thu Sep 26 2002 Sergey V Turchin 3.0.5-alt9 - add default config - build designer with KDE - fix provides * Mon Sep 16 2002 Sergey V Turchin 3.0.5-alt8 - rebuild with new XFree86 * Wed Sep 11 2002 Sergey V Turchin 3.0.4-alt3.junuior - build for Junior * Mon Sep 09 2002 Sergey V Turchin 3.0.5-alt7 - build with objprelink * Wed Sep 04 2002 Sergey V Turchin 3.0.5-alt6 - build with gcc 3.2 * Fri Aug 09 2002 Sergey V Turchin 3.0.5-alt5 - fix %%build to don't search libs in %buildroot when start qt only based application. This fix launching apps like licq psi, change styles in kcontrol and more bugs * Tue Aug 06 2002 Sergey V Turchin 3.0.5-alt4 - disable patches 600-700 - Conflicts: kdelibs < 3.0.2-alt4 - remove fixes qconfig.h for pyqt (styles compiled in) * Tue Aug 06 2002 Sergey V Turchin 3.0.5-alt3 - rebuild with motif style - fix qconfig.h for pyqt * Wed Jul 31 2002 Sergey V Turchin 3.0.5-alt2 - fix symlinks in %_libdir * Mon Jul 29 2002 Sergey V Turchin 3.0.5-alt1 - new version - build without kde because not need - some patches from cooker and rawhide - add patches from Sergey A. Sukiyazov and kde.ru * Fri May 24 2002 ZerG 3.0.4-alt2 - qt-copy for KDE 3.0.1 - fix homedir to ~/.qt3 - build designer with kde * Mon May 06 2002 Sergey V Turchin 3.0.4-alt1 - new version * Fri Apr 19 2002 Sergey V Turchin 3.0.3-alt3 - split * Thu Apr 04 2002 Sergey V Turchin 3.0.3-alt2 - snapshot for KDE3 * Wed Mar 27 2002 Sergey V Turchin 3.0.3-alt1 - new version * Fri Mar 22 2002 Sergey V Turchin 3.0.3-alt0.1.rc5 - snapshot for KDE3 rc3 * Tue Mar 12 2002 Sergey V Turchin 3.0.2-alt1 - new version * Fri Feb 08 2002 Sergey V Turchin 3.0.1-alt1 - new version * Thu Oct 11 2001 Sergey V Turchin 2.3.1-alt7 - build with new libpng - add %%_libdir/libqt.so to lib%%name-devel * Sat Sep 15 2001 Sergey Vlasov 2.3.1-alt6 - don't compile designer with the static library - don't compile examples and tutorial - it just wastes time - run "make clean" after static libraries to get rid of non-PIC objects - build libqxt with RPM_OPT_FLAGS - do not install designer/pics - they are not needed at runtime - install designer templates, examples and tools * Tue Aug 21 2001 AEN 2.3.1-alt5 - ttf2ps fixed * Thu Aug 16 2001 Sergey V Turchin 2.3.1-alt4 - move all libqxt to lib%name-Xt package - move documentation to %name-doc package - add %name-xim-20010617.diff %name-qclipboard-20010617.diff and %name-qstring-toDouble-i18n-20010617.diff patches * Wed Aug 15 2001 Sergey V Turchin 2.3.1-alt3 - clean spec & disable enc.patch - build packages with static libs * Wed Jul 18 2001 David BAUDENS 2.3.1-8mdk - Re-upload with non broken BuildRequires * Wed Jul 18 2001 Stefan van der Eijk 2.3.1-7mdk - BuildRequires: kdelibs-devel - Removed BuildRequires: Mesa-common XFree86-devel XFree86-libs db1 db3 gawk glibc-devel libstdc++-devel zlib-devel zlib1 * Tue Jul 17 2001 David BAUDENS 2.3.1-6mdk - Fix a typo when we create /usr/lib/qt2/lib/libqt-mt.so.%%version link * Fri Jul 06 2001 David BAUDENS 2.3.1-5mdk - Fix build on alpha (Jeff Garzik) * Thu Jul 05 2001 David BAUDENS 2.3.1-4mdk - Fix name for static libraries - Add few BuildRequires and Obsoletes - Add support for ia64 * Sun Jul 01 2001 David BAUDENS 2.3.1-3mdk - Rebuild with KDE (2.2.beta1) support - Fix few Provides: and PreReq: - Complete BuildRequires: for Linux-Mandrake 7.2 * Sat Jun 23 2001 David BAUDENS 2.3.1-2mdk - Rewrite %%build section (so, fix designer and some problems with rpath) - Rewrite few sections of %%install (i.e. don't build in %%install) - Complete %%install section according to %%build section - Disable thread support for Linux-Mandrake 7.2 - Use system zlib and libpng instead sources provided in Qt package (8.0 and 8.1) - Allow documentation to be used in designer (you need to "export QTDIR=/usr/lib/qt2/" if it's not already done) - Add some missing BuildRequires - Fix Makefiles in examples and tutorials * Sun Jun 17 2001 David BAUDENS 2.3.1-1mdk - 2.3.1 - Add tests to automatically build right packages for right distribution - Add %%files sections for all supported LMDK distributions - Rewrite some sections of this spec to allow clean updates - Remove qt-2.3.0-printing.patch.bz2 - Don't apply qt-2.3.0-qpsprinter-gbkprint.patch.bz2 at present time - Disable kde support at present time - Clean spec: bzip2 and rename qpsprinter-gbkprint.patch according to LMDK policy and add missing comments to make spec understandable by everybody (pacakgers, please to don't be lazzy and think you are not the only one who modify spec files) - Fix few incorrect symlinks - Rename static-libraries package to libqt2-static-devel (8.1) * Thu May 31 2001 DU Xiaoming 2.3.0-6mdk - Add a patch for simplified chinese printing. * Fri Apr 20 2001 David BAUDENS 2.3.0-5mdk - Rebuild against latest GCC * Wed Apr 18 2001 David BAUDENS 2.3.0-4mdk - Rebuild with kde support * Sun Apr 08 2001 David BAUDENS 2.3.0-3mdk - Rebuild with latest GCC * Sun Mar 18 2001 Daouda Lo 2.3.0-2mdk - patched to handle X fonts well * Thu Mar 08 2001 David BAUDENS 2.3.0-1mdk - 2.3.0 * Tue Feb 20 2001 David BAUDENS 2.2.4-3mdk - Rebuild to try to remove dependancies on libmng0 (thanks to Guillaume) * Tue Feb 20 2001 David BAUDENS 2.2.4-2mdk - Rebuild with libmng-1.0.0 * Thu Feb 06 2001 David BAUDENS 2.2.4-1mdk - 2.2.4 * Sat Jan 27 2001 David BAUDENS 2.2.3-9mdk - Use sources from TrollTech - Remove patch #1 - Add two patches from David FAURE * Wed Jan 17 2001 David BAUDENS 2.2.3-8mdk - Enable KDE support - Use optimizations * Tue Dec 26 2000 Daouda Lo 2.2.3-7mdk - AA support (build with -xft) -> with freetype2 + XFree-4.0.2 (see cooker) - cleanups * Fri Dec 22 2000 Daouda Lo 2.2.3-6mdk - fix symlinks - cleanups * Thu Dec 21 2000 Geoffrey Lee 2.2.3-5mdk - add a libqt.so as quick hack for myself to build Licq. - need fix: fix bad symlinks in /usr/lib. * Tue Dec 19 2000 Daouda Lo 2.2.3-4mdk - links to include files in /usr/lib/qt2/include * Mon Dec 18 2000 Daouda 2.2.3-2mdk - provides libs in %_libdir , some packages need this to build * Mon Dec 18 2000 Daouda Lo 2.2.3-2mdk - big changes : package splitted in 4 entities - fix gcc internal error (drawback-> -O2 opt :( - merge with big dadou cleanups - lib policy * Tue Dec 11 2000 David BAUDENS 2.2.3-1mdk - Enable libmng support - Enable threads - Rewrite spec to make it LMDK compliant - Remove doc packages (most of doc is in devel package now) - Remove rpath - Libdification - Add longtitle to Qt Designer menu entry - Fix groups - Make rpmlint happy (at least, nearly) * Thu Nov 23 2000 Christopher Molnar 2.2.2-2mdk - Update to 2.2.2 package on cooker. * Tue Nov 21 2000 Christopher Molnar 2.2.2-1mdk - Update to 2.2.2 package * Wed Nov 8 2000 Chmouel Boudjnah 2.2.1-5mdk - Add gcc2.96 patches from redhat. * Thu Nov 02 2000 Christopher Molnar 2.2.1-4mdk - Added msg2qm utility back per request from Cookers - Recompile for gcc 2.96 * Tue Oct 24 2000 Christopher Molnar 2.2.1-3mdk - Attempting to fix patch so that it builds on it's own (I can not use RCS patches that are sent to me). - Rebuild with no exceptions * Mon Oct 23 2000 Christopher Molnar 2.2.1-2mdk - Added patch 0 from David Faure * Fri Oct 06 2000 Christopher Molnar 2.2.1-1mdk - Update to 2.2.1 package * Mon Sep 25 2000 Christopher Molnar 2.2-4mdk - Some KDE related patches * Fri Sep 22 2000 Christopher Molnar 2.2-3mdk - Some KDE related patches * Thu Sep 07 2000 Christopher Molnar 2.2-2mdk - Changed liscense from QPL to GPL * Thu Sep 07 2000 Christopher Molnar 2.2-1mdk - Upgraded to final realease version * Fri Aug 25 2000 Christopher Molnar 2.2-0.7mdk - Some KDE related patches * Mon Aug 21 2000 Christopher Molnar 2.2-0.6mdk - Some KDE related patches * Sat Aug 19 2000 Christopher Molnar 2.2-0.5mdk - Some KDE related patches * Wed Aug 16 2000 Christopher Molnar 2.2-0.4mdk - Some KDE related patches * Fri Aug 11 2000 Christopher Molnar 2.2-0.3mdk - Fixed designer templates and support files in devel package. - Added menu for designer * Thu Aug 10 2000 Christopher Molnar 2.2-0.2mdk - Fixed location of docs - Fixed designer location and location of libs required by designer. * Tue Aug 08 2000 Christopher Molnar 2.2-0.1mdk - Updated to qt2 2.2 beta 1 as required by KDE - Updated code * Sat Jul 29 2000 Christopher Molnar 2.1.1-10mdk - Some KDE related patches * Fri Jul 28 2000 Christopher Molnar 2.1.1-9mdk - Some KDE related patches * Wed Jul 19 2000 Christopher Molnar 2.1.1-8mdk - This is 2.2beta0 - Updated code patches - BM * Tue Jul 18 2000 Christopher Molnar 2.1.1-7mdk - Updated code patches * Mon Jul 17 2000 Christopher Molnar 2.1.1-6mdk - Updated again some more patches by the kde2 team * Sun Jul 16 2000 Christopher Molnar 2.1.1-5mdk - Updated again some patches for kde2 * Sat Jul 15 2000 Christopher Molnar 2.1.1-4mdk - Updated some patches for KDE * Tue Jun 21 2000 Geoffrey Lee 2.1.1-3mdk - be pedantic and add some symlinks to /usr/bin - fixed long standing unfixed typo - package is not relocatable (???) - NOTE: package maintainer remains: molnarc@mandrakesoft.com * Mon Jun 19 2000 Christopher Molnar 2.1.1-2mdk - Updated spec file to save room. New spec file sent by cooker user - taki@cloud.matav.sulinet.hu * Fri Jun 02 2000 Christopher Molnar 2.1.1-1mdk - updated to qt2.1.1 * Mon May 15 2000 Christopher Molnar 2.1.0-6mdk - recompiled with jpeg support needed by kde2 * Sat May 6 2000 Guillaume Cottenceau 2.1.0-5mdk - fixed conflicting files in qt2 and qt2-devel * Mon Apr 17 2000 Christopher Molnar 2.1.0-4mdk - changed back to QTDIR being /usr/lib/qt2 * Sun Apr 16 2000 Christopher Molnar 2.1.0-3mdk - bowed to a bunch of email complaints and moved the development dir from /usr/lib/qt2/... to /usr/include/qt2/.... QTDIR=/usr/include/qt2 * Sat Apr 15 2000 Christopher Molnar 2.1.0-2mdk - Fixed a missing libqt2.so link. * Fri Apr 14 2000 Christopher Molnar 2.1.0-1mdk - Update to release version 2.1.0 * Fri Mar 24 2000 David Faure 2.1.0-0.3.1mdk - Upgraded to 2.1 beta 3 - Removed libqimgio2, now part of qt - Changed installation directories to respect a QTDIR (/usr/lib/qt-2.1.0) - Allows to keep Qt 2.0 and Qt 1.x around. - Removed BuildArchitectures hack. * Wed Jan 19 2000 Chmouel Boudjnah 2.0.1-10mdk - BuildArchitectures only on non-x86. * Tue Jan 18 2000 Frederic Lepied 2.0.1-9mdk - removed BuildArchitecture * Sat Oct 23 1999 Stefan van der Eijk - Add "alpha" as build architecture (pixel's rebuild) * Mon Sep 20 1999 Bernhard Rosenkraenzer - Add libqgl2.a and libqimgio2.a to make KDE 2.0 happy * Sat Aug 8 1999 Bernhard Rosenkraenzer - replace qstrlist.h with a version that works * Sat Aug 8 1999 Bernhard Rosenkraenzer - rename /usr/lib/libqt.a to /usr/lib/libqt2.a to avoid conflict with qt 1.44 - Add libqt2.so link to libqt.so.2 so we can do -lqt2 * Tue Jul 27 1999 Chmouel Boudjnah - First version for Mandrake distribution.