qt-vl.spec 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547
  1. %define type x11
  2. %define qtdir %{_libdir}/qt-%{version}
  3. %define rel 14
  4. %define buildstatic 1
  5. %define buildnonthread 0
  6. %define styleplugins 0
  7. # Set this to "1" if you want to build Xt
  8. %define buildXt 0
  9. # Set this to "0" if you do not want to build immodule
  10. %define immodule 1
  11. %if %{styleplugins}
  12. %define plugins -plugin-sql-mysql -plugin-sql-psql -plugin-sql-odbc -plugin-style-cde -plugin-style-motifplus -plugin-style-platinum -plugin-style-sgi -plugin-style-windows -plugin-style-compact -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng
  13. %else
  14. %define plugins -plugin-sql-mysql -plugin-sql-psql -plugin-sql-odbc -qt-style-cde -qt-style-motifplus -qt-style-platinum -qt-style-sgi -qt-style-windows -qt-style-compact -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng
  15. %endif
  16. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  17. Summary: The shared library for the Qt GUI toolkit.
  18. Summary(ja): Qt ツールキット
  19. Name: qt
  20. Version: 3.3.8
  21. Release: %{rel}%{?_dist_release}
  22. License: GPL/QPL
  23. Group: System Environment/Libraries
  24. URL: http://www.qtsoftware.com/
  25. Source: ftp://ftp.qtsoftware.com/qt/source/qt-%{type}-free-%{version}.tar.bz2
  26. # Patches -99 are from kde.org
  27. Patch0: uic-patch.diff
  28. # Patches 100-199 are for Qt-x11 only
  29. Patch100: Qt-3.3.8-UTF-8-fix.diff
  30. Patch101: qt3-CVE-2007-3388.diff
  31. Patch102: qt3-CVE-2007-4137.diff
  32. # Patches 200-299 are from fedora core
  33. Patch200: qt-uic-nostdlib.patch
  34. Patch201: qt-x11-free-3.3.5-gcc4-buildkey.patch
  35. Patch238: qt-x11-free-3.3.8-odbc.patch
  36. # Patches 300-399 are from kde.gr.jp
  37. # Patches for immodule for Qt
  38. Patch500: qt-x11-free-3.3.8-qt-x11-immodule-unified-qt3.3.7-20061229-pre.patch
  39. Patch501: qt-x11-immodule-unified-qt3.3.7-20061229.diff.bz2
  40. Patch502: qt-x11-free-3.3.8-qt-x11-immodule-unified-qt3.3.7-20061229-post.patch
  41. Patch503: qt-x11-immodule-unified-qt3.3.5-20051012-quiet.patch
  42. Patch504: qt-x11-free-3.3.6-fix-key-release-event-with-imm.diff
  43. Patch505: qt-x11-free-3.3.6-qt-x11-immodule-unified-qt3.3.5-20060318-resetinputcontext.patch
  44. # Patches 800-899 are for VineLinux
  45. Patch800: qt-x11-free-3.3.8-gcc43.patch
  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. * Sat Aug 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-14
  651. - rebuilt with MySQL-5.5.15
  652. * Tue May 24 2011 IWAI, Masaharu <iwai@alib.jp> 3.3.8-13
  653. - rebuild with unixODBC-2.2.14: broken by 3.3.8-12
  654. - add Vendor and Distribution tags
  655. * Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 3.3.8-12
  656. - rebuilt with postgresql-9.0.3
  657. * Tue Apr 12 2011 IWAI, Masaharu <iwai@alib.jp> 3.3.8-11
  658. - add new unixODBC patch (Patch238) from Fedora qt3-3.3.8b-35
  659. * Sat Apr 9 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-10
  660. - rebuilt with unixODBC-2.2.14 and cups-1.4.6
  661. * Tue Mar 8 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-9
  662. - updated %%post. %%posttrans and %%postun section
  663. * Mon Sep 27 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-8
  664. - rebuilt with rpm-4.8.1 for pkg-config
  665. * Fri May 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-7
  666. - updated Requires of devel package
  667. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.3.8-6
  668. - rebuilt with new toolchain
  669. - s/BuildPrereq/BuildRequires/
  670. - add Patch800 to build w/ gcc >= 4.3
  671. * Sat Jul 25 2009 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.8-5
  672. - added compat32 package for x86_64 arch support
  673. * Fri May 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.3.8-4
  674. - rebuilt with MySQL-5.1.34.
  675. * Sat Apr 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-3
  676. - changed qt-designer Group to Applications/Development
  677. - updated URL
  678. * Wed May 28 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-2
  679. - build with xorg-x11-7.3
  680. - update BuildPrereq and Requires
  681. * Mon Mar 24 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-1
  682. - fix release ([VineSeed:1527])
  683. - add Requires(post,postun): alternatives to -devel and -designer package
  684. * Sun Jan 20 2008 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.8-0vl6
  685. - replaced "LIBS+=-L/usr/lib/mysql" with "LIBS+=-L%%{_libdir}/mysql"
  686. * Thu Jan 17 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl5
  687. - add Requires to devel package
  688. * Tue Dec 4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl4
  689. - drop Patch300 (OverTheSpot)
  690. * Thu Sep 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl3
  691. - add Patch102 (CVE-2007-4137)
  692. * Thu Aug 2 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl2
  693. - add Patch101 (CVE-2007-3388)
  694. * Tue Jun 5 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.8-0vl1
  695. - new upstream release
  696. - add Patch100 (CVE-2007-0242)
  697. - add Patch201
  698. - update Patch300, 500, 501 and 502
  699. - drop Patch1 (CVE-2006-4811), 301 (ATOK X) and 400 (AA)
  700. * Thu May 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3.5-0vl10
  701. - rebuild with libstdc++34
  702. * Sat Feb 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl9
  703. - import patches from FC
  704. - patch504: fix-key-release-event-with-imm.diff
  705. - patch505: immodule-unified-qt3.3.5-20060318-resetinputcontext.patch
  706. * Thu Jun 29 2006 Than Ngo <than@redhat.com> 1:3.3.6-0.3.fc5
  707. - fix #183302, IM preedit issue in kbabel
  708. * Mon Jun 26 2006 Than Ngo <than@redhat.com> 1:3.3.6-0.2.fc5
  709. - fix #156572, keyReleaseEvent issue
  710. * Tue Dec 19 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl8
  711. - use %%{_lib} instead of lib not to create broken symlinks on x86_64
  712. * Mon Nov 13 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl7
  713. - add Patch200 from fedora core
  714. - build with MySQL-5.0.27-0vl3
  715. * Tue Oct 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl6
  716. - add ld.so.conf.d and qt3.conf
  717. - update Patch1 (https://bugs.gentoo.org/attachment.cgi?id=100045)
  718. * Thu Oct 19 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl5
  719. - add Patch1 (CVE-2006-4811)
  720. * Mon Sep 19 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl4
  721. - move %%{_libdir}/qt3 from develop to main
  722. - fix typo
  723. - add patch503
  724. -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm.1
  725. - import qt-x11-immodule-unified-quiet.patch (patch503) from FC
  726. - add patch500-502
  727. -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm
  728. - add immodule for Qt support (patch500-502)
  729. - patch500: revert some part of patch300,301 (conflict with patch501)
  730. - patch501: immodule for Qt patch
  731. - patch502: apply some part of patch300,301 again
  732. cf. http://immodule-qt.freedesktop.org/
  733. http://people.freedesktop.org/~daisuke/
  734. * Sun Sep 10 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.5-0vl3
  735. - added configure options for builing on 64-bit archs
  736. * Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl2
  737. - rebuild for VineSeed
  738. * Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl1
  739. - new upstream release
  740. - stop building nonthreaded libs
  741. - delete Obsoletes
  742. - add Patch0
  743. * Tue Jul 5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl6
  744. - rebuild for VineSeed
  745. * Tue Jul 5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl5
  746. - build for Vine3.1
  747. - add -v to configure option
  748. - move three static libs to main package
  749. * Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl4
  750. - rebuild for VineSeed
  751. * Sat Mar 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl3
  752. - (security) stop using rpath
  753. - cleanup this file
  754. * Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl2
  755. - rebuild for VineSeed
  756. * Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl1
  757. - new upstream release
  758. - update Patch400
  759. * Sat Dec 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl3
  760. - rebuld
  761. * Wed Nov 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl2
  762. - add Obsoletes: qt32-*
  763. * Sun Sep 5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl1
  764. - source upgrade
  765. - remove patch100
  766. - update patch300 and remove patch302-303
  767. - update patch400
  768. - update BuildPrereq and Requires
  769. * Wed Jul 28 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl3
  770. - add patch302-303 from KuserML
  771. - delete lines about vine26
  772. * Sun Jun 6 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
  773. - add patch100 from webcvs.kde.org/cgi-bin/cvsweb.cgi/qt-copy/patches/
  774. * Fri Apr 30 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
  775. - source upgrade
  776. - remove patch100 (it is needed only for 3.3.1)
  777. * Sun Apr 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl3
  778. - rebuild with XOrg
  779. * Mon Mar 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl2
  780. - rebuild
  781. * Mon Mar 8 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
  782. - source upgrade
  783. - remove patch800
  784. - add patch100 (only for qt-x11-free-3.3.1)
  785. * Sun Feb 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl3
  786. - enable cups support
  787. * Sun Dec 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
  788. - build for VineSeed with new toolchain
  789. - disable cup support
  790. * Wed Dec 3 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
  791. - source upgrade
  792. - revised Patch402 and 403
  793. - remove Patch100
  794. - add patch800 to build against freetype2-2.1.7
  795. - (VinePlus/2.6) BuildPrereq: autoconf258
  796. * Sun Nov 9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
  797. - source upgrade
  798. - revised Patch400
  799. - remove Patch15
  800. * Sun Nov 2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl4
  801. - enable cups support
  802. * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl3
  803. - rebuild for Vine2.6
  804. * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl3
  805. - revised Patch400 and Patch402
  806. - clean up spec
  807. * Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl2
  808. - rebuild for Vine2.6
  809. * Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
  810. - revised Patch400-
  811. - clean up spec
  812. * Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl1
  813. - rebuild for Vine2.6
  814. * Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
  815. - source upgrade
  816. - add Patch100
  817. - remove Patch302 (it is included in this source)
  818. - stop using Patch400-
  819. - build with gcc-3.2.3
  820. - add export LANG=C
  821. - add *.pc (pkg-config files) to qt-devel package
  822. * Fri Aug 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl5
  823. - rebuild for Vine2.6
  824. * Wed Aug 13 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl5
  825. - add Patch302 to fix performance of jmode
  826. - change make option for SMP and add script
  827. * Thu Jun 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl4
  828. - update Patch400 and 401
  829. * Wed Jun 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl3
  830. - change spec to build with g++-2.95.3
  831. * Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl2
  832. - rebuild for Vine2.6
  833. * Wed Apr 16 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.1.2-0vl2
  834. - rebuilt with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
  835. * Fri Mar 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
  836. - source upgrade
  837. - remove all patches except patch15
  838. - revised patch 300-
  839. - stop building Xt package
  840. * Mon Feb 24 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl3
  841. - revised patch 301 and 302
  842. - enable patch 301 and 302 to Vine2.5/2.6
  843. * Sun Feb 9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl2
  844. - change spec to build both VineSeed and Vine2.5/2.6
  845. - re-number patch300-
  846. - delete patch4 (qt-3.1.1 does not need it)
  847. - add patch13 and 14
  848. -- Thu Dec 19 2002 Than Ngo <than@redhat.com> 3.1.1-3
  849. - add monospace patch file from Leon Ho (bug #79949)
  850. - add small patch file from Sysoltsev Slawa (bug #79731)
  851. - add patch15
  852. -- Mon Dec 30 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  853. - Change qmlined.h to not include an attic header that is also not shipped
  854. with Red Hat Linux. This also fixes building unixODBC, that includes this
  855. header (apparently also without needing it).
  856. * Sat Jan 4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
  857. - source upgrade
  858. - cleanup spec
  859. - revised Patch7, 301
  860. - add Patch306, 307, 308 from kde.gr.jp
  861. * Sun Dec 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.0-0vl1
  862. - source upgrade
  863. - stop using objprelink2, it does not work with gcc3
  864. - add Patch304 and Patch305 from www.kde.gr.jp/~akito/xft/patch_xft.html
  865. - add Patch1 - Patch12 from rawhide 3.1.0-1.3
  866. - add BuildPrereq: openMotif-devel >= 2.2.2 for build qt-Xt
  867. - cleanup spec for build x11 package only
  868. * Mon Nov 11 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl3
  869. - add export PATH=`pwd`:$PATH to %%build section
  870. * Mon Oct 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl2
  871. - objprelink2 support only i386 (add %%ifarch i386 ... again)
  872. - delete BuildPrereq: libmng-static (it merged to libmng-devel)
  873. - delete %%doc ANNOUNCE
  874. - Requires: XFree86-gl instead of Mesa
  875. * Fri Oct 4 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl1
  876. - add BuildPrereq: objprelink2 instead of BuildPrereq: objprelink
  877. - add BuildPrereq: autoconf253 automake15
  878. - delete Patch199 (objprelink2 do not need this patch)
  879. - source upgrade
  880. - revised all patches [Kdeveloper:02404]
  881. - add man files to qt-devel sub-package
  882. * Tue Jul 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl5
  883. - add patch304 from kde.gr.jp [Kdeveloper:02368]
  884. * Thu Jul 4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl4
  885. - add patch303 from kde.gr.jp [Kdeveloper:02378]
  886. * Wed Apr 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl3
  887. - add patch302 from kde.gr.jp
  888. * Thu Apr 4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl2
  889. - revised patch300 from kde.gr.jp and XIMInputStyle=Over The Spot in qtrc
  890. - add patch301 from kde.gr.jp
  891. - make unixODBC plugin (delete define odbcplugins 0 and if %%{odbcplugins})
  892. * Sat Mar 30 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl1
  893. - merged with rawhide 3.0.3-0.cvs20020314.1
  894. - source update to 3.0.3
  895. - add patch199 (objprelink)
  896. - add patch300 and add defaultInputStyle=OverTheSpot in qtrc
  897. - define cups 0 (Vine does not have cups)
  898. - define odbcplugins 0 (unixODBC requires libqt-mt.so.2 of qt-2)
  899. - cleanup spec
  900. - There is Vine's previous changes, hacked for Vine
  901. -- Sat Jan 5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-6vl4
  902. - rebuild with -xft support (XFree86-4.1.99.4)
  903. -- Mon Dec 31 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl3
  904. - rebuild with glibc-2.2.4
  905. -- Sun Nov 25 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl2
  906. - add Source2 and Patch4 (use objprelink, i386 only)
  907. -- Sat Oct 13 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl1
  908. - Build for VineSeed
  909. - Add qt.using_new_library.patch from Kondara
  910. -- Mon Jun 11 2001 net_hal <net_hal@cwa.bai.ne.jp>
  911. - First build for Vine2.1.5
  912. -- Thu Apr 12 2001 Rex Dieter <rdieter@unl.edu> 2.3.0-0.6x.3
  913. - redhat 6.x backport based on rawhide's qt-2.3.0-3
  914. - remove -xft support (because we're using XFree-3)
  915. * Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.3-0.cvs20020314.1
  916. - Update to 3.0.3-pre, required for KDE3
  917. - force -fPIC usage
  918. - Remove conflict with qt2 < 2.3.2-1, the new qt2 2.3.1 is fixed and qt 2.3.2
  919. is broken
  920. - Ship the qmake config files (so qmake works for building any 3rd party stuff,
  921. e.g. aethera)
  922. * Wed Mar 6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-2
  923. - Add some fixes from KDE's qt-copy CVS
  924. - Pluginize image formats
  925. * Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-1
  926. - 3.0.2 final
  927. * Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.3
  928. - Add GB18030 codec patch, #60034
  929. - Force-build jpeg support, fixing #59775 and #59795
  930. * Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.2
  931. - Build with CUPS support
  932. * Fri Jan 18 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.1
  933. - Fix up /usr/bin/moc links, they should point to qt3
  934. * Mon Jan 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020114.1
  935. - Build styles directly into the main library for now, there's too much broken
  936. code out there depending on this ATM.
  937. * Wed Jan 9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020109.1
  938. - Stop excluding alpha, gcc has been fixed
  939. * Tue Jan 8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020108.1
  940. - Add fixes from CVS; this fixes the "Alt + F1, arrow up, arrow up doesn't work
  941. in KDE" bug
  942. * Mon Dec 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-2
  943. - Fix up settings search path
  944. - Add default qtrc allowing to use KDE 3.x Qt plugins
  945. - Make sure QLibrary uses RTLD_GLOBAL when dlopen()ing libraries
  946. * Thu Dec 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.0-1
  947. - Work around gcc bug #57467
  948. * Wed Dec 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  949. - 3.0.1 final
  950. * Mon Dec 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-0.cvs20011210.1
  951. - Update to current (needed by KDE 3.x)
  952. - Rebuild with current libstdc++
  953. - Temporarily disable building on alpha
  954. - Fix build with PostgreSQL 7.2
  955. * Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-5
  956. - Fix up glweak
  957. * Mon Nov 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-4
  958. - Give designer, uic, moc, etc. their real names - the qt2 versions
  959. have been renamed in qt2-2.3.2-1.
  960. Conflict with qt2 < 2.3.2-1.
  961. * Thu Oct 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
  962. - Add symlink /usr/lib/qt-3.0.0 -> /usr/lib/qt3 and set QTDIR to the
  963. symlink, allowing to update to 3.0.1 without breaking rpath'ed binaries
  964. * Tue Oct 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-1
  965. - 3.0.0 final
  966. - fix some minor specfile bugs
  967. - Modularize some more (image format plugins)
  968. - Build codecs
  969. * Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta5.1
  970. - beta5
  971. - Share more code between qt-x11 and qt-embedded builds
  972. * Wed Aug 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta4.1
  973. - beta4
  974. - build the Motif style directly into Qt rather than as a plugin - Qt should
  975. always have at least one style...
  976. - replace the designer3 symlink with a shell script that sets QTDIR correctly
  977. before launching designer
  978. - Add desktop file for designer
  979. * Mon Aug 6 2001 Tim Powers <timp@redhat.com> 3.0.0-0.beta3.4
  980. - explicitly include qm2ts, qmake, qtconfig in the devel package file list to avoid dangling symlinks
  981. * Thu Aug 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.3
  982. - Try yet another workaround for buildsystem breakages
  983. * Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  984. - Add another ugly workaround for build system problems, this should finally
  985. get rid of the dangling symlinks
  986. * Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.2
  987. - Rephrase parts of the spec file, hopefully pleasing the build system
  988. * Sun Jul 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.1
  989. - beta3
  990. - Fix dangling symlinks
  991. * Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.2
  992. - Fix up QSQL Postgres classes for Postgres 7.1.x
  993. - Fix various bugs:
  994. - QtMultilineEdit and QtTableView should actually compile
  995. - Link libqsqlpsql with libpq
  996. - Don't link the base library with libmysqlclient, linking the MySQL
  997. module with it is sufficient
  998. - Add missing const qualifier
  999. - move the SQL drivers to separate packages to avoid dependencies
  1000. - build and install designer plugins - converting glade files to Qt is fun. ;)
  1001. - handle RPM_OPT_FLAGS
  1002. * Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.1
  1003. - 3.0 beta 1
  1004. * Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010516.1
  1005. - Update, remove conflicts with Qt 2.x
  1006. * Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010514.1
  1007. - Initial build of 3.0 branch
  1008. * Fri Apr 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-6
  1009. - Fix crashes on ia64, Patch from Bill Nottingham <notting@redhat.com>
  1010. - Allow building qt-nox
  1011. * Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-5
  1012. - Make sure uic and designer use the libqui from the source tree, not
  1013. a previously installed one.
  1014. Linking uic-x11 against libqui-embedded is definitely not a feature. ;)
  1015. - The qclipboard fix is needed for qt-x11 only, don't apply it if we're
  1016. building qt-embedded
  1017. * Sat Apr 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1018. - Handle LPRng specific constructs in printcap, Bug #35937
  1019. * Sun Mar 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  1020. - add qfont patch from Trolltech
  1021. * Tue Mar 13 2001 Harald Hoyer <harald@redhat.de>
  1022. - added patch for '@euro' language settings
  1023. * Tue Mar 6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1024. - 2.3.0 final
  1025. - BuildRequires XFree86-devel >= 4.0.2 (#30486)
  1026. * Mon Feb 26 2001 Than Ngo <than@redhat.com>
  1027. - fix check_env function, so that qt does not crash if QT_XFT is not set
  1028. - fix symlinks
  1029. * Mon Feb 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1030. - 2.3.0b1
  1031. - Add a patch to qpsprinter that handles TrueType fonts even if they come from xfs
  1032. * Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
  1033. - japanese input and clipboard fixes applied. Changes have been sent upstream by patch authors.
  1034. * Fri Feb 9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1035. - Rebuild with new Mesa to get rid of pthreads linkage
  1036. - Add Xft fix from KDE CVS
  1037. * Wed Feb 7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1038. - Add printing bugfix patch from Trolltech
  1039. * Sat Feb 3 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1040. - 2.2.4
  1041. - Qt Embedded: Add QVfb and VNC support
  1042. * Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1043. - Don't segfault when running Qt/Embedded applications as root
  1044. - Improve the Qt/Embedded sparc patch so we don't need the specfile hacks
  1045. anymore
  1046. - Fix a bug in QPrintDialog (causing KDE Bug #18608)
  1047. * Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1048. - bzip2 source to save space
  1049. - Qt/Embedded 2.2.3
  1050. - Fix qte build on sparc
  1051. * Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1052. - Run ldconfig in %%post and %%postun for qt-Xt
  1053. * Sun Dec 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1054. - Build with the Xrender extension
  1055. (Patch from Keith Packard <keithp@keithp.com>)
  1056. * Wed Dec 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1057. - 2.2.3
  1058. * Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1059. - Rebuild to fix permissions on doc dir
  1060. - Don't exclude ia64 anymore
  1061. * Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1062. - Fix up uic (Patch from trolltech)
  1063. * Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1064. - Build qt-embedded
  1065. changes to base: fix build, fix ISO C99 compliance, fix 64bit support
  1066. * Mon Nov 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1067. - 2.2.2
  1068. * Tue Oct 24 2000 Than Ngo <than@redhat.com>
  1069. - call ldconfig for updating (Bug #19687)
  1070. - added patch from Trolltech, thanks to Rainer <rms@trolltech.com>
  1071. * Wed Oct 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1072. - Add missing msg2qm, msgmerge, qconfig tools (Bug #18997), introduced
  1073. by broken Makefiles in base
  1074. - fix up %%install so it works both with old-style and new-style fileutils
  1075. (fileutils <= 4.0z don't know about -L)
  1076. * Fri Oct 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1077. - Disable exception handling; this speeds up KDE 2.x and reduces its
  1078. memory footprint by 20 MB.
  1079. * Tue Oct 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1080. - dereference symlinks in include
  1081. * Sun Oct 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1082. - fix -devel
  1083. - update to the new version of 2.2.1 on trolltech.com; the initial tarball
  1084. contained broken docs
  1085. * Thu Oct 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1086. - 2.2.1
  1087. * Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1088. - Add missing uic
  1089. * Thu Sep 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1090. - Move Qt designer to a different source RPM to get rid of a
  1091. circular dependency (kdelibs2->qt, qt->kdelibs2)
  1092. - Enable MNG support
  1093. - Don't compile (just include) examples and tutorials
  1094. - move the static libraries to a separate package (qt-static).
  1095. They're HUGE, and most people won't ever need them.
  1096. - clean up spec file
  1097. - fix up dependencies (-devel requires base, -static requires devel,
  1098. Xt requires base)
  1099. - add BuildRequires line
  1100. * Tue Sep 12 2000 Than Ngo <than@redhat.com>
  1101. - update release 2.2.0
  1102. - changed copyright to GPL
  1103. - added missing static libraries
  1104. - made symbolic link for designer to load the help files correct
  1105. - made designer and designer-kde2 as sub packages
  1106. - added missing templates for designer
  1107. - remove jakub patch, since the release 2.2.0 already
  1108. contains this patch.
  1109. - fixed qt again to compile with gcc-2.96
  1110. - use make -j for building
  1111. * Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1112. - Work around compiler bugs (Patch from Jakub)
  1113. - Use relative symlinks (Bug #16750)
  1114. * Mon Aug 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1115. - beta2
  1116. * Mon Aug 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1117. - new qt-copy from KDE2 CVS
  1118. * Wed Aug 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1119. - official beta 1
  1120. * Thu Aug 3 2000 Than Ngo <than@redhat.de>
  1121. - rebuilt against the libpng-1.0.8
  1122. * Thu Jul 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1123. - rebuild (so we have it on all arches)
  1124. * Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1125. - move man pages to a more reasonable place (this fixes Bug #14126)
  1126. - exclude ia64 for now (compiler problems!!!)
  1127. * Mon Jul 24 2000 Harald Hoyer <harald@redhat.de>
  1128. - modified connect patch to fit qt 2.2.0 beta.
  1129. * Thu Jul 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1130. - update to current qt-copy; this is now a qt 2.2.0 beta.
  1131. * Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1132. - update to current qt-copy in kde CVS, required
  1133. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  1134. - automatic rebuild
  1135. * Sun Jul 11 2000 Harald Hoyer <harald@redhat.de>
  1136. - made patch smaller and binary compatible when recompiled with 6.2
  1137. - modified connect and moc to cope with the new g++ class layout
  1138. * Sun Jul 09 2000 Than Ngo <than@redhat.de>
  1139. - rebuilt qt with gcc-2.96-34
  1140. * Fri Jul 07 2000 Than Ngo <than@redhat.de>
  1141. - rebuilt qt with c++ 2.96
  1142. * Mon Jul 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1143. - Fix dependancies
  1144. * Sun Jul 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1145. - Use egcs++ for now ** FIXME
  1146. * Wed Jun 28 2000 Preston Brown <pbrown@redhat.com>
  1147. - fix up qt.sh
  1148. * Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1149. - Build in jpeg and threading support
  1150. - Fix a bug in clipboard pasting code
  1151. * Wed Jun 07 2000 Preston Brown <pbrown@redhat.com>
  1152. - fix qt.{sh,csh}
  1153. - use new rpm macro paths
  1154. - package man pages
  1155. * Fri Jun 2 2000 Bill Nottingham <notting@redhat.com>
  1156. - build without optimization on ia64
  1157. * Mon May 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1158. - 2.1.1
  1159. * Thu May 18 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  1160. - recompile with correct libstdc++
  1161. * Thu Apr 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1162. - 2.1.0 final
  1163. * Wed Apr 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1164. - beta4
  1165. - depend on libGL.so.1 rather than Mesa - XFree86 4.0 provides that
  1166. lib, too
  1167. * Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1168. - beta3
  1169. * Tue Mar 7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1170. - beta2
  1171. - fix compilation of the NSPlugin add-on
  1172. * Fri Mar 3 2000 Bill Nottingham <notting@redhat.com>
  1173. - fix %postun script
  1174. * Fri Feb 18 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
  1175. - beta1
  1176. - get rid of qt-ImageIO, the functionality is now in the main Qt library
  1177. - remove qt-Network, the functionality is now in the main Qt library
  1178. - add changes-2.1.0 to %doc
  1179. * Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
  1180. - no refcount check on postun script, we want it to happen even on upgrades
  1181. * Thu Feb 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1182. - new snapshot, should fix QWhatsThisButton
  1183. - remove executable permissions from *.pro files
  1184. * Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
  1185. - strip binaries in examples, tutorial
  1186. * Mon Jan 31 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1187. - new snapshot - should fix the hotkey bug
  1188. - Fix up the Makefiles so it compiles
  1189. * Tue Jan 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1190. - new snapshot - we need those QVariant fixes
  1191. * Thu Jan 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1192. - switch from glxMesa to Mesa for the GL addon
  1193. * Wed Jan 5 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
  1194. - Fix up dependencies
  1195. - new snapshot
  1196. * Mon Jan 3 2000 Ngo Than <than@redhat.de>
  1197. - new snapshot for Red Hat Linux 6.2
  1198. - increase version number
  1199. * Mon Dec 20 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1200. - new snapshot
  1201. - handle RPM_OPT_FLAGS
  1202. * Mon Dec 13 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1203. - new snapshot
  1204. - -GL requires libGL.so.1 instead of Mesa (might as well be glxMesa
  1205. or some commercial OpenGL)
  1206. - -GL BuildPrereqs /usr/X11R6/include/GL/gl.h instead of Mesa-devel
  1207. (might as well be glxMesa or some commercial OpenGL)
  1208. * Sun Dec 05 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1209. - update to current RSYNC version
  1210. - remove compilation patch - it finally works out of the box
  1211. * Wed Oct 27 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1212. - update to current CVS snapshot
  1213. - build extensions
  1214. - add patch to fix QNetwork compilation
  1215. * Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
  1216. - current CVS snapshot
  1217. - fix compilation with gcc 2.95.x
  1218. - use install -c rather than just install to make BSD install happy
  1219. * Mon Oct 11 1999 Bernhard Rosenkraenzer <bero@redhat.de>
  1220. - 2.1.0 snapshot (for KDE2)
  1221. - Fix typo in spec
  1222. * Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
  1223. - don't ship tutorial or example binaries
  1224. * Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
  1225. - substitution in tutorial and examples so that dependencies are correct and
  1226. they can be successfully rebuilt.
  1227. - switched to completely using QTDIR. trying to coexist with links into
  1228. /usr/{include,lib} and still compile with qt 1.x is very hard for
  1229. configure scripts to cope with.
  1230. * Thu Aug 19 1999 Preston Brown <pbrown@redhat.com>
  1231. - implemented QTDIR compatibility.
  1232. * Tue Jul 20 1999 Preston Brown <pbrown@redhat.com>
  1233. - qt 2.0.1 packaged.
  1234. * Wed Jul 14 1999 Preston Brown <pbrown@redhat.com>
  1235. - Qt 2.00 packaged.
  1236. - examples, html documentation, tutorial moved to /usr/doc
  1237. * Sat Apr 17 1999 Preston Brown <pbrown@redhat.com>
  1238. - static library supplied in dev package.
  1239. * Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
  1240. - turn on internal GIF reading support
  1241. * Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
  1242. - strip binaries
  1243. * Mon Mar 15 1999 Preston Brown <pbrown@redhat.com>
  1244. - upgrade to qt 1.44.
  1245. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  1246. - Injected new description and group.
  1247. * Tue Jan 19 1999 Preston Brown <pbrown@redhat.com>
  1248. - moved includes to /usr/include/qt
  1249. * Mon Jan 04 1999 Preston Brown <pbrown@redhat.com>
  1250. - made setup phase silent.
  1251. * Fri Dec 04 1998 Preston Brown <pbrown@redhat.com>
  1252. - upgraded to qt 1.42, released today.
  1253. * Tue Dec 01 1998 Preston Brown <pbrown@redhat.com>
  1254. - took Arnts RPM and made some minor changes for Red Hat.