kdebase-runtime-vl.spec 27 KB

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