qt-vl.spec 48 KB

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