qt-vl.spec 49 KB

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