qt4-vl.spec 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673
  1. %define phonon 0
  2. %define MySQL 1
  3. %define PostgreSQL 1
  4. %define ODBC 1
  5. %define SQLite 1
  6. %define type everywhere-opensource-src
  7. %define qtdir %{_libdir}/qt-%{version}
  8. %define _qt4_prefix %{_libdir}/qt-%{version}
  9. %define _qt4_bindir %{_qt4_prefix}/bin
  10. # _qt4_datadir is not multilib clean, and hacks to workaround that breaks stuff.
  11. #define _qt4_datadir %{_datadir}/qt4
  12. %define _qt4_datadir %{_qt4_prefix}
  13. %define _qt4_demosdir %{_qt4_prefix}/demos
  14. %define _qt4_docdir %{_docdir}/qt4
  15. %define _qt4_examplesdir %{_qt4_prefix}/examples
  16. %define _qt4_headerdir %{_qt4_prefix}/include
  17. %define _qt4_libdir %{_qt4_prefix}/lib
  18. %define _qt4_plugindir %{_qt4_prefix}/plugins
  19. %define _qt4_sysconfdir %{_sysconfdir}
  20. %define _qt4_translationdir %{_datadir}/qt4/translations
  21. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  22. %define platform linux-g++
  23. Summary: Qt toolkit
  24. Summary(ja): Qt ツールキット
  25. Name: qt4
  26. Version: 4.6.1
  27. Release: 5%{?_dist_release}
  28. # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
  29. License: LGPLv2 with exceptions or GPLv3 with exceptions
  30. Group: System Environment/Libraries
  31. URL: http://www.qtsoftware.com/
  32. Source: ftp://ftp.qtsoftware.com/qt/source/qt-%{type}-%{version}.tar.gz
  33. Source4: Trolltech.conf
  34. # See http://bugzilla.redhat.com/223663
  35. %define multilib_archs x86_64 %{ix86} ppc64 ppc s390x s390 sparc64 sparcv9
  36. Source5: qconfig-multilib.h
  37. Source10: http://gstreamer.freedesktop.org/data/images/artwork/gstreamer-logo.svg
  38. Source11: hi16-phonon-gstreamer.png
  39. Source12: hi22-phonon-gstreamer.png
  40. Source13: hi32-phonon-gstreamer.png
  41. Source14: hi48-phonon-gstreamer.png
  42. Source15: hi64-phonon-gstreamer.png
  43. Source16: hi128-phonon-gstreamer.png
  44. Source21: designer.desktop
  45. Source22: linguist.desktop
  46. # upstream qt4-logo, http://trolltech.com/images/products/qt/qt4-logo
  47. Source30: hi128-app-qt4-logo.png
  48. Source31: hi48-app-qt4-logo.png
  49. # multilib hacks
  50. Patch2: qt-x11-opensource-src-4.2.2-multilib-optflags.patch
  51. Patch3: qt-x11-opensource-src-4.2.2-multilib-QMAKEPATH.patch
  52. Patch5: qt-all-opensource-src-4.4.0-rc1-as_IN-437440.patch
  53. # hack around gcc/ppc crasher, http://bugzilla.redhat.com/492185
  54. Patch13: qt-x11-opensource-src-4.5.0-gcc_hack.patch
  55. Patch15: qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
  56. # include kde4 plugin path, http://bugzilla.redhat.com/498809
  57. Patch16: qt-x11-opensource-src-4.5.1-kde4_plugins.patch
  58. # make PulseAudio the default device in Phonon
  59. Patch17: qt-x11-opensource-src-4.5.2-pulseaudio.patch
  60. Patch19: qt-x11-opensource-src-4.5.1-phonon.patch
  61. Patch21: qt-everywhere-opensource-src-4.6.0-gst-pulsaudio.patch
  62. ## upstreamable bits
  63. # http://bugzilla.redhat.com/485677
  64. Patch51: qt-everywhere-opensource-src-4.6.0-beta1-qdoc3.patch
  65. Patch52: qt-4.5-sparc64.patch
  66. # fix invalid inline assembly in qatomic_{i386,x86_64}.h (de)ref implementations
  67. Patch53: qt-x11-opensource-src-4.5.0-fix-qatomic-inline-asm.patch
  68. # fix invalid assumptions about mysql_config --libs
  69. # http://bugzilla.redhat.com/440673
  70. Patch54: qt-x11-opensource-src-4.5.1-mysql_config.patch
  71. # http://bugreports.qt.nokia.com/browse/QTBUG-7255
  72. Patch55: http://bugreports.qt.nokia.com/secure/attachment/12488/konsole-nvidia-font-speed.diff
  73. # security patches
  74. # kde-qt git patches
  75. Patch201: 0001-This-patch-uses-object-name-as-a-fallback-for-window.patch
  76. Patch202: 0002-This-patch-makes-override-redirect-windows-popup-men.patch
  77. Patch203: 0003-This-patch-changes-QObjectPrivateVersion-thus-preven.patch
  78. Patch204: 0004-This-patch-adds-support-for-using-isystem-to-allow-p.patch
  79. Patch205: 0005-When-tabs-are-inserted-or-removed-in-a-QTabBar.patch
  80. Patch206: 0006-Fix-configure.exe-to-do-an-out-of-source-build-on-wi.patch
  81. Patch207: 0007-When-using-qmake-outside-qt-src-tree-it-sometimes-ge.patch
  82. Patch208: 0008-This-patch-makes-the-raster-graphics-system-use-shar.patch
  83. Patch209: 0009-Restore-a-section-of-the-file-that-got-removed-due-t.patch
  84. ## older, but actually applies, version of patches 208, 209, 213 (double check)
  85. Patch274: 0274-shm-native-image-fix.patch
  86. Patch210: 0010-Fix-error-line-not-to-have-a-as-it-s-not-correct.patch
  87. Patch211: 0011-Fill-gap-of-X.org-XFree-multimedia-special-launcher-.patch
  88. Patch212: 0012-Add-context-to-tr-calls-in-QShortcut.patch
  89. Patch213: 0013-Fix-QNativeImage-constructor.patch
  90. # Vine Patches
  91. # use system ca-bundle certs, http://bugzilla.redhat.com/521911
  92. Patch1022: qt-x11-opensource-src-4.6.0-system_ca_certificates_vine.patch
  93. Buildroot: %{_tmppath}/%{name}-%{version}-root
  94. %if %{?_dist_release} == "vl4"
  95. BuildRequires: gcc4 gcc4-c++ XOrg-devel XOrg-gl-devel
  96. %else
  97. # Vine Linux 5+
  98. BuildRequires: fontconfig-devel
  99. BuildRequires: libICE-devel libSM-devel libXcursor-devel
  100. BuildRequires: libXext-devel libXfixes-devel libXft-devel
  101. BuildRequires: libXi-devel libXinerama-devel libXrandr-devel
  102. BuildRequires: libXrender-devel libXt-devel libX11-devel
  103. BuildRequires: libxkbfile-devel xorg-x11-proto-devel
  104. BuildRequires: mesa-libGL-devel mesa-libGLU-devel
  105. BuildRequires: WebKit-gtk-devel
  106. %endif
  107. BuildRequires: glib2-devel gtk2-devel
  108. BuildRequires: libpng-devel >= 1.2.5
  109. BuildRequires: libmng-devel libtiff-devel libjpeg-devel freetype2-devel
  110. BuildRequires: zlib-devel libungif-devel openssl-devel
  111. BuildRequires: cups-devel >= 1.1.9
  112. BuildRequires: dbus-devel >= 0.62
  113. BuildRequires: desktop-file-utils
  114. %if %{phonon}
  115. BuildRequires: gstreamer-devel gstreamer-plugins-base-devel
  116. %endif
  117. %if %{MySQL}
  118. BuildRequires: MySQL-devel
  119. %endif
  120. %if %{PostgreSQL}
  121. BuildRequires: postgresql-devel
  122. %endif
  123. %if %{ODBC}
  124. BuildRequires: unixODBC-devel
  125. %endif
  126. %if %{ODBC}
  127. BuildRequires: sqlite3-devel
  128. %endif
  129. Requires: libexpat
  130. Requires: libpng >= 1.2.5
  131. %if %{?_dist_release} != "vl4"
  132. Provides: WebKit-qt
  133. %endif
  134. %description
  135. Qt is a GUI software toolkit which simplifies the task of writing and
  136. maintaining GUI (Graphical User Interface) applications
  137. for the X Window System.
  138. Qt is written in C++ and is fully object-oriented.
  139. This package contains the shared library needed to run qt
  140. applications, as well as the README files for qt.
  141. %package devel
  142. Summary: Development files and documentation for the Qt GUI toolkit.
  143. Group: Development/Libraries
  144. Requires: %{name} = %{version}-%{release}
  145. Requires: libICE-devel libSM-devel libXcursor-devel
  146. Requires: libXext-devel libXfixes-devel libXft-devel
  147. Requires: libXi-devel libXinerama-devel libXrandr-devel
  148. Requires: libXrender-devel libXt-devel libX11-devel
  149. Requires: libxkbfile-devel xorg-x11-proto-devel
  150. Requires: mesa-libGL-devel mesa-libGLU-devel
  151. Requires: libpng-devel
  152. Requires: libjpeg-devel
  153. Requires(post): alternatives
  154. Requires(postun): alternatives
  155. Provides: WebKit-qt-devel
  156. %description devel
  157. The qt-devel package contains the files necessary to develop
  158. applications using the Qt GUI toolkit: the header files, the Qt meta
  159. object compiler, the man pages, the HTML documentation and example
  160. programs. See http://www.trolltech.com/products/qt.html for more
  161. information about Qt, or look at
  162. /usr/share/doc/qt-devel-%{version}/html/index.html, which provides Qt
  163. documentation in HTML format.
  164. Install qt-devel if you want to develop GUI applications using the Qt
  165. toolkit.
  166. %package doc
  167. Summary: API documentation for %{name}
  168. Group: Documentation
  169. Requires: %{name} = %{version}-%{release}
  170. #Requires: %{name}-assistant
  171. #Obsoletes: qt4-doc < %{version}-%{release}
  172. #Provides: qt4-doc = %{version}-%{release}
  173. #BuildArch: noarch
  174. %description doc
  175. %{summary}.
  176. %package -n phonon-backend-gstreamer
  177. Summary: Gstreamer phonon backend
  178. Group: Applications/Multimedia
  179. Requires: phonon >= 4.3.1
  180. #Provides: phonon-backend = 4.3.1-100%{?_dist_release}
  181. %description -n phonon-backend-gstreamer
  182. %{summary}.
  183. %package MySQL
  184. Summary: MySQL drivers for Qt's SQL classes.
  185. Group: System Environment/Libraries
  186. Requires: %{name} = %{version}-%{release}
  187. %description MySQL
  188. MySQL driver for Qt's SQL classes (QSQL)
  189. %package PostgreSQL
  190. Summary: PostgreSQL drivers for Qt's SQL classes.
  191. Group: System Environment/Libraries
  192. Requires: %{name} = %{version}-%{release}
  193. %description PostgreSQL
  194. PostgreSQL driver for Qt's SQL classes (QSQL)
  195. %package ODBC
  196. Summary: ODBC drivers for Qt's SQL classes.
  197. Group: System Environment/Libraries
  198. Requires: %{name} = %{version}-%{release}
  199. %description ODBC
  200. ODBC driver for Qt's SQL classes (QSQL)
  201. %package sqlite
  202. Summary: SQLite driver for Qt's SQL classes
  203. Group: System Environment/Libraries
  204. Requires: %{name} = %{version}-%{release}
  205. %description sqlite
  206. SQLite driver for Qt's SQL classes (QSQL)
  207. %package designer
  208. Summary: Interface designer (IDE) for the Qt toolkit
  209. Group: Applications/Development
  210. Requires: %{name}-devel = %{version}-%{release}
  211. Requires(post): alternatives
  212. Requires(postun): alternatives
  213. %description designer
  214. The qt-designer package contains an User Interface designer tool
  215. for the Qt toolkit.
  216. # compat32
  217. %package -n compat32-%{name}
  218. Summary: The shared library for the Qt GUI toolkit.
  219. Group: System Environment/Libraries
  220. Requires: %{name} = %{version}-%{release}
  221. %description -n compat32-%{name}
  222. Qt is a GUI software toolkit which simplifies the task of writing and
  223. maintaining GUI (Graphical User Interface) applications
  224. for the X Window System.
  225. Qt is written in C++ and is fully object-oriented.
  226. This package contains the shared library needed to run qt
  227. applications, as well as the README files for qt.
  228. %package -n compat32-%{name}-devel
  229. Summary: Development files and documentation for the Qt GUI toolkit.
  230. Group: Development/Libraries
  231. Requires: %{name}-devel = %{version}-%{release}
  232. Requires: compat32-%{name} = %{version}-%{release}
  233. %description -n compat32-%{name}-devel
  234. The qt-devel package contains the files necessary to develop
  235. applications using the Qt GUI toolkit: the header files, the Qt meta
  236. object compiler, the man pages, the HTML documentation and example
  237. programs. See http://www.trolltech.com/products/qt.html for more
  238. information about Qt, or look at
  239. /usr/share/doc/qt-devel-%{version}/html/index.html, which provides Qt
  240. documentation in HTML format.
  241. Install qt-devel if you want to develop GUI applications using the Qt
  242. toolkit.
  243. %prep
  244. %setup -q -n qt-everywhere-opensource-src-%{version}
  245. # don't use -b on mkspec files, else they get installed too.
  246. # multilib hacks no longer required
  247. %patch2 -p1
  248. #if "%{_qt4_datadir}" != "%{_qt4_prefix}"
  249. #patch3 -p1 -b .multilib-QMAKEPATH
  250. #endif
  251. %patch5 -p1 -b .bz#437440-as_IN-437440
  252. %patch13 -p1 -b .gcc_hack
  253. %patch15 -p1 -b .enable_ft_lcdfilter
  254. %patch16 -p1 -b .kde4_plugins
  255. %patch17 -p1 -b .phonon-pulseaudio
  256. %patch19 -p1 -b .servicesfile
  257. %patch21 -p1 -b .gst-pulsaudio
  258. #patch51 -p1 -b .qdoc3
  259. ## FIXME: port patch
  260. #patch52 -p1 -b .sparc64
  261. ## TODO: still worth carrying? if so, upstream it.
  262. %patch53 -p1 -b .qatomic-inline-asm
  263. ## TODO: upstream me
  264. %patch54 -p1 -b .mysql_config
  265. %patch55 -p0 -b .bitmap_font_speed
  266. # security fixes
  267. # kde-qt branch
  268. #patch201 -p1 -b .kde-qt-0001
  269. %patch202 -p1 -b .kde-qt-0002
  270. %patch203 -p1 -b .kde-qt-0003
  271. %patch204 -p1 -b .kde-qt-0004
  272. %patch205 -p1 -b .kde-qt-0005
  273. %patch206 -p1 -b .kde-qt-0006
  274. %patch207 -p1 -b .kde-qt-0007
  275. ## needs manual love
  276. #patch208 -p1 -b .kde-qt-0008
  277. #patch209 -p1 -b .kde-qt-0009
  278. #patch274 -p1 -b .qt-copy-0274
  279. ## already applied
  280. #patch210 -p1 -b .kde-qt-0010
  281. #patch211 -p1 -b .kde-qt-0011
  282. %patch212 -p1 -b .kde-qt-0012
  283. #patch213 -p1 -b .kde-qt-0013
  284. # Patches for Vine
  285. %patch1022 -p1 -b .system_ca_certificates
  286. # drop -fexceptions from $RPM_OPT_FLAGS
  287. RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
  288. sed -i \
  289. -e "s|-O2|$RPM_OPT_FLAGS|g" \
  290. -e "s|g++.conf|g++-multilib.conf|g" mkspecs/%{platform}/qmake.conf
  291. sed -e "s|^QMAKE_CFLAGS_RELEASE|#QMAKE_CFLAGS_RELEASE|g" \
  292. mkspecs/common/g++.conf > mkspecs/common/g++-multilib.conf
  293. %if "%{_qt4_libdir}" == "%{_libdir}"
  294. sed -i -e "s|^QMAKE_LIBDIR_QT.*=.*|QMAKE_LIBDIR_QT =|" mkspecs/common/linux.conf
  295. %endif
  296. # set correct lib path
  297. if [ "%{_lib}" == "lib64" ] ; then
  298. sed -i -e "s,/usr/lib /lib,/usr/%{_lib} /%{_lib},g" config.tests/{unix,x11}/*.test
  299. sed -i -e "s,/lib /usr/lib,/%{_lib} /usr/%{_lib},g" config.tests/{unix,x11}/*.test
  300. fi
  301. # let makefile create missing .qm files, the .qm files should be included in qt upstream
  302. for f in translations/*.ts ; do
  303. touch ${f%.ts}.qm
  304. done
  305. %build
  306. # build shared, threaded (default) libraries
  307. ./configure -v \
  308. -confirm-license \
  309. -opensource \
  310. -optimized-qmake \
  311. -prefix %{_qt4_prefix} \
  312. -bindir %{_qt4_bindir} \
  313. -datadir %{_qt4_datadir} \
  314. -demosdir %{_qt4_demosdir} \
  315. -docdir %{_qt4_docdir} \
  316. -examplesdir %{_qt4_examplesdir} \
  317. -headerdir %{_qt4_headerdir} \
  318. -libdir %{_qt4_libdir} \
  319. -plugindir %{_qt4_plugindir} \
  320. -sysconfdir %{_qt4_sysconfdir} \
  321. -translationdir %{_qt4_translationdir} \
  322. -platform %{platform} \
  323. -release \
  324. -shared \
  325. -cups \
  326. -fontconfig \
  327. -largefile \
  328. -gtkstyle \
  329. -qt-gif \
  330. -no-rpath \
  331. -reduce-relocations \
  332. -no-separate-debug-info \
  333. %if %{phonon}
  334. -phonon \
  335. -phonon-backend \
  336. %else
  337. -no-phonon \
  338. %endif
  339. -pch \
  340. -no-javascript-jit \
  341. -sm \
  342. -stl \
  343. -system-libmng \
  344. -system-libpng \
  345. -system-libjpeg \
  346. -system-libtiff \
  347. -system-zlib \
  348. -xinput \
  349. -xcursor \
  350. -xfixes \
  351. -xinerama \
  352. -xshape \
  353. -xrandr \
  354. -xrender \
  355. -xkb \
  356. -glib \
  357. -openssl-linked \
  358. -xmlpatterns \
  359. -dbus-linked \
  360. -webkit \
  361. -no-nas-sound \
  362. %if %{MySQL}
  363. -plugin-sql-mysql -I/usr/include/mysql \
  364. %else
  365. -no-sql-mysql \
  366. %endif
  367. %if %{PostgreSQL}
  368. -plugin-sql-psql -I/usr/include/pgsql \
  369. %else
  370. -no-sql-psql \
  371. %endif
  372. %if %{ODBC}
  373. -plugin-sql-odbc \
  374. %else
  375. -no-sql-odbc \
  376. %endif
  377. -system-sqlite \
  378. -nomake demos \
  379. -nomake examples
  380. make %{?_smp_mflags}
  381. # recreate .qm files
  382. LD_LIBRARY_PATH=`pwd`/lib bin/lrelease translations/*.ts
  383. %install
  384. rm -rf $RPM_BUILD_ROOT
  385. make install INSTALL_ROOT=$RPM_BUILD_ROOT
  386. ln -s qt-%{version} $RPM_BUILD_ROOT%{_libdir}/qt4
  387. # Add desktop file(s)
  388. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
  389. desktop-file-install \
  390. --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  391. --vendor="" \
  392. %{SOURCE21} %{SOURCE22}
  393. # nuke dangling reference(s) to %buildroot
  394. sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" $RPM_BUILD_ROOT%{_qt4_libdir}/*.prl
  395. # nuke QMAKE_PRL_LIBS, seems similar to static linking and .la files (#520323)
  396. sed -i -e "s|^QMAKE_PRL_LIBS|#QMAKE_PRL_LIBS|" $RPM_BUILD_ROOT%{_qt4_libdir}/*.prl
  397. # .la files, die, die, die.
  398. rm -f $RPM_BUILD_ROOT%{_qt4_libdir}/lib*.la
  399. %ifarch %{multilib_archs}
  400. # multilib: qconfig.h
  401. mv $RPM_BUILD_ROOT%{_qt4_headerdir}/Qt/qconfig.h $RPM_BUILD_ROOT%{_qt4_headerdir}/QtCore/qconfig-%{_arch}.h
  402. install -p -m644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_qt4_headerdir}/QtCore/qconfig-multilib.h
  403. ln -sf qconfig-multilib.h $RPM_BUILD_ROOT%{_qt4_headerdir}/QtCore/qconfig.h
  404. ln -sf ../QtCore/qconfig.h $RPM_BUILD_ROOT%{_qt4_headerdir}/Qt/qconfig.h
  405. %if "%{_qt4_datadir}" != "%{_qt4_prefix}"
  406. # multilib: mkspecs hacks, unfortunately, breaks some stuff
  407. mkdir $RPM_BUILD_ROOT%{_qt4_prefix}/mkspecs
  408. mv $RPM_BUILD_ROOT%{_qt4_datadir}/mkspecs/{default,linux-g++*,qconfig.pri} \
  409. $RPM_BUILD_ROOT%{_qt4_prefix}/mkspecs/
  410. ln -s %{_qt4_datadir}/mkspecs/common $RPM_BUILD_ROOT%{_qt4_prefix}/mkspecs/common
  411. %endif
  412. %endif
  413. %if "%{_qt4_libdir}" != "%{_libdir}"
  414. mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
  415. echo "%{_qt4_libdir}" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/qt4.conf
  416. %if %{build_compat32}
  417. echo "%{_qt4_libdir}" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/qt4-i386.conf
  418. %endif
  419. %endif
  420. # Trolltech.conf
  421. install -p -m644 -D %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/Trolltech.conf
  422. mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
  423. # qt4-logo (generic) icons
  424. install -p -m644 -D %{SOURCE30} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps/qt4-logo.png
  425. install -p -m644 -D %{SOURCE31} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/qt4-logo.png
  426. # designer icons
  427. install -p -m644 -D tools/designer/src/designer/images/designer.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/designer.png
  428. # linguist icons
  429. for icon in tools/linguist/linguist/images/icons/linguist-*-32.png ; do
  430. size=$(echo $(basename ${icon}) | cut -d- -f2)
  431. install -p -m644 -D ${icon} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${size}x${size}/apps/linguist4.png
  432. done
  433. mkdir -p $RPM_BUILD_ROOT/etc/profile.d
  434. cat > $RPM_BUILD_ROOT/etc/profile.d/qt4.sh <<EOF
  435. # Qt initialization script (sh)
  436. if [ -z "\$QTDIR" ] ; then
  437. QTDIR="%{_qt4_libdir}"
  438. fi
  439. export QTDIR
  440. EOF
  441. chmod 755 $RPM_BUILD_ROOT/etc/profile.d/qt4.sh
  442. cat > $RPM_BUILD_ROOT/etc/profile.d/qt4.csh <<EOF
  443. # Qt initialization script (csh)
  444. if ( \$?QTDIR ) then
  445. exit
  446. endif
  447. setenv QTDIR %{_qt4_libdir}
  448. EOF
  449. chmod 755 $RPM_BUILD_ROOT/etc/profile.d/qt4.csh
  450. mkdir -p $RPM_BUILD_ROOT%{_bindir}
  451. for i in $RPM_BUILD_ROOT%{_qt4_bindir}/*; do
  452. #ln -s ../lib/qt-%{version}/bin/`basename $i` $RPM_BUILD_ROOT/%{_bindir}
  453. ln -s ../%{_lib}/qt-%{version}/bin/`basename $i` $RPM_BUILD_ROOT/%{_bindir}
  454. done
  455. # pkg-config files
  456. mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig
  457. cp $RPM_BUILD_ROOT%{_qt4_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig
  458. rm -rf $RPM_BUILD_ROOT%{_qt4_libdir}/pkgconfig
  459. # Qt.pc
  460. cat >%{buildroot}%{_libdir}/pkgconfig/Qt.pc<<EOF
  461. prefix=%{_qt4_prefix}
  462. bindir=%{_qt4_bindir}
  463. datadir=%{_qt4_datadir}
  464. demosdir=%{_qt4_demosdir}
  465. docdir=%{_qt4_docdir}
  466. examplesdir=%{_qt4_examplesdir}
  467. headerdir=%{_qt4_headerdir}
  468. libdir=%{_qt4_libdir}
  469. plugindir=%{_qt4_plugindir}
  470. qmake=%{_qt4_bindir}/qmake
  471. sysconfdir=%{_qt4_sysconfdir}
  472. translationdir=%{_qt4_translationdir}
  473. Name: Qt
  474. Description: Qt Configuration
  475. Version: %{version}
  476. EOF
  477. # create/own %%_qt4_plugindir/styles
  478. mkdir %{buildroot}%{_qt4_plugindir}/styles
  479. # create/own %%_qt4_plugindir/gui_platform
  480. mkdir %{buildroot}%{_qt4_plugindir}/gui_platform
  481. %if %{phonon}
  482. # remove for phonon 4.3.1
  483. rm -fv $RPM_BUILD_ROOT%{qtdir}/lib/libphonon.so*
  484. rm -rfv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/phonon.pc
  485. # contents slightly different between phonon-4.3.1 and qt-4.5.0
  486. rm -fv $RPM_BUILD_ROOT%{_includedir}/phonon/phononnamespace.h
  487. # contents dup'd but should remove just in case
  488. rm -fv $RPM_BUILD_ROOT%{_includedir}/phonon/*.h
  489. rm -rfv $RPM_BUILD_ROOT%{qtdir}/include/phonon*
  490. #rm -rfv %{buildroot}%{_qt4_headerdir}/Qt/phonon*
  491. rm -fv $RPM_BUILD_ROOT%{_datadir}/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
  492. rm -fv $RPM_BUILD_ROOT%{qtdir}/lib/libphonon.prl
  493. install -D -m 0644 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/phonon-gstreamer.svg
  494. install -D -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/phonon-gstreamer.png
  495. install -D -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/22x22/apps/phonon-gstreamer.png
  496. install -D -m 0644 %{SOURCE13} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/phonon-gstreamer.png
  497. install -D -m 0644 %{SOURCE14} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/phonon-gstreamer.png
  498. install -D -m 0644 %{SOURCE15} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/phonon-gstreamer.png
  499. install -D -m 0644 %{SOURCE16} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps/phonon-gstreamer.png
  500. %endif
  501. # make symbolic link to qt docdir
  502. #if echo %{_docdir} | grep share >& /dev/null ; then
  503. # ln -s ../../share/doc/%{name}-devel-%{version} $RPM_BUILD_ROOT%{_qt4_docdir}
  504. #else
  505. # ln -s ../../doc/%{name}-devel-%{version} $RPM_BUILD_ROOT%{_qt4_docdir}
  506. #fi
  507. # clean up
  508. cd $RPM_BUILD_ROOT%{qtdir}
  509. #rm -f lib/*.la
  510. #rm -f lib/*.prl
  511. rm -f `find ../../ -name *.debug`
  512. # delete files to use alternatives
  513. rm -f $RPM_BUILD_ROOT%{_bindir}/assistant
  514. rm -f $RPM_BUILD_ROOT%{_bindir}/moc
  515. rm -f $RPM_BUILD_ROOT%{_bindir}/qmake
  516. rm -f $RPM_BUILD_ROOT%{_bindir}/qtconfig
  517. rm -f $RPM_BUILD_ROOT%{_bindir}/uic
  518. rm -f $RPM_BUILD_ROOT%{_bindir}/uic3
  519. rm -f $RPM_BUILD_ROOT%{_bindir}/designer
  520. rm -f $RPM_BUILD_ROOT%{_bindir}/linguist
  521. rm -f $RPM_BUILD_ROOT%{_bindir}/lrelease
  522. rm -f $RPM_BUILD_ROOT%{_bindir}/lupdate
  523. %clean
  524. rm -rf $RPM_BUILD_ROOT
  525. %post
  526. /sbin/ldconfig
  527. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  528. %posttrans
  529. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  530. %postun
  531. /sbin/ldconfig
  532. if [ $1 -eq 0 ] ; then
  533. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  534. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  535. fi
  536. # devel
  537. %post devel
  538. %{_syssbindir}/update-alternatives --install \
  539. %{_bindir}/qtconfig qtconfig %{_qt4_bindir}/qtconfig 20 \
  540. --slave %{_bindir}/assistant \
  541. assistant \
  542. %{_qt4_bindir}/assistant \
  543. --slave %{_bindir}/moc \
  544. moc \
  545. %{_qt4_bindir}/moc \
  546. --slave %{_bindir}/qmake \
  547. qmake \
  548. %{_qt4_bindir}/qmake \
  549. --slave %{_bindir}/uic \
  550. uic \
  551. %{_qt4_bindir}/uic \
  552. --slave %{_bindir}/uic3 \
  553. uic3 \
  554. %{_qt4_bindir}/uic3 \
  555. %postun devel
  556. if [ $1 -eq 0 ] ; then
  557. %{_syssbindir}/update-alternatives --remove qtconfig %{_qt4_bindir}/qtconfig
  558. [ -f "%{_bindir}/qtconfig" ] || %{_syssbindir}/update-alternatives --auto qtconfig
  559. fi
  560. # phonon-backend-gstreamer
  561. %if %{phonon}
  562. %post -n phonon-backend-gstreamer
  563. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  564. %posttrans -n phonon-backend-gstreamer
  565. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  566. %postun -n phonon-backend-gstreamer
  567. if [ $1 -eq 0 ] ; then
  568. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  569. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  570. fi
  571. %endif
  572. # qt4-designer
  573. %post designer
  574. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  575. %{_syssbindir}/update-alternatives --install \
  576. %{_bindir}/designer designer %{_qt4_bindir}/designer 20 \
  577. --slave %{_bindir}/linguist \
  578. linguist \
  579. %{_qt4_bindir}/linguist \
  580. --slave %{_bindir}/lrelease \
  581. lrelease \
  582. %{_qt4_bindir}/lrelease \
  583. --slave %{_bindir}/lupdate \
  584. lupdate \
  585. %{_qt4_bindir}/lupdate
  586. [ -f "%{_bindir}/designer" ] || %{_syssbindir}/update-alternatives --auto designer
  587. %posttrans designer
  588. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  589. %postun designer
  590. if [ $1 -eq 0 ] ; then
  591. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  592. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  593. %{_syssbindir}/update-alternatives --remove designer %{_qt4_bindir}/desiner
  594. [ -f "%{_bindir}/designer" ] || %{_syssbindir}/update-alternatives --auto designer
  595. fi
  596. %post -n compat32-%{name} -p /sbin/ldconfig
  597. %postun -n compat32-%{name} -p /sbin/ldconfig
  598. %files
  599. %defattr(-,root,root,-)
  600. #doc README README.kde-qt LGPL_EXCEPTION.txt LICENSE.LGPL LICENSE.GPL3
  601. %doc README LGPL_EXCEPTION.txt LICENSE.LGPL LICENSE.GPL3
  602. %config(noreplace) %{_sysconfdir}/Trolltech.conf
  603. %if "%{_qt4_libdir}" != "%{_libdir}"
  604. %config %{_sysconfdir}/ld.so.conf.d/qt4.conf
  605. %endif
  606. %{_libdir}/qt4
  607. %dir %{_qt4_prefix}
  608. %dir %{_qt4_libdir}
  609. %{_qt4_libdir}/libQt*.so.*
  610. %dir %{_qt4_plugindir}
  611. %dir %{_qt4_plugindir}/accessible
  612. %{_qt4_plugindir}/accessible/*
  613. %dir %{_qt4_plugindir}/codecs
  614. %{_qt4_plugindir}/codecs/*
  615. %dir %{_qt4_plugindir}/graphicssystems
  616. %{_qt4_plugindir}/graphicssystems/*
  617. %dir %{_qt4_plugindir}/iconengines
  618. %{_qt4_plugindir}/iconengines/*
  619. %dir %{_qt4_plugindir}/imageformats
  620. %{_qt4_plugindir}/imageformats/*
  621. %dir %{_qt4_plugindir}/inputmethods
  622. %{_qt4_plugindir}/inputmethods/*
  623. %dir %{_qt4_plugindir}/script
  624. %{_qt4_plugindir}/script/*
  625. %dir %{_qt4_translationdir}
  626. %{_qt4_translationdir}/*
  627. %{_datadir}/icons/hicolor/*/apps/qt4-logo.*
  628. %files devel
  629. %defattr(-,root,root,-)
  630. %attr(0755,root,root) %config /etc/profile.d/*
  631. %{_bindir}/*
  632. %{_qt4_bindir}/*
  633. %exclude %{_qt4_bindir}/designer
  634. %exclude %{_qt4_bindir}/linguist
  635. %exclude %{_qt4_bindir}/lrelease
  636. %exclude %{_qt4_bindir}/lupdate
  637. %{_qt4_headerdir}
  638. %{_qt4_libdir}/libQt*.so
  639. %{_qt4_libdir}/libQtUiTools*.a
  640. %{_qt4_libdir}/libQt*.prl
  641. %{_qt4_datadir}/mkspecs
  642. %{_qt4_datadir}/phrasebooks
  643. %{_qt4_datadir}/q3porting.xml
  644. %{_libdir}/pkgconfig/*.pc
  645. #{_qt4_docdir}/*
  646. %files doc
  647. %defattr(-,root,root,-)
  648. %{_qt4_docdir}/html
  649. %{_qt4_docdir}/qch/*.qch
  650. %exclude %{_qt4_docdir}/qch/designer.qch
  651. %exclude %{_qt4_docdir}/qch/linguist.qch
  652. %{_qt4_docdir}/src
  653. # Qt Assistant (bin moved to -x11)
  654. #{_datadir}/applications/*assistant.desktop
  655. #{_datadir}/icons/hicolor/*/apps/assistant*
  656. %if %{phonon}
  657. %files -n phonon-backend-gstreamer
  658. %defattr(-,root,root,-)
  659. %{_qt4_plugindir}/phonon_backend/*_gstreamer.so
  660. %{_datadir}/kde4/services/phononbackends/gstreamer.desktop
  661. %{_datadir}/icons/hicolor/*/apps/phonon-gstreamer.*
  662. %endif
  663. %if %{MySQL}
  664. %files MySQL
  665. %defattr(-,root,root,-)
  666. %{_qt4_plugindir}/sqldrivers/libqsqlmysql*
  667. %endif
  668. %if %{PostgreSQL}
  669. %files PostgreSQL
  670. %defattr(-,root,root,-)
  671. %{_qt4_plugindir}/sqldrivers/libqsqlpsql*
  672. %endif
  673. %if %{ODBC}
  674. %files ODBC
  675. %defattr(-,root,root,-)
  676. %{_qt4_plugindir}/sqldrivers/libqsqlodbc*
  677. %endif
  678. %if %{SQLite}
  679. %files sqlite
  680. %defattr(-,root,root,-)
  681. %{_qt4_plugindir}/sqldrivers/libqsqlite*
  682. %endif
  683. %files designer
  684. %defattr(-,root,root,-)
  685. %{_qt4_bindir}/designer
  686. %{_qt4_bindir}/linguist
  687. %{_qt4_bindir}/lrelease
  688. %{_qt4_bindir}/lupdate
  689. %dir %{_qt4_plugindir}/designer
  690. %{_qt4_plugindir}/designer/*
  691. %{_datadir}/applications/*.desktop
  692. %{_datadir}/icons/hicolor/*/apps/linguist*
  693. %{_datadir}/icons/hicolor/*/apps/designer*
  694. %{_qt4_docdir}/qch/designer.qch
  695. %{_qt4_docdir}/qch/linguist.qch
  696. # compat32
  697. %if %{build_compat32}
  698. %files -n compat32-%{name}
  699. %defattr(-,root,root,-)
  700. %if "%{_qt4_libdir}" != "%{_libdir}"
  701. %config %{_sysconfdir}/ld.so.conf.d/qt4-i386.conf
  702. %endif
  703. %{_libdir}/qt4
  704. %dir %{_qt4_prefix}
  705. %dir %{_qt4_libdir}
  706. %{_qt4_libdir}/libQt*.so.*
  707. %dir %{_qt4_plugindir}
  708. %dir %{_qt4_plugindir}/accessible
  709. %{_qt4_plugindir}/accessible/*
  710. %dir %{_qt4_plugindir}/codecs
  711. %{_qt4_plugindir}/codecs/*
  712. %dir %{_qt4_plugindir}/graphicssystems
  713. %{_qt4_plugindir}/graphicssystems/*
  714. %dir %{_qt4_plugindir}/iconengines
  715. %{_qt4_plugindir}/iconengines/*
  716. %dir %{_qt4_plugindir}/imageformats
  717. %{_qt4_plugindir}/imageformats/*
  718. %dir %{_qt4_plugindir}/inputmethods
  719. %{_qt4_plugindir}/inputmethods/*
  720. %dir %{_qt4_plugindir}/script
  721. %{_qt4_plugindir}/script/*
  722. #dir %{_qt4_translationdir}
  723. #{_qt4_translationdir}/*
  724. %files -n compat32-%{name}-devel
  725. %defattr(-,root,root,-)
  726. %{_qt4_bindir}/*
  727. %exclude %{_qt4_bindir}/designer
  728. %exclude %{_qt4_bindir}/linguist
  729. %exclude %{_qt4_bindir}/lrelease
  730. %exclude %{_qt4_bindir}/lupdate
  731. #{_qt4_docdir}
  732. %{_qt4_headerdir}
  733. %{_qt4_libdir}/libQt*.so
  734. %{_qt4_libdir}/libQtUiTools.a
  735. %{_qt4_libdir}/libQt*.prl
  736. %{_qt4_datadir}/mkspecs
  737. %{_qt4_datadir}/phrasebooks
  738. %{_qt4_datadir}/q3porting.xml
  739. %{_libdir}/pkgconfig/*.pc
  740. %endif
  741. %changelog
  742. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.6.1-5
  743. - rebuilt with gcc-4.4.3-3 on ppc
  744. * Fri Feb 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-4
  745. - rebuilt with new toolchains
  746. * Sun Jan 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-3
  747. - added BR: desktop-file-utils
  748. * Sat Jan 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-2
  749. - fixed devel %%files (forgot removing documents...)
  750. * Thu Jan 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
  751. - new upstream release
  752. - moved documents to doc sub-package
  753. - updated macros
  754. - installed translation to %%{_datadir}/qt4/translations now
  755. * Sun Nov 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.3-1
  756. - new upstream release
  757. - dropped Patch90 (merged into upstream)
  758. - updated Patches from Fedora
  759. - added sqlite subpackage
  760. * Wed Sep 02 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.5.2-2
  761. - added Patch90 for fix CVE-2009-2700
  762. * Wed Aug 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.2-1
  763. - new upstream release
  764. - updated qt-copy patches
  765. - added Qt.pc
  766. - added BuildRequires: WebKit-gtk-devel
  767. * Thu Jul 23 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.4.3-4
  768. - added compat32 package for x86_64 arch support
  769. * Sun Apr 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-3
  770. - changed qt4-designer Group to Applications/Development
  771. - updated URL
  772. - remove Requires: XOrg-libs, XOrg-gl
  773. * Wed Mar 24 2009 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.3-2
  774. - update qt-copy patches
  775. * Mon Nov 24 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.3-1
  776. - new upstream release
  777. - update qt-copy patches
  778. * Tue Nov 11 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.2-2
  779. - update qt-copy patches
  780. * Mon Sep 22 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.2-1
  781. - new upstream release
  782. - update qt-copy patches
  783. * Tue Sep 02 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.1-2
  784. - fixed symbolic-link path of %{_bindir}/* at %%install section (for lib64)
  785. * Mon Aug 4 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.1-1
  786. - new upstream release
  787. - update qt-copy patches
  788. * Sun Jul 6 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4.0-1
  789. - new upstream release
  790. - update qt-copy patches
  791. - add -no-phonon
  792. * Mon Mar 24 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.4-1
  793. - fix release ([VineSeed:1527])
  794. - add BuildPrereq: gcc4 gcc4-c++ for Vine 4.x
  795. - add Requires(post,postun): alternatives to -devel and -designer package
  796. * Tue Mar 4 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.4-0vl1
  797. - new upstream release
  798. - update qt-copy patches
  799. * Wed Feb 6 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.3-0vl2
  800. - update qt-copy patches
  801. * Thu Dec 6 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.3-0vl1
  802. - new upstream release
  803. - update and re-number qt-copy patches
  804. - add BuildPrereq: glib2-devel
  805. - update URL
  806. * Fri Nov 2 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.2-0vl1
  807. - new upstream release
  808. - update qt-copy patches
  809. * Tue Sep 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.1-0vl2
  810. - update qt-copy patches (CVE-2007-4137)
  811. * Wed Aug 15 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.1-0vl1
  812. - new upstream release
  813. - update qt-copy patches
  814. * Thu Jun 28 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.0-0vl1
  815. - new upstream release
  816. - add qt-copy patches
  817. * Wed May 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.3.0-0vl0.20070423
  818. - new upstream release
  819. * Mon Mar 12 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.2.3-0vl1
  820. - new upstream release
  821. * Tue Oct 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.2.1-0vl1
  822. - new upstream release
  823. - add ld.so.conf.d and qt4.conf
  824. - BuildPrereq: dbus-devel >= 0.62
  825. * Fri Oct 6 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.2.0-0vl1
  826. - new upstream release
  827. - remove static package
  828. * Mon Sep 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.1.4-0vl1
  829. - new upstream release
  830. - update %%fiels
  831. - remove Xt and styles package
  832. - add BuildPrereq: postgresql-libs MySQL-shared
  833. - remove all patches
  834. * Mon Sep 19 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl4
  835. - move %%{_libdir}/qt3 from develop to main
  836. - fix typo
  837. - add patch503
  838. -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm.1
  839. - import qt-x11-immodule-unified-quiet.patch (patch503) from FC
  840. - add patch500-502
  841. -- Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.3.5-0vl2.0imm
  842. - add immodule for Qt support (patch500-502)
  843. - patch500: revert some part of patch300,301 (conflict with patch501)
  844. - patch501: immodule for Qt patch
  845. - patch502: apply some part of patch300,301 again
  846. cf. http://immodule-qt.freedesktop.org/
  847. http://people.freedesktop.org/~daisuke/
  848. * Sun Sep 10 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.3.5-0vl3
  849. - added configure options for builing on 64-bit archs
  850. * Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl2
  851. - rebuild for VineSeed
  852. * Tue Sep 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.5-0vl1
  853. - new upstream release
  854. - stop building nonthreaded libs
  855. - delete Obsoletes
  856. - add Patch0
  857. * Tue Jul 5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl6
  858. - rebuild for VineSeed
  859. * Tue Jul 5 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl5
  860. - build for Vine3.1
  861. - add -v to configure option
  862. - move three static libs to main package
  863. * Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl4
  864. - rebuild for VineSeed
  865. * Sat Mar 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl3
  866. - (security) stop using rpath
  867. - cleanup this file
  868. * Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl2
  869. - rebuild for VineSeed
  870. * Thu Feb 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.4-0vl1
  871. - new upstream release
  872. - update Patch400
  873. * Sat Dec 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl3
  874. - rebuld
  875. * Wed Nov 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl2
  876. - add Obsoletes: qt32-*
  877. * Sun Sep 5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.3-0vl1
  878. - source upgrade
  879. - remove patch100
  880. - update patch300 and remove patch302-303
  881. - update patch400
  882. - update BuildPrereq and Requires
  883. * Wed Jul 28 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl3
  884. - add patch302-303 from KuserML
  885. - delete lines about vine26
  886. * Sun Jun 6 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
  887. - add patch100 from webcvs.kde.org/cgi-bin/cvsweb.cgi/qt-copy/patches/
  888. * Fri Apr 30 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
  889. - source upgrade
  890. - remove patch100 (it is needed only for 3.3.1)
  891. * Sun Apr 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl3
  892. - rebuild with XOrg
  893. * Mon Mar 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl2
  894. - rebuild
  895. * Mon Mar 8 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
  896. - source upgrade
  897. - remove patch800
  898. - add patch100 (only for qt-x11-free-3.3.1)
  899. * Sun Feb 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl3
  900. - enable cups support
  901. * Sun Dec 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
  902. - build for VineSeed with new toolchain
  903. - disable cup support
  904. * Wed Dec 3 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
  905. - source upgrade
  906. - revised Patch402 and 403
  907. - remove Patch100
  908. - add patch800 to build against freetype2-2.1.7
  909. - (VinePlus/2.6) BuildPrereq: autoconf258
  910. * Sun Nov 9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
  911. - source upgrade
  912. - revised Patch400
  913. - remove Patch15
  914. * Sun Nov 2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl4
  915. - enable cups support
  916. * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl3
  917. - rebuild for Vine2.6
  918. * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl3
  919. - revised Patch400 and Patch402
  920. - clean up spec
  921. * Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl2
  922. - rebuild for Vine2.6
  923. * Sun Sep 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
  924. - revised Patch400-
  925. - clean up spec
  926. * Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0.26vl1
  927. - rebuild for Vine2.6
  928. * Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
  929. - source upgrade
  930. - add Patch100
  931. - remove Patch302 (it is included in this source)
  932. - stop using Patch400-
  933. - build with gcc-3.2.3
  934. - add export LANG=C
  935. - add *.pc (pkg-config files) to qt-devel package
  936. * Fri Aug 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl5
  937. - rebuild for Vine2.6
  938. * Wed Aug 13 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl5
  939. - add Patch302 to fix performance of jmode
  940. - change make option for SMP and add script
  941. * Thu Jun 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl4
  942. - update Patch400 and 401
  943. * Wed Jun 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl3
  944. - change spec to build with g++-2.95.3
  945. * Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0.26vl2
  946. - rebuild for Vine2.6
  947. * Wed Apr 16 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.1.2-0vl2
  948. - rebuilt with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
  949. * Fri Mar 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
  950. - source upgrade
  951. - remove all patches except patch15
  952. - revised patch 300-
  953. - stop building Xt package
  954. * Mon Feb 24 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl3
  955. - revised patch 301 and 302
  956. - enable patch 301 and 302 to Vine2.5/2.6
  957. * Sun Feb 9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl2
  958. - change spec to build both VineSeed and Vine2.5/2.6
  959. - re-number patch300-
  960. - delete patch4 (qt-3.1.1 does not need it)
  961. - add patch13 and 14
  962. -- Thu Dec 19 2002 Than Ngo <than@redhat.com> 3.1.1-3
  963. - add monospace patch file from Leon Ho (bug #79949)
  964. - add small patch file from Sysoltsev Slawa (bug #79731)
  965. - add patch15
  966. -- Mon Dec 30 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  967. - Change qmlined.h to not include an attic header that is also not shipped
  968. with Red Hat Linux. This also fixes building unixODBC, that includes this
  969. header (apparently also without needing it).
  970. * Sat Jan 4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
  971. - source upgrade
  972. - cleanup spec
  973. - revised Patch7, 301
  974. - add Patch306, 307, 308 from kde.gr.jp
  975. * Sun Dec 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.0-0vl1
  976. - source upgrade
  977. - stop using objprelink2, it does not work with gcc3
  978. - add Patch304 and Patch305 from www.kde.gr.jp/~akito/xft/patch_xft.html
  979. - add Patch1 - Patch12 from rawhide 3.1.0-1.3
  980. - add BuildPrereq: openMotif-devel >= 2.2.2 for build qt-Xt
  981. - cleanup spec for build x11 package only
  982. * Mon Nov 11 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl3
  983. - add export PATH=`pwd`:$PATH to %build section
  984. * Mon Oct 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl2
  985. - objprelink2 support only i386 (add %ifarch i386 ... again)
  986. - delete BuildPrereq: libmng-static (it merged to libmng-devel)
  987. - delete %doc ANNOUNCE
  988. - Requires: XFree86-gl instead of Mesa
  989. * Fri Oct 4 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5-0vl1
  990. - add BuildPrereq: objprelink2 instead of BuildPrereq: objprelink
  991. - add BuildPrereq: autoconf253 automake15
  992. - delete Patch199 (objprelink2 do not need this patch)
  993. - source upgrade
  994. - revised all patches [Kdeveloper:02404]
  995. - add man files to qt-devel sub-package
  996. * Tue Jul 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl5
  997. - add patch304 from kde.gr.jp [Kdeveloper:02368]
  998. * Thu Jul 4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl4
  999. - add patch303 from kde.gr.jp [Kdeveloper:02378]
  1000. * Wed Apr 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl3
  1001. - add patch302 from kde.gr.jp
  1002. * Thu Apr 4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl2
  1003. - revised patch300 from kde.gr.jp and XIMInputStyle=Over The Spot in qtrc
  1004. - add patch301 from kde.gr.jp
  1005. - make unixODBC plugin (delete define odbcplugins 0 and if %{odbcplugins})
  1006. * Sat Mar 30 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-1vl1
  1007. - merged with rawhide 3.0.3-0.cvs20020314.1
  1008. - source update to 3.0.3
  1009. - add patch199 (objprelink)
  1010. - add patch300 and add defaultInputStyle=OverTheSpot in qtrc
  1011. - define cups 0 (Vine does not have cups)
  1012. - define odbcplugins 0 (unixODBC requires libqt-mt.so.2 of qt-2)
  1013. - cleanup spec
  1014. - There is Vine's previous changes, hacked for Vine
  1015. -- Sat Jan 5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-6vl4
  1016. - rebuild with -xft support (XFree86-4.1.99.4)
  1017. -- Mon Dec 31 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl3
  1018. - rebuild with glibc-2.2.4
  1019. -- Sun Nov 25 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl2
  1020. - add Source2 and Patch4 (use objprelink, i386 only)
  1021. -- Sat Oct 13 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.3.1-6vl1
  1022. - Build for VineSeed
  1023. - Add qt.using_new_library.patch from Kondara
  1024. -- Mon Jun 11 2001 net_hal <net_hal@cwa.bai.ne.jp>
  1025. - First build for Vine2.1.5
  1026. -- Thu Apr 12 2001 Rex Dieter <rdieter@unl.edu> 2.3.0-0.6x.3
  1027. - redhat 6.x backport based on rawhide's qt-2.3.0-3
  1028. - remove -xft support (because we're using XFree-3)
  1029. * Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.3-0.cvs20020314.1
  1030. - Update to 3.0.3-pre, required for KDE3
  1031. - force -fPIC usage
  1032. - Remove conflict with qt2 < 2.3.2-1, the new qt2 2.3.1 is fixed and qt 2.3.2
  1033. is broken
  1034. - Ship the qmake config files (so qmake works for building any 3rd party stuff,
  1035. e.g. aethera)
  1036. * Wed Mar 6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-2
  1037. - Add some fixes from KDE's qt-copy CVS
  1038. - Pluginize image formats
  1039. * Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-1
  1040. - 3.0.2 final
  1041. * Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.3
  1042. - Add GB18030 codec patch, #60034
  1043. - Force-build jpeg support, fixing #59775 and #59795
  1044. * Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.2
  1045. - Build with CUPS support
  1046. * Fri Jan 18 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020118.1
  1047. - Fix up /usr/bin/moc links, they should point to qt3
  1048. * Mon Jan 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020114.1
  1049. - Build styles directly into the main library for now, there's too much broken
  1050. code out there depending on this ATM.
  1051. * Wed Jan 9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020109.1
  1052. - Stop excluding alpha, gcc has been fixed
  1053. * Tue Jan 8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.2-0.cvs20020108.1
  1054. - Add fixes from CVS; this fixes the "Alt + F1, arrow up, arrow up doesn't work
  1055. in KDE" bug
  1056. * Mon Dec 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-2
  1057. - Fix up settings search path
  1058. - Add default qtrc allowing to use KDE 3.x Qt plugins
  1059. - Make sure QLibrary uses RTLD_GLOBAL when dlopen()ing libraries
  1060. * Thu Dec 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.0-1
  1061. - Work around gcc bug #57467
  1062. * Wed Dec 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1063. - 3.0.1 final
  1064. * Mon Dec 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-0.cvs20011210.1
  1065. - Update to current (needed by KDE 3.x)
  1066. - Rebuild with current libstdc++
  1067. - Temporarily disable building on alpha
  1068. - Fix build with PostgreSQL 7.2
  1069. * Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-5
  1070. - Fix up glweak
  1071. * Mon Nov 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-4
  1072. - Give designer, uic, moc, etc. their real names - the qt2 versions
  1073. have been renamed in qt2-2.3.2-1.
  1074. Conflict with qt2 < 2.3.2-1.
  1075. * Thu Oct 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
  1076. - Add symlink /usr/lib/qt-3.0.0 -> /usr/lib/qt3 and set QTDIR to the
  1077. symlink, allowing to update to 3.0.1 without breaking rpath'ed binaries
  1078. * Tue Oct 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-1
  1079. - 3.0.0 final
  1080. - fix some minor specfile bugs
  1081. - Modularize some more (image format plugins)
  1082. - Build codecs
  1083. * Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta5.1
  1084. - beta5
  1085. - Share more code between qt-x11 and qt-embedded builds
  1086. * Wed Aug 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta4.1
  1087. - beta4
  1088. - build the Motif style directly into Qt rather than as a plugin - Qt should
  1089. always have at least one style...
  1090. - replace the designer3 symlink with a shell script that sets QTDIR correctly
  1091. before launching designer
  1092. - Add desktop file for designer
  1093. * Mon Aug 6 2001 Tim Powers <timp@redhat.com> 3.0.0-0.beta3.4
  1094. - explicitly include qm2ts, qmake, qtconfig in the devel package file list to avoid dangling symlinks
  1095. * Thu Aug 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.3
  1096. - Try yet another workaround for buildsystem breakages
  1097. * Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1098. - Add another ugly workaround for build system problems, this should finally
  1099. get rid of the dangling symlinks
  1100. * Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.2
  1101. - Rephrase parts of the spec file, hopefully pleasing the build system
  1102. * Sun Jul 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta3.1
  1103. - beta3
  1104. - Fix dangling symlinks
  1105. * Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.2
  1106. - Fix up QSQL Postgres classes for Postgres 7.1.x
  1107. - Fix various bugs:
  1108. - QtMultilineEdit and QtTableView should actually compile
  1109. - Link libqsqlpsql with libpq
  1110. - Don't link the base library with libmysqlclient, linking the MySQL
  1111. module with it is sufficient
  1112. - Add missing const qualifier
  1113. - move the SQL drivers to separate packages to avoid dependencies
  1114. - build and install designer plugins - converting glade files to Qt is fun. ;)
  1115. - handle RPM_OPT_FLAGS
  1116. * Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.beta1.1
  1117. - 3.0 beta 1
  1118. * Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010516.1
  1119. - Update, remove conflicts with Qt 2.x
  1120. * Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20010514.1
  1121. - Initial build of 3.0 branch
  1122. * Fri Apr 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-6
  1123. - Fix crashes on ia64, Patch from Bill Nottingham <notting@redhat.com>
  1124. - Allow building qt-nox
  1125. * Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.3.0-5
  1126. - Make sure uic and designer use the libqui from the source tree, not
  1127. a previously installed one.
  1128. Linking uic-x11 against libqui-embedded is definitely not a feature. ;)
  1129. - The qclipboard fix is needed for qt-x11 only, don't apply it if we're
  1130. building qt-embedded
  1131. * Sat Apr 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1132. - Handle LPRng specific constructs in printcap, Bug #35937
  1133. * Sun Mar 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  1134. - add qfont patch from Trolltech
  1135. * Tue Mar 13 2001 Harald Hoyer <harald@redhat.de>
  1136. - added patch for '@euro' language settings
  1137. * Tue Mar 6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1138. - 2.3.0 final
  1139. - BuildRequires XFree86-devel >= 4.0.2 (#30486)
  1140. * Mon Feb 26 2001 Than Ngo <than@redhat.com>
  1141. - fix check_env function, so that qt does not crash if QT_XFT is not set
  1142. - fix symlinks
  1143. * Mon Feb 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1144. - 2.3.0b1
  1145. - Add a patch to qpsprinter that handles TrueType fonts even if they come from xfs
  1146. * Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
  1147. - japanese input and clipboard fixes applied. Changes have been sent upstream by patch authors.
  1148. * Fri Feb 9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1149. - Rebuild with new Mesa to get rid of pthreads linkage
  1150. - Add Xft fix from KDE CVS
  1151. * Wed Feb 7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1152. - Add printing bugfix patch from Trolltech
  1153. * Sat Feb 3 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1154. - 2.2.4
  1155. - Qt Embedded: Add QVfb and VNC support
  1156. * Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1157. - Don't segfault when running Qt/Embedded applications as root
  1158. - Improve the Qt/Embedded sparc patch so we don't need the specfile hacks
  1159. anymore
  1160. - Fix a bug in QPrintDialog (causing KDE Bug #18608)
  1161. * Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1162. - bzip2 source to save space
  1163. - Qt/Embedded 2.2.3
  1164. - Fix qte build on sparc
  1165. * Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1166. - Run ldconfig in %%post and %%postun for qt-Xt
  1167. * Sun Dec 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1168. - Build with the Xrender extension
  1169. (Patch from Keith Packard <keithp@keithp.com>)
  1170. * Wed Dec 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1171. - 2.2.3
  1172. * Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1173. - Rebuild to fix permissions on doc dir
  1174. - Don't exclude ia64 anymore
  1175. * Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1176. - Fix up uic (Patch from trolltech)
  1177. * Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1178. - Build qt-embedded
  1179. changes to base: fix build, fix ISO C99 compliance, fix 64bit support
  1180. * Mon Nov 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1181. - 2.2.2
  1182. * Tue Oct 24 2000 Than Ngo <than@redhat.com>
  1183. - call ldconfig for updating (Bug #19687)
  1184. - added patch from Trolltech, thanks to Rainer <rms@trolltech.com>
  1185. * Wed Oct 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1186. - Add missing msg2qm, msgmerge, qconfig tools (Bug #18997), introduced
  1187. by broken Makefiles in base
  1188. - fix up %%install so it works both with old-style and new-style fileutils
  1189. (fileutils <= 4.0z don't know about -L)
  1190. * Fri Oct 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1191. - Disable exception handling; this speeds up KDE 2.x and reduces its
  1192. memory footprint by 20 MB.
  1193. * Tue Oct 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1194. - dereference symlinks in include
  1195. * Sun Oct 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1196. - fix -devel
  1197. - update to the new version of 2.2.1 on trolltech.com; the initial tarball
  1198. contained broken docs
  1199. * Thu Oct 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1200. - 2.2.1
  1201. * Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1202. - Add missing uic
  1203. * Thu Sep 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1204. - Move Qt designer to a different source RPM to get rid of a
  1205. circular dependency (kdelibs2->qt, qt->kdelibs2)
  1206. - Enable MNG support
  1207. - Don't compile (just include) examples and tutorials
  1208. - move the static libraries to a separate package (qt-static).
  1209. They're HUGE, and most people won't ever need them.
  1210. - clean up spec file
  1211. - fix up dependencies (-devel requires base, -static requires devel,
  1212. Xt requires base)
  1213. - add BuildRequires line
  1214. * Tue Sep 12 2000 Than Ngo <than@redhat.com>
  1215. - update release 2.2.0
  1216. - changed copyright to GPL
  1217. - added missing static libraries
  1218. - made symbolic link for designer to load the help files correct
  1219. - made designer and designer-kde2 as sub packages
  1220. - added missing templates for designer
  1221. - remove jakub patch, since the release 2.2.0 already
  1222. contains this patch.
  1223. - fixed qt again to compile with gcc-2.96
  1224. - use make -j for building
  1225. * Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1226. - Work around compiler bugs (Patch from Jakub)
  1227. - Use relative symlinks (Bug #16750)
  1228. * Mon Aug 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1229. - beta2
  1230. * Mon Aug 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1231. - new qt-copy from KDE2 CVS
  1232. * Wed Aug 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1233. - official beta 1
  1234. * Thu Aug 3 2000 Than Ngo <than@redhat.de>
  1235. - rebuilt against the libpng-1.0.8
  1236. * Thu Jul 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1237. - rebuild (so we have it on all arches)
  1238. * Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1239. - move man pages to a more reasonable place (this fixes Bug #14126)
  1240. - exclude ia64 for now (compiler problems!!!)
  1241. * Mon Jul 24 2000 Harald Hoyer <harald@redhat.de>
  1242. - modified connect patch to fit qt 2.2.0 beta.
  1243. * Thu Jul 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1244. - update to current qt-copy; this is now a qt 2.2.0 beta.
  1245. * Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1246. - update to current qt-copy in kde CVS, required
  1247. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  1248. - automatic rebuild
  1249. * Sun Jul 11 2000 Harald Hoyer <harald@redhat.de>
  1250. - made patch smaller and binary compatible when recompiled with 6.2
  1251. - modified connect and moc to cope with the new g++ class layout
  1252. * Sun Jul 09 2000 Than Ngo <than@redhat.de>
  1253. - rebuilt qt with gcc-2.96-34
  1254. * Fri Jul 07 2000 Than Ngo <than@redhat.de>
  1255. - rebuilt qt with c++ 2.96
  1256. * Mon Jul 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1257. - Fix dependancies
  1258. * Sun Jul 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1259. - Use egcs++ for now ** FIXME
  1260. * Wed Jun 28 2000 Preston Brown <pbrown@redhat.com>
  1261. - fix up qt.sh
  1262. * Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1263. - Build in jpeg and threading support
  1264. - Fix a bug in clipboard pasting code
  1265. * Wed Jun 07 2000 Preston Brown <pbrown@redhat.com>
  1266. - fix qt.{sh,csh}
  1267. - use new rpm macro paths
  1268. - package man pages
  1269. * Fri Jun 2 2000 Bill Nottingham <notting@redhat.com>
  1270. - build without optimization on ia64
  1271. * Mon May 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1272. - 2.1.1
  1273. * Thu May 18 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  1274. - recompile with correct libstdc++
  1275. * Thu Apr 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1276. - 2.1.0 final
  1277. * Wed Apr 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1278. - beta4
  1279. - depend on libGL.so.1 rather than Mesa - XFree86 4.0 provides that
  1280. lib, too
  1281. * Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1282. - beta3
  1283. * Tue Mar 7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1284. - beta2
  1285. - fix compilation of the NSPlugin add-on
  1286. * Fri Mar 3 2000 Bill Nottingham <notting@redhat.com>
  1287. - fix %postun script
  1288. * Fri Feb 18 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
  1289. - beta1
  1290. - get rid of qt-ImageIO, the functionality is now in the main Qt library
  1291. - remove qt-Network, the functionality is now in the main Qt library
  1292. - add changes-2.1.0 to %doc
  1293. * Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
  1294. - no refcount check on postun script, we want it to happen even on upgrades
  1295. * Thu Feb 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1296. - new snapshot, should fix QWhatsThisButton
  1297. - remove executable permissions from *.pro files
  1298. * Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
  1299. - strip binaries in examples, tutorial
  1300. * Mon Jan 31 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1301. - new snapshot - should fix the hotkey bug
  1302. - Fix up the Makefiles so it compiles
  1303. * Tue Jan 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1304. - new snapshot - we need those QVariant fixes
  1305. * Thu Jan 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1306. - switch from glxMesa to Mesa for the GL addon
  1307. * Wed Jan 5 2000 Bernhard Rosenkr?nzer <bero@redhat.com>
  1308. - Fix up dependencies
  1309. - new snapshot
  1310. * Mon Jan 3 2000 Ngo Than <than@redhat.de>
  1311. - new snapshot for Red Hat Linux 6.2
  1312. - increase version number
  1313. * Mon Dec 20 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1314. - new snapshot
  1315. - handle RPM_OPT_FLAGS
  1316. * Mon Dec 13 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1317. - new snapshot
  1318. - -GL requires libGL.so.1 instead of Mesa (might as well be glxMesa
  1319. or some commercial OpenGL)
  1320. - -GL BuildPrereqs /usr/X11R6/include/GL/gl.h instead of Mesa-devel
  1321. (might as well be glxMesa or some commercial OpenGL)
  1322. * Sun Dec 05 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1323. - update to current RSYNC version
  1324. - remove compilation patch - it finally works out of the box
  1325. * Wed Oct 27 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1326. - update to current CVS snapshot
  1327. - build extensions
  1328. - add patch to fix QNetwork compilation
  1329. * Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
  1330. - current CVS snapshot
  1331. - fix compilation with gcc 2.95.x
  1332. - use install -c rather than just install to make BSD install happy
  1333. * Mon Oct 11 1999 Bernhard Rosenkraenzer <bero@redhat.de>
  1334. - 2.1.0 snapshot (for KDE2)
  1335. - Fix typo in spec
  1336. * Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
  1337. - don't ship tutorial or example binaries
  1338. * Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
  1339. - substitution in tutorial and examples so that dependencies are correct and
  1340. they can be successfully rebuilt.
  1341. - switched to completely using QTDIR. trying to coexist with links into
  1342. /usr/{include,lib} and still compile with qt 1.x is very hard for
  1343. configure scripts to cope with.
  1344. * Thu Aug 19 1999 Preston Brown <pbrown@redhat.com>
  1345. - implemented QTDIR compatibility.
  1346. * Tue Jul 20 1999 Preston Brown <pbrown@redhat.com>
  1347. - qt 2.0.1 packaged.
  1348. * Wed Jul 14 1999 Preston Brown <pbrown@redhat.com>
  1349. - Qt 2.00 packaged.
  1350. - examples, html documentation, tutorial moved to /usr/doc
  1351. * Sat Apr 17 1999 Preston Brown <pbrown@redhat.com>
  1352. - static library supplied in dev package.
  1353. * Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
  1354. - turn on internal GIF reading support
  1355. * Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
  1356. - strip binaries
  1357. * Mon Mar 15 1999 Preston Brown <pbrown@redhat.com>
  1358. - upgrade to qt 1.44.
  1359. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  1360. - Injected new description and group.
  1361. * Tue Jan 19 1999 Preston Brown <pbrown@redhat.com>
  1362. - moved includes to /usr/include/qt
  1363. * Mon Jan 04 1999 Preston Brown <pbrown@redhat.com>
  1364. - made setup phase silent.
  1365. * Fri Dec 04 1998 Preston Brown <pbrown@redhat.com>
  1366. - upgraded to qt 1.42, released today.
  1367. * Tue Dec 01 1998 Preston Brown <pbrown@redhat.com>
  1368. - took Arnts RPM and made some minor changes for Red Hat.