kdenetwork-vl.spec 20 KB

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