kdepim-vl.spec 23 KB

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