kdepim-vl.spec 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  1. Name: kdepim
  2. Summary: PIM (Personal Information Manager) for KDE
  3. Summary(ja): KDE の個人情報管理(PIM)アプリケーション集
  4. Version: 4.4.6
  5. Release: 1%{?_dist_release}
  6. Group: Applications/Productivity
  7. License: GPLv2
  8. URL: http://pim.kde.org/
  9. Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdepim-%{version}.tar.bz2
  10. Patch0: kdepim-4.1.80-libqgpgme-link-fix.patch
  11. # http://bugzilla.redhat.com/show_bug.cgi?id=496988
  12. Patch1: kdepim-4.3.1-kmail-saveAttachments.patch
  13. ## upstream
  14. # KDE.org patches
  15. # KDE.gr.jp patches
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  17. BuildRequires: akonadi-devel
  18. BuildRequires: bison flex
  19. BuildRequires: libboost-devel
  20. BuildRequires: cyrus-sasl-devel
  21. BuildRequires: desktop-file-utils
  22. BuildRequires: gnokii-devel
  23. BuildRequires: gpgme-devel
  24. BuildRequires: kdepimlibs-devel >= %{version}
  25. BuildRequires: kdelibs-experimental-devel
  26. BuildRequires: libassuan-devel
  27. BuildRequires: libical-devel
  28. BuildRequires: libXpm-devel libXScrnSaver-devel
  29. # TODO: libmapi from http://www.openchange.org/
  30. #BuildRequires: libmapi-devel
  31. BuildRequires: libxslt-devel
  32. # libmal currently not used, recheck with kdepim-4.3
  33. BuildRequires: pilot-link-devel >= 0.12.4
  34. BuildRequires: python-devel
  35. BuildRequires: soprano-devel
  36. BuildRequires: qca2-devel
  37. BuildRequires: zlib-devel
  38. Requires: %{name}-libs = %{version}-%{release}
  39. Obsoletes: kdepim4 < %{version}-%{release}
  40. Provides: kdepim4 = %{version}-%{release}
  41. Conflicts: kdepim3
  42. Conflicts: kdeutils3
  43. %description
  44. A PIM (Personal Information Manager) for KDE.
  45. What it is
  46. ----------
  47. * kmail: email client
  48. * knode: newsreader
  49. * knotes: sticky notes for the desktop
  50. * kontact: integrated PIM management
  51. * korganizer: journal, appointments, events, todos
  52. %{?_with_pilot_link:* kpilot: HotSync® software for Palm OS® devices}
  53. %package libs
  54. Summary: %{name} runtime libraries
  55. Group: System Environment/Libraries
  56. Requires: kdelibs4 >= %{version}
  57. %description libs
  58. %{summary}.
  59. %package devel
  60. Summary: Development files for kdepim
  61. Group: Development/Libraries
  62. Requires: %{name}-libs = %{version}-%{release}
  63. Requires: kdelibs4-devel
  64. Obsoletes: kdepim4-devel < %{version}-%{release}
  65. Provides: kdepim4-devel = %{version}-%{release}
  66. Conflicts: kdepim3-devel
  67. %description devel
  68. Development files for %{name}.
  69. Install %{name}-devel if you want to write or compile %{name} plugins.
  70. %prep
  71. %setup -q -n kdepim-%{version}
  72. %patch0 -p1 -b .libqgpgme-link-fix
  73. %patch1 -p0 -b .kmail-saveAttachments
  74. %build
  75. mkdir -p %{_target_platform}
  76. pushd %{_target_platform}
  77. unset QTDIR || : ; . /etc/profile.d/qt4.sh
  78. %cmake \
  79. -DCMAKE_BUILD_TYPE=release \
  80. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  81. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  82. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  83. -DLIB_INSTALL_DIR:PATH=%{_libdir} \
  84. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  85. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  86. ..
  87. popd
  88. make %{?_smp_mflags} -C %{_target_platform}
  89. %install
  90. rm -rf $RPM_BUILD_ROOT
  91. make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
  92. # make symlinks relative
  93. mkdir -p $RPM_BUILD_ROOT%{_docdir}/HTML/en/common
  94. pushd $RPM_BUILD_ROOT%{_docdir}/HTML/en
  95. for i in *; do
  96. if [ -d $i -a -L $i/common ]; then
  97. rm -f $i/common
  98. ln -nfs ../common $i
  99. fi
  100. done
  101. popd
  102. %check
  103. for f in $RPM_BUILD_ROOT%{_datadir}/applications/kde4/*.desktop ; do
  104. desktop-file-validate $f
  105. done
  106. %post
  107. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  108. touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
  109. %posttrans
  110. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  111. gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
  112. update-desktop-database -q &> /dev/null ||:
  113. %postun
  114. if [ $1 -eq 0 ] ; then
  115. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  116. touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
  117. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  118. gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
  119. update-desktop-database -q &> /dev/null ||:
  120. fi
  121. %post libs -p /sbin/ldconfig
  122. %postun libs -p /sbin/ldconfig
  123. %clean
  124. rm -rf $RPM_BUILD_ROOT
  125. %files
  126. %defattr(-,root,root)
  127. %{_bindir}/*
  128. #{_libdir}/libkpilot_*.so
  129. %{_libdir}/kde4/*.so
  130. %{_libdir}/strigi/*.so
  131. %{_libdir}/akonadi/*
  132. %{_datadir}/applications/kde4/*.desktop
  133. %{_datadir}/kde4/apps/akregator
  134. #{_datadir}/kde4/apps/akonadi/*
  135. %{_datadir}/kde4/apps/akonadiconsole/*
  136. %{_datadir}/kde4/apps/blogilo/*
  137. %{_datadir}/kde4/apps/kaddressbook
  138. %{_datadir}/kde4/apps/kalarm
  139. %{_datadir}/kde4/apps/kconf_update/*
  140. %{_datadir}/kde4/apps/kdepimwidgets
  141. %{_datadir}/kde4/apps/kjots
  142. %{_datadir}/kde4/apps/kleopatra
  143. %{_datadir}/kde4/apps/kmail
  144. %{_datadir}/kde4/apps/kmailcvt
  145. %{_datadir}/kde4/apps/knode
  146. %{_datadir}/kde4/apps/knotes
  147. %{_datadir}/kde4/apps/konsolekalendar
  148. %{_datadir}/kde4/apps/kontact
  149. %{_datadir}/kde4/apps/kontactsummary
  150. %{_datadir}/kde4/apps/korgac
  151. %{_datadir}/kde4/apps/korganizer
  152. #{_datadir}/kde4/apps/kpilot
  153. %{_datadir}/kde4/apps/ktimetracker
  154. %{_datadir}/kde4/apps/kwatchgnupg
  155. %{_datadir}/kde4/apps/libkdepim
  156. %{_datadir}/kde4/apps/libkleopatra
  157. %{_datadir}/dbus-1/interfaces/*.xml
  158. %{_datadir}/autostart/*
  159. #{_datadir}/akonadi/*
  160. %{_datadir}/config/*
  161. %{_datadir}/config.kcfg/*
  162. %{_datadir}/icons/hicolor/*/*/*
  163. %{_datadir}/icons/oxygen/*/*/*
  164. %{_datadir}/kde4/services/*
  165. %{_datadir}/kde4/servicetypes/*
  166. %doc %{_docdir}/HTML/en/*
  167. %{_mandir}/man1/*
  168. %files libs
  169. %defattr(-,root,root)
  170. %{_libdir}/lib*.so.*
  171. %{_libdir}/kde4/plugins/designer/*.so
  172. %files devel
  173. %defattr(-,root,root)
  174. #{_includedir}/kde4/*
  175. %{_libdir}/lib*.so
  176. #exclude %{_libdir}/libkpilot_*.so
  177. %changelog
  178. * Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.6-1
  179. - new upstream release
  180. - built with rpm-4.8.1
  181. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-2
  182. - rebuilt for VineSeed
  183. * Mon Jul 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
  184. - new upstream release
  185. - added Conflicts: kdepim3, kdeutils3
  186. * Fri May 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
  187. - new upstream release
  188. * Mon Apr 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
  189. - new upstream release
  190. * Sun Mar 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
  191. - new upstream release
  192. * Sat Mar 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
  193. - new upstream release
  194. - built with new toolchain
  195. * Sun Oct 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-1
  196. - new upstream release
  197. * Sun Sep 6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
  198. - new upstream release
  199. - dropped Patch100 (merged into upstream)
  200. - used %%cmake macro
  201. * Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
  202. - new upstream release
  203. * Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
  204. - applied new versioning policy, spec in UTF-8
  205. - added Japnaese summary
  206. * Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
  207. - rebuild for VineSeed
  208. * Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
  209. - new upstream release
  210. * Wed Jun 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
  211. - rebuild for VineSeed
  212. * Wed May 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
  213. - new upstream release
  214. - remove all patches
  215. * Mon Apr 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
  216. - new upstream release
  217. - add Patch0, 1 , 2 and 3
  218. * Mon Oct 23 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl3
  219. - added --with-qt-libraries and --enable-libsuffix option
  220. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
  221. - rebuild for VineSeed
  222. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
  223. - new upstream release
  224. * Mon Sep 4 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl3
  225. - rebuild with pilot-link-0.12.0-0vl1
  226. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
  227. - rebuild for VineSeed
  228. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
  229. - new upstream release
  230. * Wed May 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
  231. - rebuild for VineSeed
  232. * Wed May 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
  233. - new upstream release
  234. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
  235. - rebuild for VineSeed
  236. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
  237. - new upstream release
  238. * Tue Jan 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
  239. - rebuild for VineSeed
  240. * Tue Jan 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
  241. - new upstream release
  242. - delete BuildPrereq: libmal-devel and Requires: libmal
  243. * Thu Dec 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
  244. - rebuild for VineSeed
  245. * Mon Nov 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
  246. - new upstream release
  247. * Mon Nov 14 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
  248. - new upstream release
  249. * Mon Oct 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.92-0vl1
  250. - new upstream release
  251. - delete all patches
  252. - add Requires: kdeaccessibility >= %%{version}
  253. - add --enable-indexlib to configure option
  254. * Tue Sep 20 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.91-0vl1
  255. - new upstream release
  256. - remove Patch0
  257. - add Patch0 - Patch1
  258. * Tue Aug 2 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl2
  259. - rebuild for VineSeed
  260. * Tue Aug 2 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl1
  261. - new upstream release
  262. - remove Patch0
  263. - add BuildPrereq: gpgme-devel >= 0.4.5
  264. - add Patch0 (http://bugs.kde.org/show_bug.cgi?id=109003)
  265. * Mon Jul 4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl2
  266. - rebuild for VineSeed
  267. - add --disable-rpath to configure option
  268. * Mon Jun 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl1
  269. - new upstream release (delete old patch and add new security patch)
  270. - use %%{?_smp_mflags} for make option
  271. * Thu Mar 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl2
  272. - rebuild for VineSeed
  273. * Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl1
  274. - new upstream release
  275. - add patch0
  276. * Fri Mar 4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl0.rc1
  277. - new upstream release (3.4.0-rc1)
  278. * Tue Feb 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.92-0vl1
  279. - new upstream release
  280. * Wed Feb 2 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.91-0vl1
  281. - new upstream release
  282. * Sat Jan 1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
  283. - rebuild for VineSeed
  284. * Sat Jan 1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
  285. - new upstream release
  286. * Sun Oct 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
  287. - source upgrade
  288. - update %%files
  289. - all sub-packages are integrated into main package (exclude devel)
  290. * Tue Aug 10 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
  291. - rebuild with qt32
  292. * Tue Jun 15 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
  293. - source upgrade
  294. - remove lines about vine26
  295. * Sat May 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
  296. - source upgrade
  297. - update %%files
  298. * Sat Mar 20 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
  299. - source upgrade
  300. - update %%description
  301. - add Obsoletes: kdenetwork < 3.2.0
  302. * Sat Jan 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl2
  303. - rebuild for VineSeedPlus
  304. * Sun Jan 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl1
  305. - source upgrade
  306. - build for VinePlus/2.6
  307. - (VinePlus/2.6) BuildPrereq: autoconf258
  308. - remove Patch
  309. * Sun Dec 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl3
  310. - build for VineSeed with new toolchain and qt-3.2.3
  311. - add configure option --with-xinerama --enable-final
  312. * Sun Nov 2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl2
  313. - rebuild with qt-3.2.1-0.26vl3
  314. * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl2
  315. - rebuild with qt-3.2.1-0vl3
  316. * Sat Sep 20 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl1
  317. - build with gcc-3.2.3
  318. * Thu Sep 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl1
  319. - source upgrade
  320. - BuildPrereq: qt-devel >= 3.2.1 arts-devel >= 1:1.1.4
  321. * Sat Aug 2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0.26vl1
  322. - rebuild for Vine2.6
  323. * Mon Jul 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl1
  324. - source upgrade
  325. - change spec to build with gcc295
  326. - change make option for SMP and add script
  327. - add BuildPrereq: libmal-devel
  328. - add Requires: libmal for pilot
  329. * Sat May 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
  330. - source upgrade
  331. - remove Patch800 (included in this source)
  332. - built with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
  333. * Sat Apr 5 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
  334. - source upgrade
  335. - change spec to build both VineSeed and Vine2.5/2.6
  336. - revised description and files section
  337. - remove source900
  338. - add patch0 (http://bugs.kde.org/show_bug.cgi?id=55541)
  339. - add patch800 (Kdeveloper:02753)
  340. * Sat Oct 19 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl2
  341. - objprelink2 support only ix86 (add %%ifarch %%{ix86} ... )
  342. * Sun Oct 13 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl1
  343. - source upgrade
  344. * Wed Oct 9 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl2
  345. - rebuild with qt-3.0.5-0vl1
  346. - BuildPrereq: autoconf253 objprelink2
  347. * Wed Sep 18 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl1
  348. - source upgrade
  349. * Sun Jul 14 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-0vl1
  350. - source upgrade
  351. - add BuildPrereq: autoconf252 automake15
  352. * Thu Jul 4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.1-1vl1
  353. - merged with rawhide 3.0.1-1
  354. - change %%doc %%{_docdir}/HTML -> %%doc %%{_datadir}/doc/HTML
  355. - add Requires: for each package
  356. - There is Vine's previous changes, hacked for Vine
  357. -- Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
  358. - build for VineSeed
  359. - delete Epoch
  360. - objprelink (i386 only)
  361. * Tue Jun 25 2002 Than Ngo <than@redhat.com> 3.0.1-1
  362. - 3.0.1
  363. - fixed bug #67303
  364. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  365. - automated rebuild
  366. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  367. - automated rebuild
  368. * Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
  369. - Rename libraries
  370. * Wed Apr 10 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-2
  371. - Fix #61901
  372. * Fri Mar 29 2002 Than Ngo <than@redhat.com> 3.0.0-1
  373. - final
  374. * Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020122.1
  375. - Update
  376. - Fix build on ia64
  377. * Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010726.1
  378. - Update, fixes korganizer (#50006)
  379. * Sun May 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  380. - Update to get rid of abbrowser (moved to kdebase)
  381. * Thu Feb 22 2001 Than Ngo <than@redhat.com>
  382. - add missing ldconfig in %post anf %postun again
  383. - clean up specfile
  384. * Wed Feb 21 2001 Than Ngo <than@redhat.com>
  385. - 2.1-respin
  386. - fix dangling symlink
  387. - remove excludearch ia64, some hacks to build on ia64
  388. * Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  389. - 2.1
  390. * Mon Feb 5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  391. - Update
  392. * Tue Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  393. - Update
  394. * Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  395. - Update to CVS
  396. - Enable building kpilot
  397. - Obsolete kpilot
  398. - Don't exclude ia64, use -O0 on ia64
  399. - Disable building kpilot on ia64 (compiler breakage)
  400. * Mon Oct 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  401. - 2.0 final
  402. * Wed Oct 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  403. - 2.0
  404. * Sun Oct 1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  405. - new CVS
  406. - fix installation of fonts
  407. * Sat Sep 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  408. - new CVS snapshot
  409. - fix up spec file
  410. * Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  411. - get rid of the 3d-screensavers package - now that qt-GL is part of qt,
  412. there's no need to keep them separate to avoid the dependency.
  413. * Mon Aug 21 2000 Than Ngo <than@redhat.com>
  414. - fix gnome-session so that KDE2 can be started from gdm
  415. - pam/kde2 instead pam/kde to avoid problem with KDE1
  416. - don't requires qt-GL, It's now in qt
  417. * Sun Aug 20 2000 Than Ngo <than@redhat.com>
  418. - fix dependency problem with KDE1 so that KDE1 and KDE2 can be installed
  419. at the same time
  420. - add missing ldconfig in %post anf %postun
  421. - fix for reading config files in /etc/X11/xdm, add Xsession to requires
  422. * Tue Aug 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  423. - Fix keytable in konsole (Bug #15682)
  424. * Sun Aug 6 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  425. - rebuild, now that kdelibs2 works on alpha
  426. - use the same ugly hack to get kdebase to compile
  427. - remove ksysguard on alpha (even more compiler problems)
  428. * Fri Aug 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  429. - new snapshot (fixed libGL detection in CVS)
  430. * Wed Aug 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  431. - move to /usr/lib/kde2
  432. - new snapshot
  433. * Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
  434. - fix the --xdmdir arg to be correct (oops)
  435. * Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
  436. - move kdm config files from /usr/config to /etc/X11 by forcing xdmdir
  437. * Fri Jul 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  438. - new snapshot
  439. - some fixes to spec file
  440. * Tue Jul 18 2000 Than Ngo <than@redhat.de>
  441. - rebuilt against glibc-2.1.92-14, gcc-2.96-40
  442. * Sun Jul 16 2000 Than Ngo <than@redhat.de>
  443. - use new snapshot
  444. - disable Motif
  445. * Tue Jul 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  446. - use gcc 2.96
  447. - new snapshot
  448. * Sun Jul 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  449. - Epoch 3
  450. - Update to current
  451. - Use egcs++
  452. * Fri Jun 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  453. - Update (I put the fixes directly to CVS rather than collecting them
  454. in the spec)
  455. * Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  456. - remove man2html; we get that from man
  457. - new snapshot
  458. * Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  459. - new snapshot
  460. - ExcludeArch ia64 for now
  461. - remove gnome .desktop file, we get it from gnome-core now.
  462. * Wed Apr 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  463. - remove dependency on xpm (now in XFree86)
  464. * Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  465. - new snapshot
  466. - move it to /usr, where it belongs
  467. * Sat Dec 25 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  468. - Build the OpenGL screensavers, and move them to a separate package
  469. - Improve the spec file (BuildPrereqs etc.)
  470. * Thu Dec 16 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  471. - remove patch #3 (obsoleted by kwin)
  472. * Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
  473. - 2.0 CVS snapshot
  474. - fix compilation
  475. * Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
  476. - clean up files in /tmp from startkde
  477. - mark doc files as such
  478. * Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
  479. - start autorun if present in startkde
  480. - check for configured soundcard before running sound services
  481. * Mon Sep 20 1999 Preston Brown <pbrown@redhat.com>
  482. - made kdelnks display Name property if they are of type Link
  483. * Thu Sep 16 1999 Preston Brown <pbrown@redhat.com>
  484. - moved png handling here (from kdelibs)
  485. - changed low color icon directory name to locolor
  486. * Tue Sep 14 1999 Preston Brown <pbrown@redhat.com>
  487. - added optional session management to logout dialog
  488. - include GNOME menus
  489. * Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
  490. - added link to /etc/X11/applnk, .directory file
  491. - included lowcolor icon sub-package
  492. - enable .desktop file access
  493. * Fri Sep 10 1999 Preston Brown <pbrown@redhat.com>
  494. - customized startkde script to set up user environment if not present.
  495. - mention kthememgr in description.
  496. * Wed Sep 08 1999 Preston Brown <pbrown@redhat.com>
  497. - upgraded to 1.1.2 release
  498. - kvt is back
  499. - kde icon included
  500. - linux console fonts included
  501. * Thu Jul 15 1999 Preston Brown <pbrown@redhat.com>
  502. - PAM console logout problem solved.
  503. * Mon Jul 12 1999 Preston Brown <pbrown@redhat.com>
  504. - now includes screensaver password security fix
  505. * Fri Jun 11 1999 Preston Brown <pbrown@redhat.com>
  506. - snapshot, includes kde 1.1.1 + fixes
  507. - kvt removed for security reasons. It is a steaming pile of...
  508. * Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
  509. - last snapshot before release
  510. * Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
  511. - today's snapshot makes kfm a bit nicer and some other fixes
  512. - moved default rc files to kdesupport
  513. * Thu Apr 15 1999 Preston Brown <pbrown@redhat.com>
  514. - SUID bit removed from konsole_grantpty -- not needed w/glibc 2.1
  515. * Wed Apr 14 1999 Preston Brown <pbrown@redhat.com>
  516. - built with today's snapshot -- had to rebuild to fix pam problems.
  517. * Tue Apr 13 1999 Preston Brown <pbrown@redhat.com>
  518. - new snapshot fixes mimetype video/x-flic problem
  519. * Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
  520. - latest stable snapshot
  521. * Fri Apr 09 1999 Preston Brown <pbrown@redhat.com>
  522. - removed bell.xpm (used to be in fvwm2-icons, don't want installer to see
  523. - this previous connection and autoselect kdebase for upgrade).
  524. * Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
  525. - moved gdm patch
  526. * Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
  527. - added gdm session control file
  528. * Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
  529. - added pam-console stuff to kde pam file
  530. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  531. - Injected new description and group.
  532. * Mon Feb 07 1999 Preston Brown <pbrown@redhat.com>
  533. - upgraded to KDE 1.1 final.
  534. * Tue Jan 19 1999 Preston Brown <pbrown@redhat.com>
  535. - updated macros for RPM 3.0, removed red hat logo.
  536. * Tue Jan 05 1999 Preston Brown <pbrown@redhat.com>
  537. - re-merged from Duncan Haldane's stuff