kdebase-runtime-vl.spec 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872
  1. %define flags 1
  2. Name: kdebase-runtime
  3. Summary: KDE Runtime
  4. Summary(ja): KDE ランタイム
  5. Version: 4.11.4
  6. Release: 2%{?_dist_release}
  7. # http://techbase.kde.org/Policies/Licensing_Policy
  8. License: LGPLv2+
  9. Group: User Interface/Desktops
  10. URL: http://www.kde.org/
  11. Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kde-runtime-%{version}.tar.xz
  12. # add shortcuts for search provider
  13. Patch1: kdebase-runtime-4.1.x-searchproviders-shortcuts.patch
  14. # add OnlyShowIn=KDE to Desktop/Home.desktop (like trash.desktop)
  15. Patch6: kdebase-runtime-4.3.3-home_onlyshowin_kde.patch
  16. # correct path for htsearch
  17. Patch7: kdebase-runtime-4.5.3-htsearch.patch
  18. # Launch compiz via compiz-manager so we get window decorations and
  19. # other such decadent luxuries (AdamW 2011/01)
  20. Patch8: kdebase-runtime-4.5.95-compiz.patch
  21. # add overrides in default manpath
  22. Patch9: kdebase-runtime-4.3.4-man-overrides.patch
  23. ## upstreamable patches
  24. # make installdbgsymbols.sh use pkexec instead of su
  25. # increase some timeouts in an effort to see (some) errors before close
  26. Patch51: kde-runtime-4.9.0-installdbgsymbols.patch
  27. ## upstream patches
  28. Provides: kdebase4-runtime = %{version}-%{release}
  29. Provides: kde-runtime = %{version}-%{release}
  30. Obsoletes: kdebase4-runtime < %{version}-%{release}
  31. Obsoletes: nepomukcontroller
  32. Provides: nepomukcontroller = 0.2-5%{?_dist_release}
  33. # knotify4 provides dbus service org.freedesktop.Notifications too
  34. Provides: desktop-notification-daemon
  35. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  36. BuildRequires: alsa-lib-devel
  37. BuildRequires: attica-devel >= 0.1.4
  38. BuildRequires: bzip2-devel
  39. BuildRequires: chrpath
  40. BuildRequires: clucene-core-devel
  41. BuildRequires: doxygen
  42. BuildRequires: exiv2-devel >= 0.12
  43. BuildRequires: glib2-devel
  44. BuildRequires: kdelibs4-devel >= %{version}
  45. BuildRequires: kdepimlibs-devel >= %{version}
  46. BuildRequires: kactivities-devel >= %{version}
  47. BuildRequires: libcanberra-devel
  48. #BuildRequires: libqzeitgeist-devel
  49. BuildRequires: libsmbclient-devel
  50. BuildRequires: libssh-devel >= 0.4.2
  51. BuildRequires: libXpm-devel
  52. BuildRequires: libXScrnSaver-devel
  53. BuildRequires: NetworkManager-devel
  54. BuildRequires: nepomuk-core
  55. BuildRequires: nepomuk-core-devel
  56. BuildRequires: OpenEXR-devel
  57. BuildRequires: openslp-devel
  58. BuildRequires: openssl-devel
  59. BuildRequires: pkgconfig
  60. BuildRequires: polkit-qt-devel
  61. BuildRequires: pulseaudio-libs-devel
  62. BuildRequires: qca2-devel
  63. BuildRequires: qimageblitz-devel
  64. BuildRequires: shared-mime-info >= 0.40
  65. BuildRequires: shared-desktop-ontologies-devel >= 0.6.50
  66. BuildRequires: soprano-devel >= 2.6.50
  67. BuildRequires: xine-lib-devel libxcb-devel
  68. BuildRequires: xorg-x11-font-utils
  69. BuildRequires: xorg-x11-proto-devel
  70. BuildRequires: xz-devel
  71. BuildRequires: zlib-devel
  72. Requires: eject
  73. Requires: %{name}-libs = %{version}-%{release}
  74. Requires: %{name}-flags = %{version}-%{release}
  75. # KHelpcenter requires htdig for building search indices
  76. Requires: htdig
  77. # ensure default/fallback icon theme present
  78. # beware of bootstrapping, there be dragons
  79. Requires: oxygen-icon-theme >= %{version}
  80. # some items moved -workspace -> -runtime
  81. Conflicts: kdebase-workspace < 4.5.80
  82. %description
  83. Core runtime for KDE 4.
  84. %description -l ja
  85. KDE 4 の中心となるランタイム部分です.
  86. %package devel
  87. Summary: Developer files for %{name}
  88. Summary(ja): %{name} の開発用ファイル
  89. Group: Development/Libraries
  90. Requires: %{name}-libs = %{version}-%{release}
  91. %description devel
  92. %{summary}.
  93. %description -l ja devel
  94. %{name} の開発用ファイルです.
  95. %package libs
  96. Summary: Runtime libraries for %{name}
  97. Summary(ja): %{name} のランタイムライブラリ
  98. Group: System Environment/Libraries
  99. Requires: kdelibs4 >= %{version}
  100. Requires: kdepimlibs >= %{version}
  101. # cagibi is runtime dep, a dbus service
  102. Requires: cagibi
  103. %description libs
  104. %{summary}.
  105. %description -l ja libs
  106. %{name} のランタイムライブラリです.
  107. %package flags
  108. Summary: Geopolitical flags
  109. Group: User Interface/Desktops
  110. Requires: %{name}-libs = %{version}-%{release}
  111. BuildArch: noarch
  112. %description flags
  113. %{summary}.
  114. %prep
  115. %setup -q -n kde-runtime-%{version}
  116. %patch1 -p1 -b .searchproviders-shortcuts
  117. %patch6 -p1 -b .home_onlyshowin_kde
  118. %patch7 -p1 -b .htsearch
  119. %patch8 -p1 -b .config
  120. %patch9 -p1 -b .man-overrides
  121. %patch51 -p1 -b .installdgbsymbols
  122. %build
  123. mkdir -p %{_target_platform}
  124. pushd %{_target_platform}
  125. %cmake \
  126. -DCMAKE_BUILD_TYPE=release \
  127. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  128. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  129. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  130. -DLIB_INSTALL_DIR:PATH=%{_libdir} \
  131. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  132. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  133. ..
  134. popd
  135. make %{?_smp_mflags} -C %{_target_platform}
  136. %install
  137. rm -rf $RPM_BUILD_ROOT
  138. make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
  139. # kdesu symlink
  140. ln -s %{_libexecdir}/kde4/kdesu $RPM_BUILD_ROOT%{_bindir}/kdesu
  141. # omit hicolor index.theme, use one from hicolor-icon-theme
  142. rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/index.theme
  143. # remove country flags because some people/countries forbid some other
  144. # people/countries' flags :-(
  145. %{!?flags:rm -f $RPM_BUILD_ROOT%{_datadir}/locale/l10n/*/flag.png}
  146. # install this service for KDE 3 applications too
  147. mkdir $RPM_BUILD_ROOT%{_datadir}/services
  148. ln -s %{_datadir}/kde4/services/khelpcenter.desktop \
  149. $RPM_BUILD_ROOT%{_datadir}/services/khelpcenter.desktop
  150. # FIXME: -devel type files, omit for now
  151. rm -vf $RPM_BUILD_ROOT%{_libdir}/lib{kwalletbackend,molletnetwork}.so
  152. # rpaths
  153. # use chrpath hammer for now, find better patching solutions later -- Rex
  154. chrpath --list $RPM_BUILD_ROOT%{_libdir}/kde4/plugins/phonon_platform/kde.so ||:
  155. chrpath --delete $RPM_BUILD_ROOT%{_libdir}/kde4/plugins/phonon_platform/kde.so
  156. %clean
  157. rm -rf $RPM_BUILD_ROOT
  158. %post
  159. touch --no-create %{_datadir}/icons/crystalsvg &> /dev/null || :
  160. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  161. %posttrans
  162. gtk-update-icon-cache %{_datadir}/icons/crystalsvg &> /dev/null || :
  163. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  164. update-desktop-database -q &> /dev/null ||:
  165. update-mime-database %{_datadir}/mime &> /dev/null
  166. %postun
  167. if [ $1 -eq 0 ] ; then
  168. touch --no-create %{_datadir}/icons/crystalsvg &> /dev/null || :
  169. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  170. gtk-update-icon-cache %{_datadir}/icons/crystalsvg &> /dev/null || :
  171. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  172. update-desktop-database -q &> /dev/null ||:
  173. update-mime-database %{_datadir}/mime &> /dev/null
  174. fi
  175. %post libs -p /sbin/ldconfig
  176. %postun libs -p /sbin/ldconfig
  177. %files
  178. %defattr(-,root,root,-)
  179. %{_sysconfdir}/dbus-1/system.d/*
  180. %{_sysconfdir}/xdg/menus/kde-information.menu
  181. %{_bindir}/*
  182. # omit ksvgtopng which kdelibs3 includes
  183. %{_datadir}/kde4/apps/*
  184. %exclude %{_datadir}/kde4/apps/cmake/
  185. %{_datadir}/config/*.knsrc
  186. %{_datadir}/config.kcfg/
  187. %{_datadir}/dbus-1/interfaces/*
  188. %{_datadir}/dbus-1/services/*
  189. %{_datadir}/dbus-1/system-services/*
  190. %{_datadir}/icons/default.kde4
  191. %{_datadir}/kde4/services/*
  192. %{_datadir}/kde4/servicetypes/*
  193. %{_datadir}/mime/packages/network.xml
  194. %{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmremotewidgets.policy
  195. %{_datadir}/sounds/*
  196. %{_libdir}/kconf_update_bin/*
  197. %{_libdir}/libkdeinit4_*.so
  198. %{_libdir}/kde4/kcm_*.so
  199. %{_libdir}/kde4/kded_*.so
  200. %{_libdir}/kde4/platformimports/touch/org/kde/plasma/*
  201. %{_libexecdir}/kde4/drkonqi
  202. #{_libexecdir}/kde4/installdbgsymbols.sh
  203. %{_libexecdir}/kde4/kcmremotewidgetshelper
  204. %{_libexecdir}/kde4/kdeeject
  205. %{_libexecdir}/kde4/kdesu
  206. %attr(2755,root,nobody) %{_libexecdir}/kde4/kdesud
  207. %{_libexecdir}/kde4/kdontchangethehostname
  208. %{_libexecdir}/kde4/khc_docbookdig.pl
  209. %{_libexecdir}/kde4/khc_htdig.pl
  210. %{_libexecdir}/kde4/khc_htsearch.pl
  211. %{_libexecdir}/kde4/khc_indexbuilder
  212. %{_libexecdir}/kde4/khc_mansearch.pl
  213. %{_libexecdir}/kde4/kioexec
  214. %{_libexecdir}/kde4/knetattach
  215. %{_mandir}/man1/*
  216. %{_mandir}/man8/*
  217. %{_datadir}/icons/hicolor/*/*/*
  218. %{_docdir}/HTML/en/*
  219. %{_datadir}/applications/kde4/Help.desktop
  220. %{_datadir}/applications/kde4/knetattach.desktop
  221. %{_datadir}/config/kshorturifilterrc
  222. %{_datadir}/desktop-directories/*.directory
  223. %{_datadir}/emoticons/kde4/
  224. %{_datadir}/locale/l10n/
  225. %{_datadir}/locale/currency/
  226. %{?flags:%exclude %{_datadir}/locale/l10n/*/flag.png}
  227. %{_datadir}/services/khelpcenter.desktop
  228. %files devel
  229. %defattr(-,root,root,-)
  230. %{_includedir}/*
  231. %{_datadir}/kde4/apps/cmake/modules/*.cmake
  232. %files libs
  233. %defattr(-,root,root,-)
  234. %{_libdir}/attica_kde.so
  235. %{_libdir}/libknotifyplugin.so
  236. %{_libdir}/libkwalletbackend.so.*
  237. %{_libdir}/libmolletnetwork.so.*
  238. %{_libdir}/kde4/*.so
  239. %{_libdir}/kde4/imports/
  240. # FIXME: Is this a good idea? Won't multilib apps need KCMs, too?
  241. %exclude %{_libdir}/kde4/kcm_*.so
  242. %exclude %{_libdir}/kde4/kded_*.so
  243. %{_libdir}/kde4/plugins/phonon_platform/
  244. %files flags
  245. %defattr(-,root,root,-)
  246. %{_datadir}/locale/l10n/*/flag.png
  247. %changelog
  248. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-2
  249. - rebuild with ilmbase-2.1.0 & OpenEXR-2.1.0
  250. * Sun Dec 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1
  251. - new upstream release
  252. * Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
  253. - new upstream release
  254. - remove Patch50 (kde-runtime-4.7.90-nepomuk_onlyshowin_kde.patch)
  255. * Sat Jul 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.5-1
  256. - new upstream release
  257. * Sun Jan 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
  258. - new upstream release
  259. - add patches from fedora
  260. - Patch50 (kde-runtime-4.7.90-nepomuk_onlyshowin_kde.patch)
  261. - Patch51 (kde-runtime-4.9.0-installdbgsymbols.patch)
  262. * Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
  263. - new upstream release
  264. * Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
  265. - new upstream release
  266. * Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
  267. - new upstream release
  268. * Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-2
  269. - rebuild with attica-0.4.1
  270. * Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
  271. - new upstream release
  272. - remove Patch3 (kdebase-runtime-4.6.90-iconthemes-inherit.patch)
  273. - add BuildRequires: kactivities-devel, nupomuk-core-devel, qca2-devel
  274. * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7.4-4
  275. - rebuild with exiv2-0.23
  276. * Mon May 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7.4-3
  277. - rebuild with exiv2-0.22
  278. * Mon Jan 9 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.4-2
  279. - rebuilt without libqzeitgeist
  280. * Tue Dec 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.4-1
  281. - new upstream release
  282. * Sun Oct 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-1
  283. - new upstream release
  284. * Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-1
  285. - new upstream release
  286. - built with exiv2-0.21.1
  287. * Tue Jun 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
  288. - new upstream release
  289. * Sat Mar 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-2
  290. - rebuilt with libsmbclient-3.5.8
  291. * Sun Mar 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
  292. - new upstream release
  293. * Sun Feb 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.0-2
  294. - added BR: libXpm-devel
  295. * Sat Feb 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.0-1
  296. - new upstream release
  297. - added devel subpackage
  298. * Sun Sep 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.1-1
  299. - new upstream release
  300. - updated summary
  301. - dropt Patch100
  302. * Mon Aug 16 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.0-1
  303. - new upstream release
  304. - added Patch100 from Fedora
  305. - backport to fix the freeze of kded on first use of the network:/kio-slave
  306. * Sun Jul 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.5-1
  307. - new upstream release
  308. - added Conflicts: kdebase3 at Vine Linux 5
  309. * Fri May 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.3-1
  310. - new upstream release
  311. * Wed May 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.2-2
  312. - rebuilt with exiv2-0.19
  313. * Mon Apr 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.2-1
  314. - new upstream release
  315. * Sun Mar 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.1-1
  316. - new upstream release
  317. * Sun Feb 28 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.0-1
  318. - new upstream release
  319. - built with new toolchain
  320. * Mon Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.3-1
  321. - new upstream release
  322. * Sat Oct 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.2-1
  323. - new upstream release
  324. * Sat Sep 5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.1-1
  325. - new upstream release
  326. - used %%cmake macro
  327. * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.0-3
  328. - Initial build for Vine Linux
  329. * Tue Aug 04 2009 Than Ngo <than@redhat.com> - 4.3.0-2
  330. - respin
  331. * Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
  332. - 4.3.0
  333. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.98-2
  334. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  335. * Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1
  336. - 4.3rc3
  337. * Thu Jul 16 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.96-2
  338. - respin (soprano-2.3.0)
  339. - License: LGPLv2+
  340. * Thu Jul 09 2009 Than Ngo <than@redhat.com> - 4.2.96-1
  341. - 4.3rc2
  342. * Thu Jul 02 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.95-3
  343. - drop unneeded BR: ImageMagick (#509241)
  344. * Mon Jun 29 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.95-2
  345. - don't start nepomuk server unconditionally (#487322)
  346. * Thu Jun 25 2009 Than Ngo <than@redhat.com> - 4.2.95-1
  347. - 4.3rc1
  348. * Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.90-1
  349. - KDE-4.3 beta2 (4.2.90)
  350. * Tue Jun 02 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 4.2.85-3
  351. - Drop old Fedora < 8 conditionals
  352. * Tue May 19 2009 Than Ngo <than@redhat.com> - 4.2.85-2
  353. - file conflicts with kdepim
  354. * Wed May 13 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.85-1
  355. - KDE 4.3 beta 1
  356. * Thu Apr 16 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-4
  357. - fix persistent systray notifications (#485796)
  358. * Wed Apr 01 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-3
  359. - -flags subpkg
  360. - koji/noarch hacks dropped
  361. * Wed Apr 01 2009 Than Ngo <than@redhat.com> - 4.2.2-2
  362. - drop kdebase-runtime-4.2.1-pulseaudio-cmake.patch
  363. * Mon Mar 30 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.2-1
  364. - KDE 4.2.2
  365. * Fri Mar 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-3
  366. - flags subpkg (not enabled)
  367. - optimize scriptlets
  368. * Tue Mar 3 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.1-2
  369. - fix PulseAudio cmake detection
  370. * Fri Feb 27 2009 Than Ngo <than@redhat.com> - 4.2.1-1
  371. - 4.2.1
  372. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-8
  373. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  374. * Wed Feb 18 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.0-7
  375. - #486059 - missing dependency on htdig
  376. * Thu Feb 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-6
  377. - -libs: include %%{_kde4_libdir}/libkwalletbackend.so.* here
  378. * Thu Feb 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-5
  379. - Req: %%{name}-libs%%{?_isa} for multilib sanity (#456926)
  380. * Mon Feb 02 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-4
  381. - own %%_kde4_datadir/locale/l10n/
  382. * Mon Jan 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-3
  383. - respun tarball
  384. * Mon Jan 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-2
  385. - Files not trashed to the correct location in Dolphin/Konqueror
  386. (#481598, kdebug#178479)
  387. - omit --with-samba crud
  388. * Thu Jan 22 2009 Than Ngo <than@redhat.com> - 4.2.0-1
  389. - 4.2.0
  390. - +BR: pulseaudio-libs-devel xine-lib-devel
  391. - -BR: giflib-devel pcre-devel
  392. * Tue Jan 13 2009 Rex Dieter <rdieter@fedoraproject.org> 4.1.96-2
  393. - tarball respin
  394. - drop extraneous deps (that are in kdelibs)
  395. * Wed Jan 07 2009 Than Ngo <than@redhat.com> - 4.1.96-1
  396. - 4.2rc1
  397. * Mon Dec 22 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.85-2
  398. - include %%_bindir/kdesu symlink
  399. * Thu Dec 11 2008 Than Ngo <than@redhat.com> 4.1.85-1
  400. - 4.2beta2
  401. * Mon Dec 01 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.80-5
  402. - don't ship libkwalletbackend.so devel symlink (conflicts with kdelibs3-devel,
  403. and should be in a -devel package if it gets shipped)
  404. * Thu Nov 27 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.80-4
  405. - BR strigi-devel >= 0.5.11.1 because 0.5.11 is broken
  406. * Thu Nov 20 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.80-3
  407. - readd still relevant part of the Phonon PulseAudio patch (for the KCM)
  408. * Wed Nov 19 2008 Than Ngo <than@redhat.com> 4.1.80-2
  409. - drop kdebase-runtime-4.0.72-pulseaudio.patch/icons, it's part of phonon
  410. * Wed Nov 19 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 4.1.80-1
  411. - 4.1.80
  412. - Drop upstreamed patch kdebase-runtime-4.1.2-kioexec.patch
  413. - BR cmake >= 2.6.2
  414. - Use 'make install/fast'
  415. - Drop subpkg phonon-backend-xine and related file entries: this has to be
  416. part of phonon now that it moved there
  417. - Drop xine-lib-devel BR
  418. - Add libkwalletbackend to files list
  419. - Drop _default_patch_fuzz 2
  420. * Thu Nov 13 2008 Than Ngo <than@redhat.com> 4.1.3-5
  421. - apply upstream patch to fix X crash when disabling compositing
  422. * Wed Nov 12 2008 Than Ngo <than@redhat.com> 4.1.3-1
  423. - 4.1.3
  424. * Tue Oct 14 2008 Than Ngo <than@redhat.com> 4.1.2-5
  425. - apply upstream patch, kioexec processes never terminate
  426. * Tue Sep 30 2008 Than Ngo <than@redhat.com> 4.1.2-4
  427. - fix broken audio-backend-jack.svgz
  428. * Tue Sep 30 2008 Than Ngo <than@redhat.com> 4.1.2-3
  429. - add missing icons
  430. * Sun Sep 28 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-2
  431. - make VERBOSE=1
  432. - respin against new(er) kde-filesystem
  433. - grow -libs, kde4 styles are unavailable for i386 applications (#456826)
  434. * Fri Sep 26 2008 Rex Dieter <rdieter@fedoraproject.org. 4.1.2-1
  435. - 4.1.2
  436. * Tue Sep 16 2008 Than Ngo <than@redhat.com> 4.1.1-3
  437. - fix inherit issue in iconthemes, preview icons
  438. do not show
  439. * Mon Sep 01 2008 Than Ngo <than@redhat.com> 4.1.1-2
  440. - fix #460710, knetattach is kio_remote's wizard program, don't show
  441. it in the menu.
  442. * Thu Aug 28 2008 Than Ngo <than@redhat.com> 4.1.1-1
  443. - 4.1.1
  444. * Wed Aug 13 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-3
  445. - fix PA not being default in the Xine backend (KCM part, see phonon-4.2.0-4)
  446. * Tue Aug 12 2008 Than Ngo <than@redhat.com> 4.1.0-2
  447. - crash fix when stopping a service that is not yet initialized
  448. * Fri Jul 25 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-1.1
  449. - don't remove autostart directory on F8- (does not conflict, fixes build
  450. failure due to nepomukserver.desktop listed in filelist but not found)
  451. * Wed Jul 23 2008 Than Ngo <than@redhat.com> 4.1.0-1
  452. - 4.1.0
  453. * Wed Jul 23 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.99-2
  454. - phonon-backend-xine: drop Obsoletes/Requires upgrade hack
  455. * Fri Jul 18 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.99-1
  456. - 4.0.99
  457. * Mon Jul 14 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-4
  458. - respin
  459. * Mon Jul 14 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-3
  460. - -phonon-backend-xine: new subpkg
  461. * Thu Jul 10 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-1
  462. - 4.0.98
  463. * Sun Jul 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.85-1
  464. - 4.0.85
  465. * Fri Jun 27 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.84-1
  466. - 4.0.84
  467. * Thu Jun 19 2008 Than Ngo <than@redhat.com> 4.0.83-1
  468. - 4.0.83 (beta2)
  469. * Sat Jun 14 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.82-1
  470. - 4.0.82
  471. * Thu Jun 05 2008 Than Ngo <than@redhat.com> 4.0.80-2
  472. - add searchproviders-shortcuts for redhat bugzilla
  473. * Mon May 26 2008 Than Ngo <than@redhat.com> 4.0.80-1
  474. - 4.1 beta 1
  475. * Tue May 06 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.72-2
  476. - BR new minimum version of soprano-devel
  477. * Tue May 06 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.72-1
  478. - update to 4.0.72 (4.1 alpha 1)
  479. - drop upstreamed deinterlace-crash patch
  480. - drop khelpcenter patch (fixed upstream)
  481. - update Phonon PulseAudio patch
  482. - drop Fedora 7 support
  483. - update file list
  484. * Mon Apr 28 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.3-10.1
  485. - omit conflicting icons (kde3_desktop=1 case)
  486. * Thu Apr 17 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.3-10
  487. - oxygen-icon-theme: build noarch
  488. * Thu Apr 17 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.3-9
  489. - %%post/%%postun: hicolor icon theme scriptlets
  490. * Thu Apr 17 2008 Than Ngo <than@redhat.com> 4.0.3-8
  491. - only omit hicolor index.theme (#439374)
  492. * Thu Apr 17 2008 Than Ngo <than@redhat.com> 4.0.3-7
  493. - fix khelpcenter, search plugins/settings in correct path (#443016)
  494. * Tue Apr 15 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.3-6
  495. - respin (at f13's request)
  496. * Mon Apr 07 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.3-5
  497. - pulseaudio patch (use as default, if available)
  498. * Sat Apr 05 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-4
  499. - don't crash if we don't have deinterlacing support in xine-lib (#440299)
  500. * Thu Apr 03 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-3
  501. - rebuild for the new %%{_kde4_buildtype}
  502. * Mon Mar 31 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-2
  503. - update file list for _kde4_libexecdir
  504. * Fri Mar 28 2008 Than Ngo <than@redhat.com> 4.0.3-1
  505. - 4.0.3
  506. * Thu Mar 20 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.2-5
  507. - don't own %%_kde4_docdir/HTML/en/
  508. * Thu Mar 20 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.2-4
  509. - oxygen-icon-theme, oxygen-icon-theme-scalable pkgs
  510. - include noarch build hooks (not enabled)
  511. * Fri Mar 07 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-3
  512. - BR libxcb-devel everywhere (including F7)
  513. * Fri Mar 07 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-2
  514. - if building for a KDE 4 desktop, include the khelpcenter.desktop service
  515. description for KDE 3 here so help works in KDE 3 apps
  516. * Fri Feb 29 2008 Than Ngo <than@redhat.com> 4.0.2-1
  517. - 4.0.2
  518. * Mon Feb 25 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.1-3
  519. - %%files: don't own %%_kde4_libdir/kde4/plugins (thanks wolfy!)
  520. * Sat Feb 23 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.1-2
  521. - reenable kio_smb everywhere (including F9) now that we have a GPLv3 qt4
  522. (kio_smb itself is already GPLv2+)
  523. * Wed Jan 30 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.1-1
  524. - 4.0.1
  525. * Tue Jan 08 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 4.0.0-2
  526. - respun tarball
  527. * Mon Jan 07 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.0-1
  528. - update to 4.0.0
  529. - update file list, don't remove renamed khotnewstuff.knsrc for KDE 3 desktop
  530. * Wed Dec 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.97.0-1
  531. - kde-3.97.0
  532. * Tue Dec 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.2-4
  533. - disable kioslave/smb (f9+, samba-3.2.x/gplv3 ickiness)
  534. * Sun Dec 02 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.2-3
  535. - build without libxcb in F7 as we STILL don't have it (see #373361)
  536. * Sat Dec 01 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.2-2
  537. - no longer set kde3_desktop on F9
  538. - update file list for !kde3_desktop (Sebastian Vahl)
  539. - don't ship country flags even for full version (as in kdebase 3)
  540. * Thu Nov 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.2-1
  541. - kde-3.96.2
  542. * Tue Nov 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.1-1
  543. - kde-3.96.1
  544. * Sun Nov 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-3
  545. - fix %%files (unpackaged %%_libdir/strigi/strigiindex_sopranobackend.so)
  546. * Sat Nov 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-2
  547. - BR: clucene-core-devel libsmbclient-devel libXScrnSaver-devel
  548. * Thu Nov 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-1
  549. - kde-3.96.0
  550. * Fri Nov 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.2-1
  551. - kdebase-runtime-3.95.2
  552. * Wed Nov 07 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.0-1
  553. - kdebase-runtime-3.95.0
  554. * Fri Nov 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.94.0-3
  555. - Provides: oxygen-icon-theme ...
  556. * Thu Oct 25 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.94.0-2
  557. - patch dolphin.desktop to get Dolphin to start from the menu
  558. * Fri Oct 19 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.94.0-1
  559. - update to 3.94.0
  560. * Thu Oct 4 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-5
  561. - don't make this the default kdebase on F9 yet
  562. - drop ExcludeArch: ppc64 (#300601)
  563. * Fri Sep 21 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-4
  564. - ExcludeArch: ppc64 (#300601)
  565. - update description
  566. * Thu Sep 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-3
  567. - add missing BR alsa-lib-devel
  568. * Wed Sep 12 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-2
  569. - remove files which conflict with KDE 3
  570. - move devel symlinks to %%{_kde4_libdir}/kde4/devel/
  571. - Conflicts with KDE 3 versions of dolphin pre d3lphin rename
  572. * Wed Sep 12 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-1
  573. - update to 3.93.0
  574. - drop kde4home patch (no longer applied)
  575. - drop KDM ConsoleKit patch (KDM is now in kdebase-workspace)
  576. - remove kdebase-kdm Obsoletes/Provides (for the same reason)
  577. - remove KDM (and KDM session) setup code (for the same reason)
  578. - remove rss-glx conflict (Plasma is now in kdebase-workspace)
  579. - remove redhat-startkde patch (startkde is now in kdebase-workspace)
  580. - remove kde4-opt.sh (all the code in it is commented out)
  581. - remove kde4-xdg_menu_prefix.sh (only needed for kdebase-workspace)
  582. - remove bogus BRs on automake and libtool
  583. - remove workspace-only BRs
  584. - add BR qimageblitz-devel, xine-lib-devel (all), libxcb-devel (F8+)
  585. - remove workspace files and directories
  586. - handle icons (moved from kdelibs4)
  587. - add mkdir %%{buildroot} in %%install
  588. * Tue Aug 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-4
  589. - use macros.kde4
  590. - License: GPLv2
  591. * Mon Jul 30 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.92.0-3
  592. - bump rss-glx Conflicts because the conflict is still there in 0.8.1.p-7.fc8
  593. - rss-glx conflict only needed if "%%{_prefix}" == "/usr"
  594. - consolekit_kdm patch only needs BR dbus-devel, not ConsoleKit-devel
  595. * Mon Jul 30 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-2
  596. - consolekit_kdm patch (#228111, kde#147790)
  597. - update startkde patch
  598. * Sat Jul 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-1
  599. - kde-3.92 (kde-4-beta1)
  600. * Wed Jul 25 2007 Than Ngo <than@redhat.com> - 3.91.0-6
  601. - fix startkde
  602. - add env/shutdown directory
  603. * Thu Jul 19 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-5
  604. - kde4.desktop: fix session Name
  605. * Tue Jul 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-4
  606. - cleanup/fix kde4.desktop
  607. - kdepimlibs4->kdepimlibs
  608. * Fri Jun 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-3
  609. - fix %%_sysconfdir for %%_prefix != /usr case.
  610. * Thu Jun 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-2
  611. - updated kde4home.diff
  612. - CMAKE_BUILD_TYPE=RelWithDebInfo (we're already using %%optflags)
  613. * Wed Jun 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-1
  614. - kde-3.91.0
  615. - CMAKE_BUILD_TYPE=debug
  616. * Sat Jun 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.90.1-2
  617. - specfile cleanup (%%prefix issues mostly)
  618. * Sun May 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.90.1-1
  619. - update to 3.90.1
  620. - bump cmake BR to 2.4.5 as required upstream now
  621. - don't set execute bits by hand anymore, cmake has been fixed
  622. - use multilibs in /opt/kde4
  623. - add BR openssl-devel, NetworkManager-devel, bluez-libs-devel
  624. - add explicit BRs on strigi-devel, zlib-devel, bzip2-devel, libpng-devel
  625. in case we want to drop the Rs on these from kdelibs4-devel
  626. - consistently add all BRs as -devel Rs, not just almost all, until we can
  627. figure out which, if any, are really needed
  628. - BR libsmbclient-devel instead of samba on F>=7, EL>=6
  629. * Fri Mar 23 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-4
  630. - restore minimum version requirement for cmake
  631. - build against libxklavier on EL5
  632. - don't set QT4DIR and PATH anymore, qdbuscpp2xml has been fixed
  633. * Mon Mar 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.80.3-3
  634. - +eXecute perms for %%{_prefix}/lib/*
  635. * Fri Feb 23 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-2
  636. - rebuild for patched FindKDE4Internal.cmake
  637. * Wed Feb 21 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-1
  638. - update to 3.80.3
  639. - update and improve parallel-installability patch
  640. - drop obsolete joydevice.h patch
  641. - remove translations of "KDE" without the "4" from kde4.desktop
  642. - resync BR and -devel Requires
  643. - don't set LD_LIBRARY_PATH
  644. - set QT4DIR and PATH so CMake's direct $QT4DIR/qdbuscpp2xml calls work
  645. - fix missing underscore in _datadir
  646. - install kde4.desktop in install, not prep
  647. - fix invalid syntax in kde4.desktop
  648. * Wed Nov 29 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.3.20061003svn
  649. - dropped -DCMAKE_SKIP_RPATH=TRUE from cmake
  650. - compiling with QA_RPATHS=0x0003; export QA_RPATHS
  651. * Sun Nov 26 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.2.20061003svn
  652. - parallel build support
  653. - added -DCMAKE_SKIP_RPATH=TRUE to cmake to skip rpath
  654. - dropped qt4-devel >= 4.2.0, kdelibs4-devel as BR
  655. - spec file cleanups and added clean up in %%install
  656. - fixed PATH for libkdecore.so.5; cannot open shared object file;
  657. - added Logitech mouse support
  658. - added dbus-devel, hal-devel and more as BR
  659. - fixed broken joydevice.h - Kevin Kofler
  660. - added file kde4.desktop
  661. * Sun Oct 08 2006 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.2-0.1.20061003svn
  662. - first Fedora RPM (parts borrowed from the OpenSUSE kdebase 4 RPM and the Fedora kdebase 3 RPM)
  663. - apply parallel-installability patch