kdebase-runtime-vl.spec 26 KB

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