qt-vl.spec 48 KB

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