source: projects/specs/trunk/e/etherape/etherape-vl.spec @ 521

Revision 521, 3.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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