qt-vl.spec 46 KB

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