qt5-qtbase-vl.spec 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752
  1. %bcond_with systemd
  2. %bcond_without gcc6
  3. %bcond_without system_xkbcommon
  4. %bcond_with docs
  5. %define _unpackaged_files_terminate_build 1
  6. %define ibase -no-sql-ibase
  7. #%define tds -no-sql-tds
  8. # See http://bugzilla.redhat.com/223663
  9. %define multilib_archs x86_64 %{ix86} %{?mips} ppc64 ppc s390x s390 sparc64 sparcv9
  10. %define multilib_basearchs x86_64 %{?mips64} ppc64 s390x sparc64
  11. # support qtchooser (adds qtchooser .conf file)
  12. %define qtchooser 1
  13. %if 0%{?qtchooser}
  14. %define priority 10
  15. %ifarch %{multilib_basearchs}
  16. %define priority 15
  17. %endif
  18. %endif
  19. %global platform linux-g++
  20. %global qt_module qtbase
  21. %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
  22. ## set to 1 to enable bootstrap
  23. #global bootstrap 1
  24. # use external qt_settings pkg
  25. %global qt_settings 0
  26. # See http://bugzilla.redhat.com/1279265
  27. %if !%{with gcc6}
  28. %global inject_optflags 1
  29. %endif
  30. %if %{with systemd}
  31. %global journald -journald
  32. BuildRequires: pkgconfig(libsystemd)
  33. %endif
  34. %if %{with gcc6}
  35. # gcc6: FTBFS
  36. %global qt5_deprecated_flag -Wno-deprecated-declarations
  37. # gcc6: Qt assumes this in places
  38. %global qt5_null_flag -fno-delete-null-pointer-checks
  39. %endif
  40. # define to build docs, need to undef this for bootstrapping
  41. # where qt5-qttools builds are not yet available
  42. # only primary archs (for now), allow secondary to bootstrap
  43. %if ! 0%{?bootstrap}
  44. %ifarch %{arm} %{ix86} x86_64 %{power64} s390 s390x aarch64
  45. %if %{with docs}
  46. %global docs 1
  47. %endif
  48. %endif
  49. %global examples 1
  50. %global tests 1
  51. %endif
  52. %global qt5_version 5.12.5
  53. %global qt5_minorver %(echo %{version} | sed -e 's/\\.[0-9]*$//')
  54. #global qt5_patchlevel 1
  55. Summary: Qt5 - QtBase components
  56. Name: qt5-qtbase
  57. Version: %{qt5_version}%{?qt5_patchlevel:.%{qt5_patchlevel}}
  58. Release: 1%{?_dist_release}
  59. # See LGPL_EXCEPTIONS.txt, for exception details
  60. License: LGPLv2 with exceptions or GPLv3 with exceptions
  61. Url: https://qt-project.org/
  62. Vendor: Project Vine
  63. Distribution: Vine Linux
  64. Source0: https://download.qt.io/official_releases/qt/%{qt5_minorver}/%{qt5_version}%{?qt5_patchlevel:-%{qt5_patchlevel}}/submodules/%{qt_module}-everywhere-src-%{qt5_version}%{?qt5_patchlevel:-%{qt5_patchlevel}}.tar.xz
  65. # https://bugzilla.redhat.com/show_bug.cgi?id=1227295
  66. Source1: qtlogging.ini
  67. # header file to workaround multilib issue
  68. # https://bugzilla.redhat.com/show_bug.cgi?id=1036956
  69. Source5: qconfig-multilib.h
  70. # xinitrc script to check for OpenGL 1 only drivers and automatically set
  71. # QT_XCB_FORCE_SOFTWARE_OPENGL for them
  72. Source6: 10-qt5-check-opengl2.sh
  73. # macros
  74. Source10: macros.qt5-qtbase
  75. # support multilib optflags
  76. Patch2: qtbase-multilib_optflags.patch
  77. # fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
  78. Patch4: qtbase-opensource-src-5.3.2-QTBUG-35459.patch
  79. # borrowed from opensuse
  80. # track private api via properly versioned symbols
  81. # downside: binaries produced with these differently-versioned symbols are no longer
  82. # compatible with qt-project.org's Qt binary releases.
  83. Patch8: tell-the-truth-about-private-api.patch
  84. # upstreamable patches
  85. # namespace QT_VERSION_CHECK to workaround major/minor being pre-defined (#1396755)
  86. Patch50: qtbase-opensource-src-5.8.0-QT_VERSION_CHECK.patch
  87. # 1381828 - Broken window scaling for some QT5 applications (#1381828)
  88. # This patch moves the threshold for 2x scaling from the DPI of 144 to 192,
  89. # the same value GNOME uses. It's not a complete solution...
  90. Patch51: qtbase-hidpi_scale_at_192.patch
  91. # 1. Workaround moc/multilib issues
  92. # https://bugzilla.redhat.com/show_bug.cgi?id=1290020
  93. # https://bugreports.qt.io/browse/QTBUG-49972
  94. # 2. Workaround sysmacros.h (pre)defining major/minor a breaking stuff
  95. Patch52: qtbase-opensource-src-5.7.1-moc_macros.patch
  96. # CMake generates wrong -isystem /usr/include compilations flags with Qt5::Gui
  97. # https://bugzilla.redhat.com/1704474
  98. Patch53: qtbase-everywhere-src-5.12.1-qt5gui_cmake_isystem_includes.patch
  99. # respect QMAKE_LFLAGS_RELEASE when building qmake
  100. Patch54: qtbase-qmake_LFLAGS.patch
  101. # drop -O3 and make -O2 by default
  102. Patch61: qt5-qtbase-cxxflag.patch
  103. # support firebird version 3.x
  104. Patch64: qt5-qtbase-5.12.1-firebird.patch
  105. # fix for new mariadb
  106. Patch65: qtbase-opensource-src-5.9.0-mysql.patch
  107. # use categorized logging for xcb log entries
  108. # https://bugreports.qt.io/browse/QTBUG-55167
  109. # https://bugzilla.redhat.com/show_bug.cgi?id=1497564
  110. Patch67: https://bugreports.qt.io/secure/attachment/66353/xcberror_filter.patch
  111. # python3
  112. Patch68: qtbase-everywhere-src-5.11.1-python3.patch
  113. # https://fedoraproject.org/wiki/Changes/Qt_Wayland_By_Default_On_Gnome
  114. # https://bugzilla.redhat.com/show_bug.cgi?id=1732129
  115. Patch80: qtbase-use-wayland-on-gnome.patch
  116. # macros, be mindful to keep sync'd with macros.qt5-base
  117. %define _qt5 %{name}
  118. # Do not check any files in %%{_qt5_plugindir}/platformthemes/ for requires.
  119. # Those themes are there for platform integration. If the required libraries are
  120. # not there, the platform to integrate with isn't either. Then Qt will just
  121. # silently ignore the plugin that fails to load. Thus, there is no need to let
  122. # RPM drag in gtk3 as a dependency for the GTK+ 2 dialog support.
  123. %global __requires_exclude_from ^%{_qt5_plugindir}/platformthemes/.*$
  124. # filter plugin provides
  125. %global __provides_exclude_from ^%{_qt5_plugindir}/.*\\.so$
  126. # for %%check
  127. BuildRequires: cmake
  128. BuildRequires: qt5-rpm-macros
  129. BuildRequires: qt5-srpm-macros
  130. BuildRequires: cups-devel
  131. BuildRequires: desktop-file-utils
  132. BuildRequires: findutils
  133. BuildRequires: libjpeg-devel
  134. BuildRequires: libmng-devel
  135. BuildRequires: libtiff-devel
  136. BuildRequires: pkgconfig(alsa)
  137. # http://bugzilla.redhat.com/1196359
  138. %if 0%{?fedora} || 0%{?rhel} > 6
  139. %global dbus -dbus-linked
  140. BuildRequires: pkgconfig(dbus-1)
  141. %endif
  142. BuildRequires: pkgconfig(libdrm)
  143. BuildRequires: pkgconfig(fontconfig)
  144. BuildRequires: pkgconfig(gl)
  145. BuildRequires: pkgconfig(glib-2.0)
  146. BuildRequires: pkgconfig(gtk+-3.0)
  147. BuildRequires: pkgconfig(libproxy-1.0)
  148. # xcb-sm
  149. BuildRequires: pkgconfig(ice) pkgconfig(sm)
  150. BuildRequires: pkgconfig(libpng)
  151. BuildRequires: pkgconfig(libudev)
  152. %global openssl -openssl-linked
  153. BuildRequires: pkgconfig(openssl)
  154. BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib)
  155. %if %{with system_xkbcommon}
  156. %global xkbcommon -xkbcommon
  157. BuildRequires: pkgconfig(libinput)
  158. BuildRequires: pkgconfig(xcb-xkb) >= 1.10
  159. BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
  160. BuildRequires: pkgconfig(xkbcommon-x11) >= 0.4.1
  161. %else
  162. # not Fedora
  163. %global xcb -qt-xcb
  164. %global xkbcommon -qt-xkbcommon
  165. Provides: bundled(libxkbcommon) = 0.4.1
  166. %endif
  167. BuildRequires: pkgconfig(xkeyboard-config)
  168. %define egl 1
  169. BuildRequires: pkgconfig(egl)
  170. BuildRequires: pkgconfig(gbm)
  171. BuildRequires: pkgconfig(glesv2)
  172. %global sqlite -system-sqlite
  173. BuildRequires: pkgconfig(sqlite3) >= 3.7
  174. %global harfbuzz -system-harfbuzz
  175. BuildRequires: pkgconfig(harfbuzz) >= 0.9.42
  176. BuildRequires: pkgconfig(icu-i18n)
  177. BuildRequires: pkgconfig(libpcre2-posix) >= 10.20
  178. BuildRequires: pkgconfig(libpcre) >= 8.0
  179. %define pcre -system-pcre
  180. BuildRequires: pkgconfig(xcb-xkb)
  181. BuildRequires: pkgconfig(xcb) pkgconfig(xcb-glx) pkgconfig(xcb-icccm) pkgconfig(xcb-image) pkgconfig(xcb-keysyms) pkgconfig(xcb-renderutil)
  182. BuildRequires: pkgconfig(zlib)
  183. %if 0%{?tests}
  184. BuildRequires: dbus-x11
  185. BuildRequires: mesa-dri-drivers
  186. BuildRequires: time
  187. BuildRequires: xorg-x11-server-Xvfb
  188. %endif
  189. %if 0%{?qtchooser}
  190. %if 0%{?fedora}
  191. Conflicts: qt < 1:4.8.6-10
  192. %endif
  193. Requires(post): %{_sbindir}/update-alternatives
  194. Requires(postun): %{_sbindir}/update-alternatives
  195. %endif
  196. %if 0%{?qt_settings}
  197. Requires: qt-settings
  198. %endif
  199. Requires: %{name}-common = %{version}-%{release}
  200. %description
  201. Qt is a software toolkit for developing applications.
  202. This package contains base tools, like string, xml, and network
  203. handling.
  204. %package common
  205. Summary: Common files for Qt5
  206. Requires: %{name} = %{version}-%{release}
  207. BuildArch: noarch
  208. %description common
  209. %{summary}.
  210. %package devel
  211. Summary: Development files for %{name}
  212. Provides: %{name}-private-devel = %{version}-%{release}
  213. Requires: %{name}%{?_isa} = %{version}-%{release}
  214. Requires: %{name}-gui%{?_isa}
  215. %if 0%{?egl}
  216. Requires: pkgconfig(egl)
  217. %endif
  218. Requires: pkgconfig(gl)
  219. %description devel
  220. %{summary}.
  221. %if 0%{?docs}
  222. %package doc
  223. Summary: API documentation for %{name}
  224. License: GFDL
  225. Requires: %{name} = %{version}-%{release}
  226. BuildRequires: qt5-qhelpgenerator
  227. BuildRequires: qt5-qdoc
  228. BuildArch: noarch
  229. %description doc
  230. %{summary}.
  231. %endif
  232. %package examples
  233. Summary: Programming examples for %{name}
  234. Requires: %{name}%{?_isa} = %{version}-%{release}
  235. %description examples
  236. %{summary}.
  237. %package static
  238. Summary: Static library files for %{name}
  239. Requires: %{name}-devel%{?_isa} = %{version}-%{release}
  240. Requires: pkgconfig(fontconfig)
  241. Requires: pkgconfig(glib-2.0)
  242. %if %{with system_xkbcommon}
  243. Requires: pkgconfig(libinput)
  244. Requires: pkgconfig(xkbcommon)
  245. %endif
  246. Requires: pkgconfig(zlib)
  247. %description static
  248. %{summary}.
  249. %if "%{?ibase}" != "-no-sql-ibase"
  250. %package ibase
  251. Summary: IBase driver for Qt5's SQL classes
  252. BuildRequires: firebird-devel
  253. Requires: %{name}%{?_isa} = %{version}-%{release}
  254. %description ibase
  255. %{summary}.
  256. %endif
  257. %package mysql
  258. Summary: MySQL driver for Qt5's SQL classes
  259. BuildRequires: libmysqlclient-devel
  260. Requires: %{name}%{?_isa} = %{version}-%{release}
  261. %description mysql
  262. %{summary}.
  263. %package odbc
  264. Summary: ODBC driver for Qt5's SQL classes
  265. BuildRequires: unixODBC-devel
  266. Requires: %{name}%{?_isa} = %{version}-%{release}
  267. %description odbc
  268. %{summary}.
  269. %package postgresql
  270. Summary: PostgreSQL driver for Qt5's SQL classes
  271. BuildRequires: libpq-devel
  272. Requires: %{name}%{?_isa} = %{version}-%{release}
  273. %description postgresql
  274. %{summary}.
  275. %if "%{?tds}" != "-no-sql-tds"
  276. %package tds
  277. Summary: TDS driver for Qt5's SQL classes
  278. BuildRequires: freetds-devel
  279. Requires: %{name}%{?_isa} = %{version}-%{release}
  280. %description tds
  281. %{summary}.
  282. %endif
  283. # debating whether to do 1 subpkg per library or not -- rex
  284. %package gui
  285. Summary: Qt5 GUI-related libraries
  286. Requires: %{name}%{?_isa} = %{version}-%{release}
  287. %if 0%{?fedora} > 20
  288. Recommends: mesa-dri-drivers
  289. %endif
  290. Obsoletes: qt5-qtbase-x11 < 5.2.0
  291. Provides: qt5-qtbase-x11 = %{version}-%{release}
  292. # for Source6: 10-qt5-check-opengl2.sh:
  293. # glxinfo
  294. Requires: glx-utils
  295. %description gui
  296. Qt5 libraries used for drawing widgets and OpenGL items.
  297. %prep
  298. %setup -q -n %{qt_module}-everywhere-src-%{qt5_version}
  299. %patch4 -p1 -b .QTBUG-35459
  300. # omit '-b .tell-the-truth-about-private-api' so it doesn't end up in installed files -- rdieter
  301. %patch8 -p1
  302. %patch50 -p1 -b .QT_VERSION_CHECK
  303. %patch51 -p1 -b .hidpi_scale_at_192
  304. %patch52 -p1 -b .moc_macros
  305. %patch53 -p1 -b .qt5gui_cmake_isystem_includes
  306. %patch54 -p1 -b .qmake_LFLAGS
  307. %patch61 -p1 -b .qt5-qtbase-cxxflag
  308. %patch64 -p1 -b .firebird
  309. %if 0%{?fedora} > 27
  310. %patch65 -p1 -b .mysql
  311. %endif
  312. # FIXME/REBASE
  313. #patch67 -p1 -b .xcberror_filter
  314. %patch68 -p1
  315. #if 0%{?fedora} > 30
  316. #patch80 -p1 -b .use-wayland-on-gnome.patch
  317. #endif
  318. %define platform linux-g++
  319. # move some bundled libs to ensure they're not accidentally used
  320. pushd src/3rdparty
  321. mkdir UNUSED
  322. mv freetype libjpeg libpng zlib UNUSED/
  323. %if "%{?sqlite}" == "-system-sqlite"
  324. mv sqlite UNUSED/
  325. %endif
  326. %if "%{?xcb}" != "-qt-xcb"
  327. mv xcb UNUSED/
  328. %endif
  329. popd
  330. # builds failing mysteriously on f20
  331. # ./configure: Permission denied
  332. # check to ensure that can't happen -- rex
  333. test -x configure || chmod +x configure
  334. # use proper perl interpretter so autodeps work as expected
  335. sed -i -e "s|^#!/usr/bin/env perl$|#!%{__perl}|" \
  336. bin/fixqt4headers.pl \
  337. bin/syncqt.pl \
  338. mkspecs/features/data/unix/findclasslist.pl
  339. %build
  340. ## FIXME/TODO:
  341. # * for %%ix86, add sse2 enabled builds for Qt5Gui, Qt5Core, QtNetwork, see also:
  342. # http://anonscm.debian.org/cgit/pkg-kde/qt/qtbase.git/tree/debian/rules (234-249)
  343. ## adjust $RPM_OPT_FLAGS
  344. # remove -fexceptions
  345. RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
  346. RPM_OPT_FLAGS="$RPM_OPT_FLAGS %{?qt5_arm_flag} %{?qt5_deprecated_flag} %{?qt5_null_flag}"
  347. export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
  348. export CXXFLAGS="$CXXFLAGS $RPM_OPT_FLAGS"
  349. export LDFLAGS="$LDFLAGS $RPM_LD_FLAGS"
  350. export MAKEFLAGS="%{?_smp_mflags}"
  351. ./configure -v \
  352. -confirm-license \
  353. -opensource \
  354. -prefix %{_qt5_prefix} \
  355. -archdatadir %{_qt5_archdatadir} \
  356. -bindir %{_qt5_bindir} \
  357. -libdir %{_qt5_libdir} \
  358. -libexecdir %{_qt5_libexecdir} \
  359. -datadir %{_qt5_datadir} \
  360. -docdir %{_qt5_docdir} \
  361. -examplesdir %{_qt5_examplesdir} \
  362. -headerdir %{_qt5_headerdir} \
  363. -importdir %{_qt5_importdir} \
  364. -plugindir %{_qt5_plugindir} \
  365. -sysconfdir %{_qt5_sysconfdir} \
  366. -translationdir %{_qt5_translationdir} \
  367. -platform %{platform} \
  368. -release \
  369. -shared \
  370. -accessibility \
  371. %{?dbus}%{!?dbus:-dbus-runtime} \
  372. -fontconfig \
  373. -glib \
  374. -gtk \
  375. %{?ibase} \
  376. -icu \
  377. %{?journald} \
  378. -optimized-qmake \
  379. %{?openssl} \
  380. %{!?examples:-nomake examples} \
  381. %{!?tests:-nomake tests} \
  382. -no-pch \
  383. -no-rpath \
  384. -no-separate-debug-info \
  385. %ifarch %{ix86}
  386. -no-sse2 \
  387. %endif
  388. -no-strip \
  389. -system-libjpeg \
  390. -system-libpng \
  391. %{?harfbuzz} \
  392. %{?pcre} \
  393. %{?sqlite} \
  394. %{?tds} \
  395. %{?xcb} \
  396. %{?xkbcommon} \
  397. -system-zlib \
  398. -no-use-gold-linker \
  399. -no-directfb \
  400. -no-feature-renameat2 \
  401. -no-feature-statx \
  402. QMAKE_CFLAGS_RELEASE="${CFLAGS:-$RPM_OPT_FLAGS}" \
  403. QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS:-$RPM_OPT_FLAGS}" \
  404. QMAKE_LFLAGS_RELEASE="${LDFLAGS:-$RPM_LD_FLAGS}"
  405. # ensure qmake build using optflags (which can happen if not munging qmake.conf defaults)
  406. make clean -C qmake
  407. make %{?_smp_mflags} -C qmake all binary \
  408. QMAKE_CFLAGS_RELEASE="${CFLAGS:-$RPM_OPT_FLAGS}" \
  409. QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS:-$RPM_OPT_FLAGS}" \
  410. QMAKE_LFLAGS_RELEASE="${LDFLAGS:-$RPM_LD_FLAGS}" \
  411. QMAKE_STRIP=
  412. make %{?_smp_mflags}
  413. %if 0%{?docs}
  414. # HACK to avoid multilib conflicts in noarch content
  415. # see also https://bugreports.qt-project.org/browse/QTBUG-42071
  416. QT_HASH_SEED=0; export QT_HASH_SEED
  417. make html_docs
  418. make qch_docs
  419. %endif
  420. %install
  421. rm -rf %{buildroot}
  422. make install INSTALL_ROOT=%{buildroot}
  423. %if 0%{?docs}
  424. make install_docs INSTALL_ROOT=%{buildroot}
  425. %endif
  426. install -m644 -p -D %{SOURCE1} %{buildroot}%{_qt5_datadir}/qtlogging.ini
  427. # Qt5.pc
  428. cat >%{buildroot}%{_libdir}/pkgconfig/Qt5.pc<<EOF
  429. prefix=%{_qt5_prefix}
  430. archdatadir=%{_qt5_archdatadir}
  431. bindir=%{_qt5_bindir}
  432. datadir=%{_qt5_datadir}
  433. docdir=%{_qt5_docdir}
  434. examplesdir=%{_qt5_examplesdir}
  435. headerdir=%{_qt5_headerdir}
  436. importdir=%{_qt5_importdir}
  437. libdir=%{_qt5_libdir}
  438. libexecdir=%{_qt5_libexecdir}
  439. moc=%{_qt5_bindir}/moc
  440. plugindir=%{_qt5_plugindir}
  441. qmake=%{_qt5_bindir}/qmake
  442. settingsdir=%{_qt5_settingsdir}
  443. sysconfdir=%{_qt5_sysconfdir}
  444. translationdir=%{_qt5_translationdir}
  445. Name: Qt5
  446. Description: Qt5 Configuration
  447. Version: %{version}
  448. EOF
  449. # rpm macros
  450. install -p -m644 -D %{SOURCE10} \
  451. %{buildroot}%{rpm_macros_dir}/macros.qt5-qtbase
  452. sed -i \
  453. -e "s|@@NAME@@|%{name}|g" \
  454. -e "s|@@EPOCH@@|%{?epoch}%{!?epoch:0}|g" \
  455. -e "s|@@VERSION@@|%{version}|g" \
  456. -e "s|@@EVR@@|%{?epoch:%{epoch:}}%{version}-%{release}|g" \
  457. -e "s|@@QT5_CFLAGS@@|%{?qt5_cflags}|g" \
  458. -e "s|@@QT5_CXXFLAGS@@|%{?qt5_cxxflags}|g" \
  459. -e "s|@@QT5_RPM_LD_FLAGS@@|%{?qt5_rpm_ld_flags}|g" \
  460. -e "s|@@QT5_RPM_OPT_FLAGS@@|%{?qt5_rpm_opt_flags} %{?qt5_null_flag}|g" \
  461. %{buildroot}%{rpm_macros_dir}/macros.qt5-qtbase
  462. # create/own dirs
  463. mkdir -p %{buildroot}{%{_qt5_archdatadir}/mkspecs/modules,%{_qt5_importdir},%{_qt5_libexecdir},%{_qt5_plugindir}/{designer,iconengines,script,styles},%{_qt5_translationdir}}
  464. mkdir -p %{buildroot}%{_sysconfdir}/xdg/QtProject
  465. # hardlink files to %{_bindir}, add -qt5 postfix to not conflict
  466. mkdir %{buildroot}%{_bindir}
  467. pushd %{buildroot}%{_qt5_bindir}
  468. for i in * ; do
  469. case "${i}" in
  470. moc|qdbuscpp2xml|qdbusxml2cpp|qmake|rcc|syncqt|uic)
  471. ln -v ${i} %{buildroot}%{_bindir}/${i}-qt5
  472. ln -sv ${i} ${i}-qt5
  473. ;;
  474. *)
  475. ln -v ${i} %{buildroot}%{_bindir}/${i}
  476. ;;
  477. esac
  478. done
  479. popd
  480. %ifarch %{multilib_archs}
  481. # multilib: qconfig.h
  482. mv %{buildroot}%{_qt5_headerdir}/QtCore/qconfig.h %{buildroot}%{_qt5_headerdir}/QtCore/qconfig-%{__isa_bits}.h
  483. install -p -m644 -D %{SOURCE5} %{buildroot}%{_qt5_headerdir}/QtCore/qconfig.h
  484. %endif
  485. # qtchooser conf
  486. %if 0%{?qtchooser}
  487. mkdir -p %{buildroot}%{_sysconfdir}/xdg/qtchooser
  488. pushd %{buildroot}%{_sysconfdir}/xdg/qtchooser
  489. # echo "%{_qt5_bindir}" > 5-%{__isa_bits}.conf
  490. echo "%{_qt5_prefix}" >> 5-%{__isa_bits}.conf
  491. # alternatives targets
  492. touch default.conf 5.conf
  493. popd
  494. %endif
  495. ## .prl/.la file love
  496. # nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
  497. pushd %{buildroot}%{_qt5_libdir}
  498. for prl_file in libQt5*.prl ; do
  499. sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  500. if [ -f "$(basename ${prl_file} .prl).so" ]; then
  501. rm -fv "$(basename ${prl_file} .prl).la"
  502. sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  503. fi
  504. done
  505. popd
  506. install -p -m755 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
  507. # f29+ enables sse2 unconditionally on ix86 -- rex
  508. %if 0%{?fedora} < 29
  509. # fix bz#1442553 multilib issue
  510. privat_header_file=%{buildroot}%{_qt5_headerdir}/QtCore/%{version}/QtCore/private/qconfig_p.h
  511. grep -v QT_FEATURE_sse2 $privat_header_file > ${privat_header_file}.me
  512. mv ${privat_header_file}.me ${privat_header_file}
  513. cat >>${privat_header_file}<<EOF
  514. #if defined(__x86_64__)
  515. #define QT_FEATURE_sse2 1
  516. #elif defined(__i386__)
  517. #define QT_FEATURE_sse2 -1
  518. #endif
  519. EOF
  520. %endif
  521. # install privat headers for qtxcb
  522. mkdir -p %{buildroot}%{_qt5_headerdir}/QtXcb
  523. install -m 644 src/plugins/platforms/xcb/*.h %{buildroot}%{_qt5_headerdir}/QtXcb/
  524. %check
  525. # verify Qt5.pc
  526. export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
  527. test "$(pkg-config --modversion Qt5)" = "%{version}"
  528. %if 0%{?tests}
  529. ## see tests/README for expected environment (running a plasma session essentially)
  530. ## we are not quite there yet
  531. export CTEST_OUTPUT_ON_FAILURE=1
  532. export PATH=%{buildroot}%{_qt5_bindir}:$PATH
  533. export LD_LIBRARY_PATH=%{buildroot}%{_qt5_libdir}
  534. # dbus tests error out when building if session bus is not available
  535. dbus-launch --exit-with-session \
  536. make sub-tests %{?_smp_mflags} -k ||:
  537. xvfb-run -a --server-args="-screen 0 1280x1024x32" \
  538. dbus-launch --exit-with-session \
  539. time \
  540. make check -k ||:
  541. %endif
  542. %if 0%{?qtchooser}
  543. %pre
  544. if [ $1 -gt 1 ] ; then
  545. # remove short-lived qt5.conf alternatives
  546. %{_sbindir}/update-alternatives \
  547. --remove qtchooser-qt5 \
  548. %{_sysconfdir}/xdg/qtchooser/qt5-%{__isa_bits}.conf >& /dev/null ||:
  549. %{_sbindir}/update-alternatives \
  550. --remove qtchooser-default \
  551. %{_sysconfdir}/xdg/qtchooser/qt5.conf >& /dev/null ||:
  552. fi
  553. %endif
  554. %post
  555. /sbin/ldconfig
  556. %if 0%{?qtchooser}
  557. %{_sbindir}/update-alternatives \
  558. --install %{_sysconfdir}/xdg/qtchooser/5.conf \
  559. qtchooser-5 \
  560. %{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf \
  561. %{priority}
  562. %{_sbindir}/update-alternatives \
  563. --install %{_sysconfdir}/xdg/qtchooser/default.conf \
  564. qtchooser-default \
  565. %{_sysconfdir}/xdg/qtchooser/5.conf \
  566. %{priority}
  567. %endif
  568. %postun
  569. /sbin/ldconfig
  570. %if 0%{?qtchooser}
  571. if [ $1 -eq 0 ]; then
  572. %{_sbindir}/update-alternatives \
  573. --remove qtchooser-5 \
  574. %{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf
  575. %{_sbindir}/update-alternatives \
  576. --remove qtchooser-default \
  577. %{_sysconfdir}/xdg/qtchooser/5.conf
  578. fi
  579. %endif
  580. %files
  581. %{!?_licensedir:%global license %%doc}
  582. %license LICENSE.FDL
  583. %license LICENSE.GPL*
  584. %license LICENSE.LGPL*
  585. %if 0%{?qtchooser}
  586. %dir %{_sysconfdir}/xdg/qtchooser
  587. # not editable config files, so not using %%config here
  588. %ghost %{_sysconfdir}/xdg/qtchooser/default.conf
  589. %ghost %{_sysconfdir}/xdg/qtchooser/5.conf
  590. %{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf
  591. %endif
  592. %dir %{_sysconfdir}/xdg/QtProject/
  593. %{_qt5_libdir}/libQt5Concurrent.so.5*
  594. %{_qt5_libdir}/libQt5Core.so.5*
  595. %{_qt5_libdir}/libQt5DBus.so.5*
  596. %{_qt5_libdir}/libQt5Network.so.5*
  597. %{_qt5_libdir}/libQt5Sql.so.5*
  598. %{_qt5_libdir}/libQt5Test.so.5*
  599. %{_qt5_libdir}/libQt5Xml.so.5*
  600. %dir %{_qt5_libdir}/cmake/
  601. %dir %{_qt5_libdir}/cmake/Qt5/
  602. %dir %{_qt5_libdir}/cmake/Qt5Concurrent/
  603. %dir %{_qt5_libdir}/cmake/Qt5Core/
  604. %dir %{_qt5_libdir}/cmake/Qt5DBus/
  605. %dir %{_qt5_libdir}/cmake/Qt5Gui/
  606. %dir %{_qt5_libdir}/cmake/Qt5Network/
  607. %dir %{_qt5_libdir}/cmake/Qt5OpenGL/
  608. %dir %{_qt5_libdir}/cmake/Qt5PrintSupport/
  609. %dir %{_qt5_libdir}/cmake/Qt5Sql/
  610. %dir %{_qt5_libdir}/cmake/Qt5Test/
  611. %dir %{_qt5_libdir}/cmake/Qt5Widgets/
  612. %dir %{_qt5_libdir}/cmake/Qt5Xml/
  613. %dir %{_qt5_docdir}/
  614. %{_qt5_docdir}/global/
  615. %{_qt5_importdir}/
  616. %{_qt5_translationdir}/
  617. %if "%{_qt5_prefix}" != "%{_prefix}"
  618. %dir %{_qt5_prefix}/
  619. %endif
  620. %dir %{_qt5_archdatadir}/
  621. %dir %{_qt5_datadir}/
  622. %{_qt5_datadir}/qtlogging.ini
  623. %dir %{_qt5_libexecdir}/
  624. %dir %{_qt5_plugindir}/
  625. %dir %{_qt5_plugindir}/bearer/
  626. %{_qt5_plugindir}/bearer/libqconnmanbearer.so
  627. %{_qt5_plugindir}/bearer/libqgenericbearer.so
  628. %{_qt5_plugindir}/bearer/libqnmbearer.so
  629. %{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QConnmanEnginePlugin.cmake
  630. %{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake
  631. %{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QNetworkManagerEnginePlugin.cmake
  632. %dir %{_qt5_plugindir}/designer/
  633. %dir %{_qt5_plugindir}/generic/
  634. %dir %{_qt5_plugindir}/iconengines/
  635. %dir %{_qt5_plugindir}/imageformats/
  636. %dir %{_qt5_plugindir}/platforminputcontexts/
  637. %dir %{_qt5_plugindir}/platforms/
  638. %dir %{_qt5_plugindir}/platformthemes/
  639. %dir %{_qt5_plugindir}/printsupport/
  640. %dir %{_qt5_plugindir}/script/
  641. %dir %{_qt5_plugindir}/sqldrivers/
  642. %dir %{_qt5_plugindir}/styles/
  643. %{_qt5_plugindir}/sqldrivers/libqsqlite.so
  644. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake
  645. %files common
  646. # mostly empty for now, consider: filesystem/dir ownership, licenses
  647. %{rpm_macros_dir}/macros.qt5-qtbase
  648. %if 0%{?docs}
  649. %files doc
  650. %license LICENSE.FDL
  651. %doc dist/README dist/changes-5.*
  652. %{_qt5_docdir}/*.qch
  653. %if 0%{?examples}
  654. %if 0%{!?bootstrap}
  655. # included in -examples instead, see bug #1212750
  656. %exclude %{_qt5_docdir}/*/examples-manifest.xml
  657. %endif
  658. %endif
  659. %{_qt5_docdir}/qmake/
  660. %{_qt5_docdir}/qtconcurrent/
  661. %{_qt5_docdir}/qtcore/
  662. %{_qt5_docdir}/qtdbus/
  663. %{_qt5_docdir}/qtgui/
  664. %{_qt5_docdir}/qtnetwork/
  665. %{_qt5_docdir}/qtopengl/
  666. %{_qt5_docdir}/qtplatformheaders/
  667. %{_qt5_docdir}/qtprintsupport/
  668. %{_qt5_docdir}/qtsql/
  669. %{_qt5_docdir}/qttestlib/
  670. %{_qt5_docdir}/qtwidgets/
  671. %{_qt5_docdir}/qtxml/
  672. %endif
  673. %files devel
  674. %if "%{_qt5_bindir}" != "%{_bindir}"
  675. %dir %{_qt5_bindir}
  676. %endif
  677. %{_bindir}/moc*
  678. %{_bindir}/qdbuscpp2xml*
  679. %{_bindir}/qdbusxml2cpp*
  680. %{_bindir}/qmake*
  681. %{_bindir}/rcc*
  682. %{_bindir}/syncqt*
  683. %{_bindir}/uic*
  684. %{_bindir}/qlalr
  685. %{_bindir}/fixqt4headers.pl
  686. %{_bindir}/qvkgen
  687. %{_qt5_bindir}/moc*
  688. %{_qt5_bindir}/qdbuscpp2xml*
  689. %{_qt5_bindir}/qdbusxml2cpp*
  690. %{_qt5_bindir}/qmake*
  691. %{_qt5_bindir}/rcc*
  692. %{_qt5_bindir}/syncqt*
  693. %{_qt5_bindir}/uic*
  694. %{_qt5_bindir}/qlalr
  695. %{_qt5_bindir}/fixqt4headers.pl
  696. %{_qt5_bindir}/qvkgen
  697. %if "%{_qt5_headerdir}" != "%{_includedir}"
  698. %dir %{_qt5_headerdir}
  699. %endif
  700. %{_qt5_headerdir}/QtConcurrent/
  701. %{_qt5_headerdir}/QtCore/
  702. %{_qt5_headerdir}/QtDBus/
  703. %{_qt5_headerdir}/QtGui/
  704. %{_qt5_headerdir}/QtNetwork/
  705. %{_qt5_headerdir}/QtOpenGL/
  706. %{_qt5_headerdir}/QtPlatformHeaders/
  707. %{_qt5_headerdir}/QtPrintSupport/
  708. %{_qt5_headerdir}/QtSql/
  709. %{_qt5_headerdir}/QtTest/
  710. %{_qt5_headerdir}/QtWidgets/
  711. %{_qt5_headerdir}/QtXcb/
  712. %{_qt5_headerdir}/QtXml/
  713. %{_qt5_headerdir}/QtEglFSDeviceIntegration
  714. %{_qt5_headerdir}/QtInputSupport
  715. %{_qt5_headerdir}/QtEdidSupport
  716. %{_qt5_archdatadir}/mkspecs/
  717. %{_qt5_libdir}/libQt5Concurrent.prl
  718. %{_qt5_libdir}/libQt5Concurrent.so
  719. %{_qt5_libdir}/libQt5Core.prl
  720. %{_qt5_libdir}/libQt5Core.so
  721. %{_qt5_libdir}/libQt5DBus.prl
  722. %{_qt5_libdir}/libQt5DBus.so
  723. %{_qt5_libdir}/libQt5Gui.prl
  724. %{_qt5_libdir}/libQt5Gui.so
  725. %{_qt5_libdir}/libQt5Network.prl
  726. %{_qt5_libdir}/libQt5Network.so
  727. %{_qt5_libdir}/libQt5OpenGL.prl
  728. %{_qt5_libdir}/libQt5OpenGL.so
  729. %{_qt5_libdir}/libQt5PrintSupport.prl
  730. %{_qt5_libdir}/libQt5PrintSupport.so
  731. %{_qt5_libdir}/libQt5Sql.prl
  732. %{_qt5_libdir}/libQt5Sql.so
  733. %{_qt5_libdir}/libQt5Test.prl
  734. %{_qt5_libdir}/libQt5Test.so
  735. %{_qt5_libdir}/libQt5Widgets.prl
  736. %{_qt5_libdir}/libQt5Widgets.so
  737. %{_qt5_libdir}/libQt5XcbQpa.prl
  738. %{_qt5_libdir}/libQt5XcbQpa.so
  739. %{_qt5_libdir}/libQt5Xml.prl
  740. %{_qt5_libdir}/libQt5Xml.so
  741. %{_qt5_libdir}/libQt5EglFSDeviceIntegration.prl
  742. %{_qt5_libdir}/libQt5EglFSDeviceIntegration.so
  743. %{_qt5_libdir}/cmake/Qt5/Qt5Config*.cmake
  744. %{_qt5_libdir}/cmake/Qt5Concurrent/Qt5ConcurrentConfig*.cmake
  745. %{_qt5_libdir}/cmake/Qt5Core/Qt5CoreConfig*.cmake
  746. %{_qt5_libdir}/cmake/Qt5Core/Qt5CoreMacros.cmake
  747. %{_qt5_libdir}/cmake/Qt5Core/Qt5CTestMacros.cmake
  748. %{_qt5_libdir}/cmake/Qt5DBus/Qt5DBusConfig*.cmake
  749. %{_qt5_libdir}/cmake/Qt5DBus/Qt5DBusMacros.cmake
  750. %{_qt5_libdir}/cmake/Qt5Gui/Qt5GuiConfig*.cmake
  751. %{_qt5_libdir}/cmake/Qt5Network/Qt5NetworkConfig*.cmake
  752. %{_qt5_libdir}/cmake/Qt5OpenGL/Qt5OpenGLConfig*.cmake
  753. %{_qt5_libdir}/cmake/Qt5PrintSupport/Qt5PrintSupportConfig*.cmake
  754. %{_qt5_libdir}/cmake/Qt5Sql/Qt5SqlConfig*.cmake
  755. %{_qt5_libdir}/cmake/Qt5Test/Qt5TestConfig*.cmake
  756. %{_qt5_libdir}/cmake/Qt5Widgets/Qt5WidgetsConfig*.cmake
  757. %{_qt5_libdir}/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake
  758. %{_qt5_libdir}/cmake/Qt5Xml/Qt5XmlConfig*.cmake
  759. %{_qt5_libdir}/cmake/Qt5/Qt5ModuleLocation.cmake
  760. %{_qt5_libdir}/pkgconfig/Qt5.pc
  761. %{_qt5_libdir}/pkgconfig/Qt5Concurrent.pc
  762. %{_qt5_libdir}/pkgconfig/Qt5Core.pc
  763. %{_qt5_libdir}/pkgconfig/Qt5DBus.pc
  764. %{_qt5_libdir}/pkgconfig/Qt5Gui.pc
  765. %{_qt5_libdir}/pkgconfig/Qt5Network.pc
  766. %{_qt5_libdir}/pkgconfig/Qt5OpenGL.pc
  767. %{_qt5_libdir}/pkgconfig/Qt5PrintSupport.pc
  768. %{_qt5_libdir}/pkgconfig/Qt5Sql.pc
  769. %{_qt5_libdir}/pkgconfig/Qt5Test.pc
  770. %{_qt5_libdir}/pkgconfig/Qt5Widgets.pc
  771. %{_qt5_libdir}/pkgconfig/Qt5Xml.pc
  772. %if 0%{?egl}
  773. %{_qt5_libdir}/libQt5EglFsKmsSupport.prl
  774. %{_qt5_libdir}/libQt5EglFsKmsSupport.so
  775. %endif
  776. %{_qt5_archdatadir}/mkspecs/modules/qt_lib_*_private.pri
  777. %files static
  778. %{_qt5_libdir}/libQt5Bootstrap.*a
  779. %{_qt5_libdir}/libQt5Bootstrap.prl
  780. %{_qt5_headerdir}/QtOpenGLExtensions/
  781. %{_qt5_libdir}/libQt5OpenGLExtensions.*a
  782. %{_qt5_libdir}/libQt5OpenGLExtensions.prl
  783. %{_qt5_libdir}/cmake/Qt5OpenGLExtensions/
  784. %{_qt5_libdir}/pkgconfig/Qt5OpenGLExtensions.pc
  785. %{_qt5_libdir}/libQt5AccessibilitySupport.*a
  786. %{_qt5_libdir}/libQt5AccessibilitySupport.prl
  787. %{_qt5_headerdir}/QtAccessibilitySupport
  788. %{_qt5_libdir}/libQt5DeviceDiscoverySupport.*a
  789. %{_qt5_libdir}/libQt5DeviceDiscoverySupport.prl
  790. %{_qt5_headerdir}/QtDeviceDiscoverySupport
  791. %{_qt5_libdir}/libQt5EglSupport.*a
  792. %{_qt5_libdir}/libQt5EglSupport.prl
  793. %{_qt5_headerdir}/QtEglSupport
  794. %{_qt5_libdir}/libQt5EventDispatcherSupport.*a
  795. %{_qt5_libdir}/libQt5EventDispatcherSupport.prl
  796. %{_qt5_headerdir}/QtEventDispatcherSupport
  797. %{_qt5_libdir}/libQt5FbSupport.*a
  798. %{_qt5_libdir}/libQt5FbSupport.prl
  799. %{_qt5_headerdir}/QtFbSupport
  800. %{_qt5_libdir}/libQt5FontDatabaseSupport.*a
  801. %{_qt5_libdir}/libQt5FontDatabaseSupport.prl
  802. %{_qt5_headerdir}/QtFontDatabaseSupport
  803. %{_qt5_libdir}/libQt5GlxSupport.*a
  804. %{_qt5_libdir}/libQt5GlxSupport.prl
  805. %{_qt5_headerdir}/QtGlxSupport
  806. %{_qt5_libdir}/libQt5InputSupport.*a
  807. %{_qt5_libdir}/libQt5InputSupport.prl
  808. %{_qt5_libdir}/libQt5LinuxAccessibilitySupport.*a
  809. %{_qt5_libdir}/libQt5LinuxAccessibilitySupport.prl
  810. %{_qt5_headerdir}/QtLinuxAccessibilitySupport
  811. %{_qt5_libdir}/libQt5PlatformCompositorSupport.*a
  812. %{_qt5_libdir}/libQt5PlatformCompositorSupport.prl
  813. %{_qt5_headerdir}/QtPlatformCompositorSupport
  814. %{_qt5_libdir}/libQt5ServiceSupport.*a
  815. %{_qt5_libdir}/libQt5ServiceSupport.prl
  816. %{_qt5_headerdir}/QtServiceSupport
  817. %{_qt5_libdir}/libQt5ThemeSupport.*a
  818. %{_qt5_libdir}/libQt5ThemeSupport.prl
  819. %{_qt5_headerdir}/QtThemeSupport
  820. %{_qt5_libdir}/libQt5KmsSupport.*a
  821. %{_qt5_libdir}/libQt5KmsSupport.prl
  822. %{_qt5_headerdir}/QtKmsSupport
  823. %{_qt5_libdir}/libQt5EdidSupport.*a
  824. %{_qt5_libdir}/libQt5EdidSupport.prl
  825. %if 0%{?examples}
  826. %files examples
  827. %if 0%{!?bootstrap}
  828. %{_qt5_docdir}/*/examples-manifest.xml
  829. %endif
  830. %{_qt5_examplesdir}/
  831. %endif
  832. %if "%{?ibase}" != "-no-sql-ibase"
  833. %files ibase
  834. %{_qt5_plugindir}/sqldrivers/libqsqlibase.so
  835. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QIBaseDriverPlugin.cmake
  836. %endif
  837. %files mysql
  838. %{_qt5_plugindir}/sqldrivers/libqsqlmysql.so
  839. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QMYSQLDriverPlugin.cmake
  840. %files odbc
  841. %{_qt5_plugindir}/sqldrivers/libqsqlodbc.so
  842. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake
  843. %files postgresql
  844. %{_qt5_plugindir}/sqldrivers/libqsqlpsql.so
  845. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake
  846. %if "%{?tds}" != "-no-sql-tds"
  847. %files tds
  848. %{_qt5_plugindir}/sqldrivers/libqsqltds.so
  849. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QTDSDriverPlugin.cmake
  850. %endif
  851. %post gui -p /sbin/ldconfig
  852. %postun gui -p /sbin/ldconfig
  853. %files gui
  854. %dir %{_sysconfdir}/X11/xinit
  855. %dir %{_sysconfdir}/X11/xinit/xinitrc.d/
  856. %{_sysconfdir}/X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
  857. %{_qt5_libdir}/libQt5Gui.so.5*
  858. %{_qt5_libdir}/libQt5OpenGL.so.5*
  859. %{_qt5_libdir}/libQt5PrintSupport.so.5*
  860. %{_qt5_libdir}/libQt5Widgets.so.5*
  861. %{_qt5_libdir}/libQt5XcbQpa.so.5*
  862. %{_qt5_plugindir}/generic/libqevdevkeyboardplugin.so
  863. %{_qt5_plugindir}/generic/libqevdevmouseplugin.so
  864. %{_qt5_plugindir}/generic/libqevdevtabletplugin.so
  865. %{_qt5_plugindir}/generic/libqevdevtouchplugin.so
  866. %if %{with system_xkbcommon}
  867. %{_qt5_plugindir}/generic/libqlibinputplugin.so
  868. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake
  869. %endif
  870. %{_qt5_plugindir}/generic/libqtuiotouchplugin.so
  871. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake
  872. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake
  873. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake
  874. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake
  875. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake
  876. %{_qt5_plugindir}/imageformats/libqgif.so
  877. %{_qt5_plugindir}/imageformats/libqico.so
  878. %{_qt5_plugindir}/imageformats/libqjpeg.so
  879. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake
  880. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake
  881. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake
  882. %{_qt5_plugindir}/platforminputcontexts/libcomposeplatforminputcontextplugin.so
  883. %{_qt5_plugindir}/platforminputcontexts/libibusplatforminputcontextplugin.so
  884. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake
  885. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake
  886. %if 0%{?egl}
  887. %{_qt5_libdir}/libQt5EglFSDeviceIntegration.so.5*
  888. %{_qt5_libdir}/libQt5EglFsKmsSupport.so.5*
  889. %{_qt5_plugindir}/platforms/libqeglfs.so
  890. %{_qt5_plugindir}/platforms/libqminimalegl.so
  891. %dir %{_qt5_plugindir}/egldeviceintegrations/
  892. %{_qt5_plugindir}/egldeviceintegrations/libqeglfs-kms-integration.so
  893. %{_qt5_plugindir}/egldeviceintegrations/libqeglfs-x11-integration.so
  894. %{_qt5_plugindir}/xcbglintegrations/libqxcb-egl-integration.so
  895. %{_qt5_plugindir}/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so
  896. %{_qt5_plugindir}/egldeviceintegrations/libqeglfs-emu-integration.so
  897. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake
  898. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake
  899. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake
  900. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake
  901. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake
  902. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake
  903. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake
  904. %endif
  905. %{_qt5_plugindir}/platforms/libqlinuxfb.so
  906. %{_qt5_plugindir}/platforms/libqminimal.so
  907. %{_qt5_plugindir}/platforms/libqoffscreen.so
  908. %{_qt5_plugindir}/platforms/libqxcb.so
  909. %{_qt5_plugindir}/platforms/libqvnc.so
  910. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake
  911. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake
  912. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake
  913. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake
  914. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake
  915. %{_qt5_plugindir}/xcbglintegrations/libqxcb-glx-integration.so
  916. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake
  917. %{_qt5_plugindir}/platformthemes/libqxdgdesktopportal.so
  918. %{_qt5_plugindir}/platformthemes/libqgtk3.so
  919. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake
  920. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake
  921. %{_qt5_plugindir}/printsupport/libcupsprintersupport.so
  922. %{_qt5_libdir}/cmake/Qt5PrintSupport/Qt5PrintSupport_QCupsPrinterSupportPlugin.cmake
  923. %changelog
  924. * Sun Oct 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.12.5-1
  925. - new upstream release.
  926. - replaced all patches to rawhide's newest.
  927. * Tue Jan 09 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.6.3-1
  928. - new upstream release.
  929. - dropped Patch12, 101, 111, 132, 133, 148 and 155.
  930. - added Patch1000 to build with icu-60.2.
  931. * Sun Jul 10 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.6.1.1-1
  932. - new upstream release.
  933. - initial build for Vine Linux.
  934. * Tue Jun 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-3
  935. - backport some xcb-plugin-related fixes
  936. * Thu Jun 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-2
  937. - fix Qt5.pc version
  938. * Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
  939. - Update to 5.6.1
  940. * Thu Jun 02 2016 Than Ngo <than@redhat.com> - 5.6.0-21
  941. - drop gcc6 workaround on arm
  942. * Fri May 20 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-20
  943. - -Wno-deprecated-declarations (typo missed trailing 's')
  944. * Fri May 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-19
  945. - pull in upstream drag-n-drop related fixes (QTBUG-45812, QTBUG-51215)
  946. * Sat May 07 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-18
  947. - revert out-of-tree build, breaks Qt5*Config.cmake *_PRIVATE_INCLUDE_DIRS entries (all blank)
  948. * Thu May 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-17
  949. - support out-of-tree build
  950. - better %%check
  951. - pull in final/upstream fixes for QTBUG-51648,QTBUG-51649
  952. - disable examples/tests in bootstrap mode
  953. * Sat Apr 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-16
  954. - own %%{_qt5_plugindir}/egldeviceintegrations
  955. * Mon Apr 18 2016 Caolán McNamara <caolanm@redhat.com> - 5.6.0-15
  956. - full rebuild for hunspell 1.4.0
  957. * Mon Apr 18 2016 Caolán McNamara <caolanm@redhat.com> - 5.6.0-14
  958. - bootstrap rebuild for hunspell 1.4.0
  959. * Sat Apr 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-13
  960. - -devel: Provides: qt5-qtbase-private-devel (#1233829)
  961. * Sat Apr 16 2016 David Tardon <dtardon@redhat.com> - 5.6.0-12
  962. - full build
  963. * Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 5.6.0-11
  964. - rebuild for ICU 57.1
  965. * Thu Mar 31 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-10
  966. - Fix build on MIPS (#1322537)
  967. - drop BR: valgrind (not used, for awhile)
  968. * Fri Mar 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-9
  969. - pull upstream patches (upstreamed versions, gcc6-related bits mostly)
  970. * Thu Mar 24 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-8
  971. - make 10-qt5-check-opengl2.sh xinit script more robust
  972. - enable journald support for el7+ (#1315239)
  973. * Sat Mar 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-7
  974. - macros.qt5: null-pointer-checks flag isn't c++-specific
  975. * Sat Mar 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-6
  976. - macros.qt5: we really only want the null-pointer-checks flag here
  977. and definitely no arch-specific ones
  978. * Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-5
  979. - macros.qt5: cleanup, %%_qt5_cflags, %%_qt5_cxxflags (for f24+)
  980. * Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-3
  981. - rebuild
  982. * Tue Mar 15 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-2
  983. - respin QTBUG-51767 patch
  984. * Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-1
  985. - 5.6.0 release
  986. * Sat Mar 12 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.41.rc
  987. - %%build: restore -dbus-linked
  988. * Fri Mar 11 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.40.rc
  989. - respin QTBUG-51649 patch
  990. - %%build: use -dbus-runtime unconditionally
  991. - drop (unused) build deps: atspi, dbus, networkmanager
  992. * Thu Mar 10 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.39.rc
  993. - candidate fixes for various QtDBus deadlocks (QTBUG-51648,QTBUG-51676)
  994. * Mon Mar 07 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.38.rc
  995. - backport "crash on start if system bus is not available" (QTBUG-51299)
  996. * Sat Mar 05 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.37.rc
  997. - %build: ./configure -journal (f24+)
  998. * Wed Mar 02 2016 Daniel Vrátil <dvratil@fedoraproject.org> 5.6.0-0.36.rc
  999. - Non-bootstrapped build
  1000. * Tue Mar 01 2016 Daniel Vrátil <dvratil@fedoraproject.org> 5.6.0-0.35.rc
  1001. - Rebuild against new openssl
  1002. * Fri Feb 26 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.34.rc
  1003. - qtlogging.ini: remove comments
  1004. * Thu Feb 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.33.rc
  1005. - ship $$[QT_INSTALL_DATA]/qtlogging.ini for packaged logging defaults (#1227295)
  1006. * Thu Feb 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.32.rc
  1007. - qt5-qtbase-static missing dependencies (#1311311)
  1008. * Wed Feb 24 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.31.rc
  1009. - Item views don't handle insert/remove of rows robustly (QTBUG-48870)
  1010. * Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.30.rc
  1011. - Update to final RC
  1012. * Mon Feb 22 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.29.rc
  1013. - Update tarball with https://bugreports.qt.io/browse/QTBUG-50703 fix
  1014. * Wed Feb 17 2016 Than Ngo <than@redhat.com> - 5.6.0-0.28.rc
  1015. - fix build issue with gcc6
  1016. * Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.27.rc
  1017. - Update proper tarball. Need avoid the fix branch
  1018. * Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.26.rc
  1019. - Integrate rc releases now.
  1020. * Sat Feb 13 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.25.beta
  1021. - macros.qt5: fix %%qt5_ldflags macro
  1022. * Thu Feb 11 2016 Than Ngo <than@redhat.com> - 5.6.0-0.24.beta
  1023. - fix build issue with gcc6
  1024. - fix check for alsa 1.1.x
  1025. * Wed Feb 03 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.23.beta
  1026. - qt5-rpm-macros pkg
  1027. * Tue Feb 02 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.22.beta
  1028. - don't inject $RPM_OPT_FLAGS/$RPM_LD_FLAGS into qmake defaults f24+ (#1279265)
  1029. * Tue Feb 02 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.21.beta
  1030. - build with and add to macros.qt5 flags: -fno-delete-null-pointer-checks
  1031. * Fri Jan 15 2016 Than Ngo <than@redhat.com> - 5.6.0-0.20.beta
  1032. - enable -qt-xcb to fix non-US keys under VNC (#1295713)
  1033. * Mon Jan 04 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.19.beta
  1034. - Crash in QXcbWindow::setParent() due to NULL xcbScreen (QTBUG-50081, #1291003)
  1035. * Mon Dec 21 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.17.beta
  1036. - fix/update Release: tag
  1037. * Fri Dec 18 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.16
  1038. - 5.6.0-beta (final)
  1039. * Wed Dec 16 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-0.15
  1040. - pull in another upstream moc fix/improvement (#1290020,QTBUG-49972)
  1041. - fix bootstrap/docs
  1042. * Wed Dec 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.13
  1043. - workaround moc/qconfig-multilib issues (#1290020,QTBUG-49972)
  1044. * Wed Dec 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.6.0-0.12
  1045. - aarch64 is secondary arch too
  1046. - ppc64le is NOT multilib
  1047. - Fix Power 64 macro use
  1048. * Mon Dec 14 2015 Than Ngo <than@redhat.com> - 5.6.0-0.11
  1049. - fix build failure on secondary arch
  1050. * Sun Dec 13 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.10
  1051. - We're back to gold linker
  1052. - Remove reduce relocations
  1053. * Sat Dec 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.9
  1054. - drop disconnect_displays.patch so we can better test latest xcb/display work
  1055. * Fri Dec 11 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.8
  1056. - sync latest xcb/screen/display related upstream commits
  1057. * Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.7
  1058. - Official beta release
  1059. * Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.6
  1060. - Official beta release
  1061. * Wed Dec 09 2015 Daniel Vratil <dvratil@fedoraproject.org> - 5.6.0-0.5
  1062. - try reverting from -optimized-tools to -optimized-qmake
  1063. * Sun Dec 06 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-0.4
  1064. - re-introduce bootstrap/examples macros
  1065. - put examples-manifest.xml in -examples
  1066. - restore -doc multilib hack (to be on the safe side, can't hurt)
  1067. - %%build: s/-optimized-qmake/-optimized-tools/
  1068. * Sat Dec 05 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.3
  1069. - Beta 3
  1070. - Reintroduce xcb patch from https://codereview.qt-project.org/#/c/138201/
  1071. * Fri Nov 27 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.2
  1072. - Valgrind still needed as buildreq due recent split qdoc package, but we can get rid of
  1073. specific arch set.
  1074. - Added missing libproxy buildreq
  1075. - Epel and RHEL doesn't have libinput, so a plugin need to be excluded for this distros
  1076. * Wed Nov 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-10
  1077. - -devel: Requires: redhat-rpm-config (#1248174)
  1078. * Wed Nov 18 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-9
  1079. - Get rid of valgrind hack. It sort out that we don't need it anymore (#1211203)
  1080. * Mon Nov 09 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-8
  1081. - qt5-qdoc need requires >= current version, otherwise will prevent the usage further when moved to qttools
  1082. * Mon Nov 09 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-7
  1083. - qt5-qdoc subpkg
  1084. * Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
  1085. - Start to implement 5.6.0 beta
  1086. * Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
  1087. - Start to implement 5.6.0 beta
  1088. * Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5.5.1-6
  1089. - full build
  1090. * Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5.5.1-5
  1091. - rebuild for ICU 56.1
  1092. * Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
  1093. - Update to final release 5.5.1
  1094. * Mon Oct 05 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-1
  1095. - Update to Qt 5.5.1 RC1
  1096. - Patchs 13, 52, 53, 101, 155, 223, 297 removed due to inclusion upstream
  1097. * Mon Oct 05 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-18
  1098. - When a screen comes back online, the windows need to be told about it (QTBUG-47041)
  1099. - xcb: Ignore disabling of outputs in the middle of the mode switch
  1100. * Wed Aug 19 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-17
  1101. - unconditionally undo valgrind hack when done (#1255054)
  1102. * Sat Aug 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-16
  1103. - backport 0055-Respect-manual-set-icon-themes.patch (kde#344469)
  1104. - conditionally use valgrind only if needed
  1105. * Fri Aug 07 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-15
  1106. - use valgrind to debug qdoc HTML generation
  1107. * Fri Aug 07 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-14
  1108. - remove GDB hackery again, -12 built fine on i686, hack breaks ARM build
  1109. - fix 10-qt5-check-opengl2.sh for multiple screens (#1245755)
  1110. * Thu Aug 06 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-13
  1111. - use upstream commit/fix for QTBUG-46310
  1112. - restore qdoc/gdb hackery, i686 still needs it :(
  1113. * Wed Aug 05 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-12
  1114. - remove GDB hackery, it is not producing useful backtraces for the ARM crash
  1115. * Mon Aug 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-11
  1116. - Add mesa-dri-drivers as recommends on gui package as reported by Kevin Kofler
  1117. - Reference https://bugzilla.redhat.com/1249280
  1118. * Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-10
  1119. - -docs: BuildRequires: qt5-qhelpgenerator
  1120. * Fri Jul 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-9
  1121. - use qdoc.gdb wrapper
  1122. * Wed Jul 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-8
  1123. - %%build: hack around 'make docs' failures (on f22+)
  1124. * Wed Jul 15 2015 Jan Grulich <jgrulich@redhat.com> 5.5.0-7
  1125. - restore previously dropped patches
  1126. * Tue Jul 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-6
  1127. - disable bootstrap again
  1128. * Tue Jul 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-5
  1129. - enable bootstrap (and disable failing docs)
  1130. * Mon Jul 13 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-4
  1131. - Qt5 application crashes when connecting/disconnecting displays (#1083664)
  1132. * Fri Jul 10 2015 Than Ngo <than@redhat.com> - 5.5.0-3
  1133. - add better fix for compile error on big endian
  1134. * Thu Jul 09 2015 Than Ngo <than@redhat.com> - 5.5.0-2
  1135. - fix build failure on big endian platform (ppc64,s390x)
  1136. * Mon Jun 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.5.rc
  1137. - Second round of builds now with bootstrap enabled due new qttools
  1138. * Mon Jun 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.4.rc
  1139. - Enable bootstrap to first import on rawhide
  1140. * Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.3.rc
  1141. - Disable bootstrap
  1142. * Wed Jun 24 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
  1143. - Update for official RC1 released packages
  1144. * Mon Jun 15 2015 Daniel Vratil <dvratil@redhat.com> 5.5.0-0.1.rc
  1145. - Qt 5.5 RC 1
  1146. * Mon Jun 08 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-2
  1147. - rebase to latest SM patches (QTBUG-45484, QTBUG-46310)
  1148. * Tue Jun 02 2015 Jan Grulich <jgrulich@redhat.com> 5.4.2-1
  1149. - Update to 5.4.2
  1150. * Tue May 26 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-20
  1151. - SM_CLIENT_ID property is not set (QTBUG-46310)
  1152. * Mon May 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-19
  1153. - QWidget::setWindowRole does nothing (QTBUG-45484)
  1154. * Wed May 20 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-18
  1155. - own /etc/xdg/QtProject
  1156. - Requires: qt-settings (f22+)
  1157. * Sat May 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-17
  1158. - Try to ensure that -fPIC is used in CMake builds (QTBUG-45755)
  1159. * Thu May 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-16
  1160. - Some Qt apps crash if they are compiled with gcc5 (QTBUG-45755)
  1161. * Thu May 07 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-15
  1162. - try harder to avoid doc/multilib conflicts (#1212750)
  1163. * Wed May 06 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-14
  1164. - Shortcuts with KeypadModifier not working (QTBUG-33093,#1219173)
  1165. * Tue May 05 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-13
  1166. - backport: data corruption in QNetworkAccessManager
  1167. * Fri May 01 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-12
  1168. - backport a couple more upstream fixes
  1169. - introduce -common noarch subpkg, should help multilib issues
  1170. * Sat Apr 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-11
  1171. - port qtdbusconnection_no_debug.patch from qt(4)
  1172. * Fri Apr 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-10
  1173. - -examples: include %%{_qt5_docdir}/qdoc/examples-manifest.xml (#1212750)
  1174. * Mon Apr 13 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-9
  1175. - Multiple Vulnerabilities in Qt Image Format Handling (CVE-2015-1860 CVE-2015-1859 CVE-2015-1858)
  1176. * Fri Apr 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-8
  1177. - -dbus=runtime on el6 (#1196359)
  1178. - %%build: -no-directfb
  1179. * Wed Apr 01 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.1-7
  1180. - drop 5.5 XCB patches, the rebase is incomplete and does not work properly with Qt 5.4
  1181. * Mon Mar 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-6
  1182. - Crash due to unsafe access to QTextLayout::lineCount (#1207279,QTBUG-43562)
  1183. * Mon Mar 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-5
  1184. - unable to use input methods in ibus-1.5.10 (#1203575)
  1185. * Wed Mar 25 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.1-4
  1186. - pull in set of upstream Qt 5.5 fixes and improvements for XCB screen handling rebased to 5.4
  1187. * Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-3
  1188. - pull in handful of upstream fixes, particularly...
  1189. - Fix a division by zero when processing malformed BMP files (QTBUG-44547, CVE-2015-0295)
  1190. * Wed Feb 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-2
  1191. - try bootstrap=1 (f23)
  1192. * Tue Feb 24 2015 Jan Grulich <jgrulich@redhat.com> 5.4.1-1
  1193. - update to 5.4.1
  1194. * Mon Feb 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-13
  1195. - -no-use-gold-linker (f22+, #1193044)
  1196. * Thu Feb 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-12
  1197. - own %%{_qt5_plugindir}/{designer,iconengines,script,styles}
  1198. * Thu Feb 05 2015 David Tardon <dtardon@redhat.com> - 5.4.0-11
  1199. - full build after ICU soname bump
  1200. * Wed Feb 04 2015 Petr Machata <pmachata@redhat.com> - 5.4.0-10
  1201. - Bump for rebuild.
  1202. * Sat Jan 31 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-9
  1203. - crashes when connecting/disconnecting displays (#1083664,QTBUG-42985)
  1204. * Tue Jan 27 2015 David Tardon <dtardon@redhat.com> - 5.4.0-8
  1205. - full build
  1206. * Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 5.4.0-7
  1207. - rebuild for ICU 54.1
  1208. * Sun Jan 18 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-6
  1209. - fix %%pre scriptlet
  1210. * Sat Jan 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-5
  1211. - ship /etc/xdg/qtchooser/5.conf alternative instead (of qt5.conf)
  1212. * Wed Dec 17 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-4
  1213. - workaround 'make docs' crasher on el6 (QTBUG-43057)
  1214. * Thu Dec 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-3
  1215. - don't omit examples for bootstrap (needs work)
  1216. * Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-2
  1217. - fix bootstrapping logic
  1218. * Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
  1219. - 5.4.0 (final)
  1220. * Fri Nov 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.8.rc
  1221. - restore font rendering patch (#1052389,QTBUG-41590)
  1222. * Thu Nov 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.7.rc
  1223. - 5.4.0-rc
  1224. * Wed Nov 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.6.beta
  1225. - add versioned Requires: libxkbcommon dep
  1226. * Tue Nov 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.5.beta
  1227. - pull in slightly different upstreamed font rendering fix (#1052389,QTBUG-41590)
  1228. * Mon Nov 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.4.beta
  1229. - Bad font rendering (#1052389,QTBUG-41590)
  1230. * Mon Nov 03 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.3.beta
  1231. - macros.qt5: +%%qmake_qt5 , to help set standard build flags (CFLAGS, etc...)
  1232. * Wed Oct 22 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.4.0-0.2.beta
  1233. - -gui: don't require gtk2 (__requires_exclude_from platformthemes) (#1154884)
  1234. * Sat Oct 18 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.4.0-0.1.beta
  1235. - 5.4.0-beta
  1236. - avoid extra -devel deps by moving *Plugin.cmake files to base pkgs
  1237. - support bootstrap macro, to disable -doc,-examples
  1238. * Mon Oct 13 2014 Jan Grulich <jgrulich@redhat.com> 5.3.2-3
  1239. - QFileDialog: implement getOpenFileUrl and friends for real
  1240. * Thu Oct 09 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-2
  1241. - use linux-g++ platform unconditionally
  1242. * Thu Oct 09 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.3.2-1.1
  1243. - F20: require libxkbcommon >= 0.4.1, only patch for the old libxcb
  1244. * Tue Sep 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-1
  1245. - 5.3.2
  1246. * Wed Aug 27 2014 David Tardon <dtardon@redhat.com> - 5.3.1-8
  1247. - do a normal build with docs
  1248. * Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 5.3.1-7
  1249. - rebuild for ICU 53.1
  1250. * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-6
  1251. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  1252. * Thu Jul 24 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.1-5
  1253. - drop dep on xorg-x11-xinit (own shared dirs instead)
  1254. - fix/improve qtchooser support using alternatives (#1122316)
  1255. * Mon Jun 30 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.3.1-4
  1256. - support the old versions of libxcb and libxkbcommon in F19 and F20
  1257. - don't use the bundled libxkbcommon
  1258. * Mon Jun 30 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.1-3
  1259. - -devel: Requires: pkgconfig(egl)
  1260. * Fri Jun 27 2014 Jan Grulich <jgrulich@redhat.com> - 5.3.1-2
  1261. - Prefer QPA implementation in qsystemtrayicon_x11 if available
  1262. * Tue Jun 17 2014 Jan Grulich <jgrulich@redhat.com> - 5.3.1-1
  1263. - 5.3.1
  1264. * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-7
  1265. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  1266. * Fri May 30 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-6
  1267. - %%ix86: build -no-sse2 (#1103185)
  1268. * Tue May 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-5
  1269. - BR: pkgconfig(xcb-xkb) > 1.10 (f21+)
  1270. - allow possibility for libxkbcommon-0.4.x only
  1271. * Fri May 23 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-4
  1272. - -system-libxkbcommon (f21+)
  1273. * Thu May 22 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-3
  1274. - qt5-qtbase-5.3.0-2.fc21 breaks keyboard input (#1100213)
  1275. * Wed May 21 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-2
  1276. - limit -reduce-relocations to %%ix86 x86_64 archs (QTBUG-36129)
  1277. * Wed May 21 2014 Jan Grulich <jgrulich@redhat.com> 5.3.0-1
  1278. - 5.3.0
  1279. * Thu Apr 24 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-8
  1280. - DoS vulnerability in the GIF image handler (QTBUG-38367)
  1281. * Wed Mar 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-7
  1282. - support ppc64le multilib (#1080629)
  1283. * Wed Mar 12 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2.1-6
  1284. - reenable documentation
  1285. * Sat Mar 08 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2.1-5
  1286. - make the QMAKE_STRIP sed not sensitive to whitespace (see #1074041 in Qt 4)
  1287. * Tue Feb 18 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-4
  1288. - undefine QMAKE_STRIP (and friends), so we get useful -debuginfo pkgs (#1065636)
  1289. * Wed Feb 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-3
  1290. - bootstrap for libicu bump
  1291. * Wed Feb 05 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
  1292. - qconfig.pri: +alsa +kms +pulseaudio +xcb-sm
  1293. * Wed Feb 05 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
  1294. - 5.2.1
  1295. * Sat Feb 01 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-11
  1296. - better %%rpm_macros_dir handling
  1297. * Wed Jan 29 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-10
  1298. - fix the allow-forcing-llvmpipe patch to patch actual caller of __glXInitialize
  1299. * Wed Jan 29 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-9
  1300. - use software OpenGL (llvmpipe) if the hardware driver doesn't support OpenGL 2
  1301. * Tue Jan 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-8
  1302. - (re)enable -docs
  1303. * Mon Jan 27 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-7
  1304. - unconditionally enable freetype lcd_filter
  1305. - (temp) disable docs (libxcb bootstrap)
  1306. * Sun Jan 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-6
  1307. - fix %%_qt5_examplesdir macro
  1308. * Sat Jan 25 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-5
  1309. - -examples subpkg
  1310. * Mon Jan 13 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-4
  1311. - fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
  1312. - fix QTBUG-35460 (error message for CVE-2013-4549 is misspelled)
  1313. - reenable docs on Fedora (accidentally disabled)
  1314. * Mon Jan 13 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-3
  1315. - move sql build deps into subpkg sections
  1316. - macro'ize ibase,tds support (disabled on rhel)
  1317. * Thu Jan 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-2
  1318. - -devel: qtsql apparently wants all drivers available at buildtime
  1319. * Thu Dec 12 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-1
  1320. - 5.2.0
  1321. * Fri Dec 06 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.12.rc1
  1322. - qt5-base-devel.x86_64 qt5-base-devel.i686 file conflict qconfig.h (#1036956)
  1323. * Thu Dec 05 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-0.11.rc1
  1324. - needs a minimum version on sqlite build dependency (#1038617)
  1325. - fix build when doc macro not defined
  1326. * Mon Dec 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.10.rc1
  1327. - 5.2.0-rc1
  1328. - revert/omit recent egl packaging changes
  1329. - -doc install changes-5.* files here (#989149)
  1330. * Tue Nov 26 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.8.beta1.20131108_141
  1331. - Install changes-5.x.y file (#989149)
  1332. * Mon Nov 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.7.beta1.20131108_141
  1333. - enable -doc only on primary archs (allow secondary bootstrap)
  1334. * Fri Nov 22 2013 Lubomir Rintel <lkundrak@v3.sk> 5.2.0-0.6.beta1.20131108_141
  1335. - Enable EGL support
  1336. * Sat Nov 09 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.5.beta1.20131108_141
  1337. - 2013-11-08_141 snapshot, arm switch qreal double
  1338. * Thu Oct 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.4.beta1
  1339. - 5.2.0-beta1
  1340. * Wed Oct 16 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.3.alpha
  1341. - disable -docs (for ppc bootstrap mostly)
  1342. * Wed Oct 16 2013 Lukáš Tinkl <ltinkl@redhat.com> - 5.2.0-0.2.alpha
  1343. - Fixes #1005482 - qtbase FTBFS on ppc/ppc64
  1344. * Tue Oct 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-0.1.alpha
  1345. - 5.2.0-alpha
  1346. - -system-harfbuzz
  1347. - rename subpkg -x11 => -gui
  1348. - move some gui-related plugins base => -gui
  1349. - don't use symlinks in %%_qt5_bindir (more qtchooser-friendly)
  1350. * Fri Sep 27 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.1.1-6
  1351. - -doc subpkg (not enabled)
  1352. - enable %%check
  1353. * Mon Sep 23 2013 Dan Horák <dan[at]danny.cz> - 5.1.1-5
  1354. - fix big endian builds
  1355. * Wed Sep 11 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-4
  1356. - macros.qt5: use newer location, use unexpanded macros
  1357. * Sat Sep 07 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-3
  1358. - ExcludeArch: ppc64 ppc (#1005482)
  1359. * Fri Sep 06 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-2
  1360. - BR: pkgconfig(libudev) pkgconfig(xkbcommon) pkgconfig(xcb-xkb)
  1361. * Tue Aug 27 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-1
  1362. - 5.1.1
  1363. * Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 5.0.2-8
  1364. - Perl 5.18 rebuild
  1365. * Tue Jul 30 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-7
  1366. - enable qtchooser support
  1367. * Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 5.0.2-6
  1368. - Perl 5.18 rebuild
  1369. * Wed May 08 2013 Than Ngo <than@redhat.com> - 5.0.2-5
  1370. - add poll support, thanks to fweimer@redhat.com (QTBUG-27195)
  1371. * Thu Apr 18 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-4
  1372. - respin lowmem patch to apply (unconditionally) to gcc-4.7.2 too
  1373. * Fri Apr 12 2013 Dan Horák <dan[at]danny.cz> - 5.0.2-3
  1374. - rebase the lowmem patch
  1375. * Wed Apr 10 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-2
  1376. - more cmake_path love (#929227)
  1377. * Wed Apr 10 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.0.2-1
  1378. - 5.0.2
  1379. - fix cmake config (#929227)
  1380. * Tue Apr 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-0.1.rc1
  1381. - 5.0.2-rc1
  1382. * Sat Mar 16 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-6
  1383. - pull in upstream gcc-4.8.0 buildfix
  1384. * Tue Feb 26 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-5
  1385. - -static subpkg, Requires: fontconfig-devel,glib2-devel,zlib-devel
  1386. - -devel: Requires: pkgconfig(gl)
  1387. * Mon Feb 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-4
  1388. - create/own %%{_qt5_plugindir}/iconengines
  1389. - -devel: create/own %%{_qt5_archdatadir}/mkspecs/modules
  1390. - cleanup .prl
  1391. * Sat Feb 23 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-3
  1392. - +%%_qt5_libexecdir
  1393. * Sat Feb 23 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-2
  1394. - macros.qt5: fix %%_qt5_headerdir, %%_qt5_datadir, %%_qt5_plugindir
  1395. * Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-1
  1396. - 5.0.1
  1397. - lowmem patch for %%arm, s390
  1398. * Wed Jan 30 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-4
  1399. - %%build: -system-pcre, BR: pkgconfig(libpcre)
  1400. - use -O1 optimization on lowmem (s390) arch
  1401. * Thu Jan 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-3
  1402. - enable (non-conflicting) qtchooser support
  1403. * Wed Jan 09 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-2
  1404. - add qtchooser support (disabled by default)
  1405. * Wed Dec 19 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-1
  1406. - 5.0 (final)
  1407. * Thu Dec 13 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.4.rc2
  1408. - 5.0-rc2
  1409. - initial try at putting non-conflicting binaries in %%_bindir
  1410. * Thu Dec 06 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.3.rc1
  1411. - 5.0-rc1
  1412. * Wed Nov 28 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.2.beta2
  1413. - qtbase --> qt5-qtbase
  1414. * Mon Nov 19 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.1.beta2
  1415. - %%build: -accessibility
  1416. - macros.qt5: +%%_qt5_archdatadir +%%_qt5_settingsdir
  1417. - pull in a couple more configure-related upstream patches
  1418. * Wed Nov 14 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.0.beta2
  1419. - first try