kdebase-runtime-vl.spec 26 KB

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