source: projects/specs/branches/6/e/etherape/etherape-vl.spec @ 2170

Revision 2170, 3.4 KB checked in by Takemikaduchi, 13 years ago (diff)

bluez,obexd:new upstream release, others:fix issue that package could not be installed

Line 
1# Note that this is NOT a relocatable package
2%define ver     0.9.9
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.help README.bugs README.thanks
81%config %{_sysconfdir}/etherape/*
82%{_bindir}/*
83%{_datadir}/applications/*
84%{_datadir}/etherape/*
85%{_datadir}/pixmaps/*
86%{_mandir}/man1/*
87
88%changelog
89* Wed Nov 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.9-1
90- new upstream release
91- add BuildRequires: libSM-devel, gnome-doc-utils
92- fix %%install (add find_lang option --with-gnome)
93- fix %%files
94
95* Thu Jul 30 2009 Shu KONNO <owa@bg.wakwak.com> 0.9.7-2
96- dropt BPR: libpcap
97- added BR: libpcap-devel
98
99* Mon Sep 22 2008 Shu KONNO <owa@bg.wakwak.com> 0.9.7-1vl5
100- applied new versioning policy, spec in utf-8
101
102* Mon Jul 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.7-0vl1
103- updated to 0.9.7
104- rebuilt with libpcap-0.9.6
105
106* Fri Jul  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.6-0vl1
107- updated to 0.9.6
108- changed to Applications/Internet
109- added %post and %postun section
110- added Prereq: scrollkeeper
111
112* Sat Jun  5 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.0-0vl1
113- updated to 0.9.0
114- rebuild with new toolchains
115- rebuild with gnome2
116 
117* Fri May 18 2001 <sagami@vinelinux.org>
118- added BuildPreReq: libpcap :-)
119
120* Tue May 15 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
121- 0.7.3-1vl1
122- built for Vine Linux
123
124* Mon Apr 3 2000 Juan Toledo <toledo@sourceforge.net>
125- Initial spec file copied from electric eyes
Note: See TracBrowser for help on using the repository browser.