kdenetwork-vl.spec 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. Name: kdenetwork
  2. Summary: KDE Network Applications
  3. Summary(ja): KDE ネットワークアプリケーション集
  4. Version: 4.6.1
  5. Release: 1%{?_dist_release}
  6. Group: Applications/Internet
  7. License: GPLv2
  8. URL: http://www.kde.org/
  9. Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdenetwork-%{version}.tar.bz2
  10. Source1: krdc-icons.tar.bz2
  11. Source2: kppp.console
  12. Source3: kppp.pamd
  13. ## upstream me! -- Rex :)
  14. Patch1: kdenetwork-4.2.98-kdrc-icon.patch
  15. # rhbz#540433 - KPPP is unable to add DNS entries to /etc/resolv.conf
  16. Patch2: kdenetwork-4.3.3-resolv-conf-path.patch
  17. ## security patches
  18. # Vine patches
  19. # Don't build with xmms-devel
  20. Patch1000: kdenetwork-4.6.0-noxmms.patch
  21. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  22. BuildRequires: alsa-lib-devel
  23. BuildRequires: expat-devel
  24. BuildRequires: giflib-devel
  25. BuildRequires: glib2-devel
  26. BuildRequires: gmp-devel
  27. BuildRequires: gpgme-devel
  28. BuildRequires: kdebase-devel >= %{version}
  29. BuildRequires: kdebase-workspace-devel >= %{version}
  30. BuildRequires: kdelibs4-devel >= %{version}
  31. BuildRequires: kdepimlibs-devel >= %{version}
  32. BuildRequires: libboost-devel
  33. BuildRequires: libgadu-devel >= 1.8.0
  34. BuildRequires: libidn-devel
  35. BuildRequires: libjpeg-devel
  36. BuildRequires: libktorrent-devel
  37. BuildRequires: libmsn-devel >= 4.1
  38. BuildRequires: libotr-devel
  39. BuildRequires: libv4l-devel
  40. BuildRequires: libvncserver-devel
  41. BuildRequires: libxml2-devel
  42. BuildRequires: libXpm-devel
  43. BuildRequires: libXScrnSaver-devel
  44. BuildRequires: libxslt-devel
  45. BuildRequires: libXtst-devel
  46. BuildRequires: meanwhile-devel
  47. BuildRequires: ortp-devel
  48. BuildRequires: qca2-devel
  49. BuildRequires: plasma-devel >= %{version}
  50. BuildRequires: qimageblitz-devel
  51. BuildRequires: soprano-devel >= 2.0.97
  52. BuildRequires: speex-devel
  53. BuildRequires: sqlite3-devel
  54. BuildRequires: strigi-devel
  55. Requires: kdebase-runtime >= 4.6
  56. Requires: %{name}-libs = %{version}-%{release}
  57. # kopete/yahoo
  58. Requires: jasper
  59. # kopete/jabber
  60. Requires: qca-ossl
  61. ## krdc
  62. Requires: rdesktop
  63. # consolehelper
  64. Requires: usermode-gtk
  65. Obsoletes: kdenetwork4 < %{version}-%{release}
  66. Provides: kdenetwork4 = %{version}-%{release}
  67. Obsoletes: kopete <= 0.8.0
  68. Provides: kopete
  69. Conflicts: kdenetwork3
  70. %description
  71. Networking applications, including:
  72. * kget: downloader manager
  73. * kopete: chat client
  74. * krdc: a client for Desktop Sharing and other VNC servers
  75. * krfb: Desktop Sharing server, allow others to access your desktop via VNC
  76. %package libs
  77. Summary: Runtime libraries for %{name}
  78. Group: System Environment/Libraries
  79. %description libs
  80. %{summary}.
  81. %package devel
  82. Summary: Development files for kdenetwork
  83. Group: Development/Libraries
  84. Requires: %{name}-libs = %{version}-%{release}
  85. Requires: kdelibs4-devel
  86. %description devel
  87. Development files for kdenetwork. Install kdenetwork-devel if you wish
  88. to develop or compile KDE networking applications.
  89. %package -n kppp
  90. Summary: Modem dialer and ppp frontend for KDE
  91. Summary(ja): KDE 用 ダイアルアップアプリケーション
  92. Group: Applications/Internet
  93. Requires: %{name}-libs = %{version}-%{release}
  94. Requires: ppp
  95. Obsoletes: kppp4 < %{version}-%{release}
  96. Provides: kppp4 = %{version}-%{release}
  97. %description -n kppp
  98. KPPP is a dialer and front end for pppd. It allows for interactive
  99. script generation and network setup. It will automate the dialing in
  100. process to your ISP while letting you conveniently monitor the
  101. entire process.
  102. Once connected KPPP will provide a rich set of statistics and keep
  103. track of the time spent online for you.
  104. %prep
  105. %setup -q -n kdenetwork-%{version} -a 1
  106. %patch1 -p1 -b .icon
  107. %patch2 -p1 -b .resolv-conf-path
  108. # Vine patches
  109. %patch1000 -p1 -b .noxmms
  110. %build
  111. mkdir -p %{_target_platform}
  112. pushd %{_target_platform}
  113. unset QTDIR || : ; . /etc/profile.d/qt4.sh
  114. %cmake \
  115. -DCMAKE_BUILD_TYPE=release \
  116. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  117. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  118. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  119. -DLIB_INSTALL_DIR:PATH=%{_libdir} \
  120. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  121. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  122. -DMOZPLUGIN_INSTALL_DIR=%{_libdir}/mozilla/plugins \
  123. -DLIBGADU_INCLUDE_DIR=%{_includedir} \
  124. -DLIBGADU_LIBRARIES=%{_libdir}/libgadu.so \
  125. ..
  126. popd
  127. make -C %{_target_platform}/doc
  128. make %{?_smp_mflags} -C %{_target_platform}
  129. %install
  130. rm -rf $RPM_BUILD_ROOT
  131. make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
  132. # Run kppp through consolehelper
  133. mkdir -p $RPM_BUILD_ROOT%{_sbindir} \
  134. $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps \
  135. $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
  136. chmod 0755 $RPM_BUILD_ROOT%{_bindir}/kppp
  137. mv $RPM_BUILD_ROOT%{_bindir}/kppp $RPM_BUILD_ROOT%{_sbindir}
  138. ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/kppp
  139. install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/kppp
  140. install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/kppp
  141. # move devel symlinks
  142. mkdir -p $RPM_BUILD_ROOT%{_libdir}/kde4/devel
  143. pushd $RPM_BUILD_ROOT%{_libdir}
  144. for i in lib*.so
  145. do
  146. case "$i" in
  147. # conflicts with kdenetwork3
  148. libkopete.so | libkopete_oscar.so | libkopete_videodevice.so)
  149. linktarget=`readlink "$i"`
  150. rm -f "$i"
  151. ln -sf "../../$linktarget" "kde4/devel/$i"
  152. ;;
  153. esac
  154. done
  155. popd
  156. %clean
  157. rm -rf $RPM_BUILD_ROOT
  158. %post
  159. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  160. touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
  161. %posttrans
  162. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  163. gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
  164. update-desktop-database -q &> /dev/null ||:
  165. %postun
  166. if [ $1 -eq 0 ] ; then
  167. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  168. touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
  169. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  170. gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
  171. update-desktop-database -q &> /dev/null ||:
  172. fi
  173. %post libs -p /sbin/ldconfig
  174. %postun libs -p /sbin/ldconfig
  175. %files
  176. %defattr(-,root,root)
  177. %{_bindir}/*
  178. %exclude %{_bindir}/kppp*
  179. %{_datadir}/kde4/apps/dolphinpart/kpartplugins/kget_plug_in.desktop
  180. %{_datadir}/kde4/apps/dolphinpart/kpartplugins/kget_plug_in.rc
  181. %{_datadir}/kde4/apps/kconf_update/*
  182. %{_datadir}/kde4/apps/kget
  183. %{_datadir}/kde4/apps/khtml/kpartplugins/kget_plug_in.desktop
  184. %{_datadir}/kde4/apps/khtml/kpartplugins/kget_plug_in.rc
  185. %{_datadir}/kde4/apps/kopete*
  186. %{_datadir}/kde4/apps/krfb
  187. %{_datadir}/kde4/apps/krdc
  188. %{_datadir}/kde4/apps/kwebkitpart/kpartplugins/kget_plug_in.desktop
  189. %{_datadir}/kde4/apps/kwebkitpart/kpartplugins/kget_plug_in.rc
  190. %{_datadir}/kde4/apps/remoteview
  191. #{_datadir}/kde4/apps/desktoptheme/default/widgets/kget.svg
  192. %{_datadir}/config/kopeterc
  193. %{_datadir}/applications/kde4/*
  194. %exclude %{_datadir}/applications/kde4/*ppp*.desktop
  195. %{_datadir}/config.kcfg/*
  196. %{_datadir}/dbus-1/interfaces/*
  197. %{_datadir}/dbus-1/services/*
  198. %{_datadir}/kde4/services/*
  199. %{_datadir}/kde4/servicetypes/*
  200. %{_datadir}/sounds/*
  201. %doc %{_docdir}/HTML/en/*
  202. %exclude %{_datadir}/doc/HTML/en/kppp
  203. %{_datadir}/icons/hicolor/*/*/*
  204. %exclude %{_datadir}/icons/hicolor/*/apps/kppp*
  205. %{_datadir}/icons/oxygen/*/*/*
  206. %{_libdir}/kde4/*.so
  207. %{_libdir}/mozilla/plugins/skypebuttons.so
  208. %files libs
  209. %defattr(-,root,root,-)
  210. %{_libdir}/libqgroupwise.so
  211. %{_libdir}/lib*.so.*
  212. %files devel
  213. %defattr(-,root,root)
  214. %{_includedir}/kde4/kopete
  215. %{_includedir}/kde4/krdc
  216. %{_libdir}/lib*.so
  217. %{_libdir}/kde4/devel/lib*.so
  218. %exclude %{_libdir}/libqgroupwise.so
  219. %files -n kppp
  220. %defattr(-,root,root)
  221. %doc %{_datadir}/doc/HTML/en/kppp
  222. %config /etc/security/console.apps/kppp
  223. %config /etc/pam.d/kppp
  224. %{_bindir}/kppp*
  225. %{_sbindir}/kppp
  226. %{_datadir}/applications/kde4/*ppp*
  227. %{_datadir}/kde4/apps/kppp
  228. %{_datadir}/icons/hicolor/*/apps/kppp*
  229. %changelog
  230. * Sun Mar 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
  231. - new upstream release
  232. * Thu Mar 3 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-2
  233. - added BR: libXpm-devel, libXScrnSaver-devel
  234. * Sun Feb 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
  235. - new upstream release
  236. - added Patch1000, build without xmms-devel
  237. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
  238. - new upstream release
  239. * Sun Jul 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
  240. - new upstream release
  241. - added Conflicts: kdenetwork3
  242. * Tue Jun 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-3
  243. - added BR: libXtst-devel
  244. * Mon May 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-2
  245. - security fixes: CVE-2010-1000, CVE-2010-1511 (#591966)
  246. * Fri May 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
  247. - new upstream release
  248. * Wed Apr 28 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-2
  249. - rebuilt with libmsn-4.1
  250. * Wed Apr 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
  251. - new upstream release
  252. * Sun Mar 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
  253. - new upstream release
  254. * Sat Mar 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
  255. - new upstream release
  256. - built with new toolchain
  257. * Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
  258. - new upstream release
  259. * Sun Oct 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-1
  260. - new upstream release
  261. * Sat Sep 5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
  262. - new upstream release
  263. * Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
  264. - applied new versioning policy, spec in UTF-8
  265. - added Patch0
  266. * Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
  267. - rebuild for VineSeed
  268. * Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
  269. - new upstream release
  270. * Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
  271. - rebuild for VineSeed
  272. * Sat May 26 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
  273. - new upstream release
  274. - add BuildPrereq: speex-devel
  275. * Tue Jan 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
  276. - new upstream release
  277. - remove BuildPrereq: xmms-devel and Requires: xmms
  278. * Fri Nov 17 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl3
  279. - added --with-qt-libraries and --enable-libsuffix option
  280. - updated kppp.pamd
  281. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
  282. - rebuild for VineSeed
  283. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
  284. - new upstream release
  285. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
  286. - rebuild for VineSeed
  287. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
  288. - new upstream release
  289. * Wed May 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
  290. - rebuild for VineSeed
  291. * Wed May 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
  292. - new upstream release
  293. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
  294. - rebuild for VineSeed
  295. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
  296. - new upstream release
  297. * Mon Mar 20 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl3
  298. - rebuild with wireless-tools-28-0vl0.pre15.1
  299. * Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
  300. - rebuild for VineSeed
  301. * Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
  302. - new upstream release
  303. * Thu Dec 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
  304. - rebuild for VineSeed
  305. * Thu Nov 24 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
  306. - new upstream release
  307. * Mon Nov 14 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
  308. - new upstream release
  309. * Mon Oct 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.92-0vl1
  310. - new upstream release
  311. - delete all patches
  312. * Tue Sep 20 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.91-0vl1
  313. - new upstream release
  314. - add Patch0 - Patch1
  315. * Mon Jul 25 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl2
  316. - rebuild for VineSeed
  317. * Mon Jul 25 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl1
  318. - new upstream release
  319. - remove Patch0
  320. * Thu Jul 21 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl4
  321. - rebuild for VineSeed
  322. * Thu Jul 21 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl3
  323. - add Patch0 (CAN-2005-1852)
  324. * Mon Jul 4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl2
  325. - build for VineSeed
  326. - add --disable-rpath to configure option
  327. * Mon Jun 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl1
  328. - new upstream release
  329. - use %%{?_smp_mflags} for make option
  330. * Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl2
  331. - rebuild for VineSeed
  332. * Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl1
  333. - new upstream release
  334. - update %%files
  335. * Thu Jan 27 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.91-0vl1
  336. - new upstream release
  337. - add BuildPrereq: xmms-devel and Requires: xmms
  338. * Wed Dec 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
  339. - rebuild for VineSeed
  340. * Wed Dec 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
  341. - source upgrade
  342. - build for Vine Linux 3.1
  343. * Sun Oct 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
  344. - source upgrade
  345. - update %%files
  346. * Tue Aug 10 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
  347. - rebuild with qt32
  348. * Sun Jun 6 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
  349. - source upgrade
  350. - remove lines about vine26
  351. * Thu May 20 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl2
  352. - move %%{_libdir}/*.so to kdenetwork package
  353. * Sat May 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
  354. - source upgrade
  355. - add URL: http://www.kde.org
  356. * Sat Mar 27 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
  357. - rebuild with openssl-0.9.7d
  358. * Tue Mar 9 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
  359. - source upgrade
  360. - add Obsoletes: kopete <= 0.8.0 and Provides: kopete
  361. - add BuildPrereq: wireless-tools-devel
  362. - add Requires: wireless-toolss-tools-devel
  363. - add Requires: wireless-tools
  364. * Sat Jan 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl2
  365. - rebuild for VineSeedPlus
  366. * Sun Jan 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl1
  367. - source upgrade
  368. - build for VinePlus/2.6
  369. - (VinePlus/2.6) BuildPrereq: autoconf258
  370. * Sun Dec 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl3
  371. - build for VineSeed with new toolchain and qt-3.2.3
  372. * Sun Nov 2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl2
  373. - rebuild with qt-3.2.1-0.26vl3
  374. * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl2
  375. - rebuild with qt-3.2.1-0vl3
  376. * Sat Sep 20 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl1
  377. - build with gcc-3.2.3
  378. * Mon Sep 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl1
  379. - source upgrade
  380. - BuildPrereq: qt-devel >= 3.2.1 arts-devel >= 1:1.1.4
  381. * Sat Aug 2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0.26vl1
  382. - rebuild for Vine2.6
  383. * Mon Jul 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl1
  384. - source upgrade
  385. - change spec to build with gcc295
  386. - change make option for SMP and add script
  387. * Tue Jun 24 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl2
  388. - change spec to build with g++-2.95.3
  389. * Sat May 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
  390. - source upgrade
  391. - remove Patch800 (included in this source)
  392. - add BuildPrereq: zlib-devel libjpeg-devel libpng-devel
  393. - built with libpng >= 1.2.5 when %{vine26} is set to 0 (ie VineSeedPlus)
  394. * Fri Apr 4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
  395. - source upgrade
  396. - add patch800
  397. * Sat Mar 1 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl1
  398. - source upgrade
  399. - add BuildPrereq: arts >= 1:1.1
  400. - remove Patch0
  401. - disable all patches
  402. - change spec to make monolithic package only
  403. - Obsoletes: kdenetwork-libs
  404. * Sun Nov 17 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl3
  405. - add Patch0 (security patch)
  406. - add export PATH=`pwd`:$PATH to %build and %install section
  407. * Sat Oct 19 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl2
  408. - objprelink2 support only ix86 (add %ifarch %{ix86} ... )
  409. * Sun Oct 13 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl1
  410. - source upgrade
  411. - BuildPrereq: autoconf253 objprelink2
  412. * Mon Aug 26 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp 3.0.3-0vl1
  413. - source upgrade
  414. * Tue Jul 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-0vl2
  415. - add Patch801 from kde.gr.jp [Kdeveloper:02384]
  416. * Sun Jul 14 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-0vl1
  417. - source upgrade
  418. * Wed May 1 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl2
  419. - source update to 3.0
  420. - add configure option `--with-xinerama --enable-final'
  421. - add Requires
  422. - remove knewsticker
  423. - add Patch800 (from kde.gr.jp) and Patch900
  424. * Sun Mar 31 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl1
  425. - merged with rawhide 3.0.0-0.cvs20020306.1
  426. - source update to cvs-20020329
  427. - add BuildPrereq: autoconf252 automake15
  428. - add %define monolithic 1
  429. - There is Vine's previous changes, hacked for Vine
  430. -- Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-0vl1
  431. - update to 2.2.2
  432. - update Japanese patches (Patch1 to 5)
  433. -- Wed Nov 28 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl1
  434. - build for Vine Seed
  435. - add Japanese patches (Patch2 to 6)
  436. * Wed Mar 6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020306.1
  437. - Rename subpackages
  438. * Thu Jan 31 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020129.2
  439. - Rebuild with new kdelibs
  440. * Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020129.1
  441. - Update
  442. * Tue Jan 8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020108.1
  443. - Update
  444. - Integrate ktalk stuff with xinetd
  445. * Tue Dec 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20011218.1
  446. - Update
  447. - Split into subpackages
  448. * Sun Jul 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010722.1
  449. - Update
  450. - Add build dependencies
  451. - Work around ia64 breakages
  452. * Sun May 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010513.1
  453. - Update to CVS
  454. - clean up specfile
  455. - Use %%post -p and %%postun -p
  456. * Wed Feb 21 2001 Than Ngo <than@redhat.com>
  457. - 2.1-respin
  458. * Mon Feb 19 2001 Than Ngo <than@redhat.com>
  459. - update 2.1
  460. - fix dangling symlinks
  461. * Fri Feb 2 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  462. - Limit CPU usage to 2 CPUs to make asok happy
  463. * Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  464. - Update
  465. - Don't require perl, not everyone using ksirc is also using
  466. ksirc perl scripting...
  467. * Mon Jan 8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  468. - Update (needed because of kdelibs change)
  469. - Obsolete kdenetwork2 (from 7.0 preview)
  470. * Mon Jan 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  471. - Update
  472. * Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  473. - Add missing PAM file, fix group
  474. * Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  475. - update to HEAD
  476. * Fri Nov 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  477. - Update CVS (fix kmail segfault with empty identity)
  478. * Tue Oct 31 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  479. - Fix up consolehelper config
  480. * Mon Oct 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  481. - Update to current KDE_2_0_BRANCH (this should fix up knode)
  482. - Run kppp through consolehelper (Bug #20021)
  483. - Split of kppp and kppplog to a separate package, kdenetwork-ppp
  484. (RFE #20022)
  485. * Mon Oct 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  486. - 2.0 final
  487. * Wed Oct 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  488. - 2.0
  489. * Thu Aug 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  490. - 1.93
  491. * Mon Aug 7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  492. - new version
  493. * Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  494. - new snapshot
  495. - disable keystone for now (compiler problem)
  496. * Fri Jul 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  497. - new snapshot
  498. - some fixes to spec file
  499. * Tue Jul 18 2000 Than Ngo <than@redhat.de>
  500. - rebuilt with glibc-2.1.92-14 and gcc-2.96-40
  501. * Thu Jul 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  502. - Obsolete ktalk (powertools 6.x)
  503. - SMPify
  504. * Tue Jul 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  505. - use gcc 2.96
  506. - new snapshot
  507. * Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  508. - Epoch
  509. * Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  510. - new snapshot
  511. - ExcludeArch ia64 for now
  512. * Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  513. - new snapshot
  514. - move it to /usr, where it belongs
  515. * Mon Oct 25 1999 Bernhard Rosenkraenzer <bero@redhat.de>
  516. - initial RPM