qt-vl.spec 49 KB

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