etherape-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. # Note that this is NOT a relocatable package
  2. %define ver 0.9.7
  3. %define RELEASE 2%{?_dist_release}
  4. %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
  5. Summary: Graphical network viewer modeled after etherman.
  6. Summary(ja): グラフィカルネットワークビューア
  7. Name: etherape
  8. Version: %ver
  9. Release: %rel
  10. License: GPL
  11. Group: Applications/Internet
  12. Source: http://download.sourceforge.net/etherape/etherape-%{ver}.tar.gz
  13. # Source1: ee-stdimg-new.xpm
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. URL: http://etherape.sourceforge.net/
  16. Requires: libgnomeui
  17. Requires: libglade2
  18. BuildPreReq: libgnomeui-devel, ORBit2-devel, libglade2-devel
  19. #BuildPreReq: libpcap
  20. BuildRequires: libpcap-devel
  21. Prereq: scrollkeeper
  22. %description
  23. Etherape is a graphical network monitor for Unix modeled after
  24. etherman. Featuring ether, ip and tcp modes, it displays network
  25. activity graphically. Hosts and links change in size with traffic.
  26. Color coded protocols display. It supports ethernet, ppp and slip
  27. devices. It can filter traffic to be shown, and can read traffic
  28. from a file as well as live from the network.
  29. %description -l ja
  30. Etherape は Unix 向けグラフィカルネットワークモニタで,
  31. etherman を参考に作られました.ether, ip, tcp モードをサポートし,
  32. グラフィカルにネットワークの状況を標示します.
  33. ethernet, ppp, slip をサポートします.どのトラフィックを表示するか
  34. フィルタしたり,ファイルからトラフィックを読んだりする事も可能です.
  35. %prep
  36. %setup -q
  37. # insert new rh logo image
  38. #cp %{SOURCE1} stdimg.xpm
  39. %build
  40. %configure --enable-static-pcap
  41. make
  42. %install
  43. rm -rf $RPM_BUILD_ROOT
  44. %makeinstall
  45. rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
  46. %find_lang %{name}
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %post
  50. scrollkeeper-update > /dev/null 2>&1 || :
  51. exit 0
  52. %postun
  53. scrollkeeper-update > /dev/null 2>&1 || :
  54. exit 0
  55. %files -f %{name}.lang
  56. %defattr(-, root, root)
  57. %doc AUTHORS COPYING ChangeLog NEWS README FAQ README.help README.bugs README.thanks
  58. %config %{_sysconfdir}/etherape/*
  59. %{_bindir}/*
  60. %{_datadir}/applications/*
  61. %{_datadir}/etherape/*
  62. %{_datadir}/omf/*
  63. %{_datadir}/pixmaps/*
  64. %{_mandir}/man1/*
  65. %changelog
  66. * Thu Jul 30 2009 Shu KONNO <owa@bg.wakwak.com> 0.9.7-2
  67. - dropt BPR: libpcap
  68. - added BR: libpcap-devel
  69. * Mon Sep 22 2008 Shu KONNO <owa@bg.wakwak.com> 0.9.7-1vl5
  70. - applied new versioning policy, spec in utf-8
  71. * Mon Jul 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.7-0vl1
  72. - updated to 0.9.7
  73. - rebuilt with libpcap-0.9.6
  74. * Fri Jul 7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.6-0vl1
  75. - updated to 0.9.6
  76. - changed to Applications/Internet
  77. - added %post and %postun section
  78. - added Prereq: scrollkeeper
  79. * Sat Jun 5 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.0-0vl1
  80. - updated to 0.9.0
  81. - rebuild with new toolchains
  82. - rebuild with gnome2
  83. * Fri May 18 2001 <sagami@vinelinux.org>
  84. - added BuildPreReq: libpcap :-)
  85. * Tue May 15 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  86. - 0.7.3-1vl1
  87. - built for Vine Linux
  88. * Mon Apr 3 2000 Juan Toledo <toledo@sourceforge.net>
  89. - Initial spec file copied from electric eyes