kdebase-runtime-vl.spec 27 KB

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