qt-vl.spec 48 KB

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