etherape-vl.spec 3.5 KB

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