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

Revision 8845, 3.5 KB checked in by kudoh, 10 years ago (diff)

rebuilt and new upstream release

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