kdebase-runtime-vl.spec 26 KB

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