]> git.pld-linux.org Git - packages/etherape.git/blame_incremental - etherape.spec
- BR: gnome-common (for autoconf macros)
[packages/etherape.git] / etherape.spec
... / ...
CommitLineData
1Summary: Graphical network viewer modeled after etherman
2Summary(pl.UTF-8): Graficzny monitor sieci
3Summary(pt_BR.UTF-8): Visualizador gráfico de redes modelado como o etherman
4Name: etherape
5Version: 0.9.7
6Release: 7
7License: GPL
8Group: Applications/Networking
9Source0: http://dl.sourceforge.net/etherape/%{name}-%{version}.tar.gz
10# Source0-md5: 7b5783090d92abe79634da4b582c6b48
11Patch1: %{name}-desktop.patch
12Patch2: %{name}-resolv.patch
13Patch3: %{name}-Makefile.patch
14URL: http://etherape.sourceforge.net/
15BuildRequires: autoconf >= 2.57
16BuildRequires: automake
17BuildRequires: gettext-devel
18BuildRequires: gnome-common
19BuildRequires: gtk+2-devel
20BuildRequires: libglade2
21BuildRequires: libgnomeui-devel >= 2.0
22BuildRequires: libpcap-devel
23BuildRequires: libtool
24BuildRequires: pkgconfig
25BuildRequires: scrollkeeper
26Requires(post,postun): desktop-file-utils
27Requires(post,postun): scrollkeeper
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31Etherape is a graphical network monitor for Unix modeled after
32etherman. Featuring ether, ip and tcp modes, it displays network
33activity graphically. Hosts and links change in size with traffic.
34Color coded protocols display. It supports ethernet, ppp and slip
35devices. It can filter traffic to be shown, and can read traffic from
36a file as well as live from the network.
37
38%description -l pl.UTF-8
39Etherape to graficzny monitor sieci dla uniksów. Ma tryby ether, ip
40oraz tcp, wyświetla aktywność sieci graficznie. Hosty i połączenia
41zmieniają rozmiar wraz z ruchem. Protokóły obrazowane za pomocą
42kolorów. Obsługa urządzeń ethernet, ppp i slip. Może filtrować ruch
43jaki pokazuje, czytać z pliku lub bezpośrednio z sieci.
44
45%description -l pt_BR.UTF-8
46O etherape é um monitor gráfico de redes modelado como o etherman.
47Contém modos ether, ip e tcp, mostrando de forma gráfica a atividade
48da rede: Máquinas e conexões mudam em tamanho como o tráfego e os
49protocolos são codificados por cores. O Etherape suporta dispositivos
50ethernet, ppp e slip.
51
52%prep
53%setup -q
54%patch1 -p1
55%patch2 -p1
56%patch3 -p1
57
58%build
59%{__gettextize}
60%{__libtoolize}
61%{__aclocal}
62%{__autoconf}
63%{__autoheader}
64%{__automake}
65%configure
66
67%{__make}
68
69%install
70rm -rf $RPM_BUILD_ROOT
71
72%{__make} install \
73 DESTDIR=$RPM_BUILD_ROOT \
74 pixmapsdir=%{_pixmapsdir} \
75 Developmentdir=%{_desktopdir}
76
77%find_lang %{name} --with-gnome
78
79%clean
80rm -rf $RPM_BUILD_ROOT
81
82%post
83%scrollkeeper_update_post
84%update_desktop_database_post
85
86%postun
87%scrollkeeper_update_postun
88%update_desktop_database_postun
89
90%files -f %{name}.lang
91%defattr(644,root,root,755)
92%doc AUTHORS ChangeLog FAQ NEWS README* TODO
93%attr(755,root,root) %{_bindir}/etherape
94%{_datadir}/etherape
95%{_mandir}/man1/etherape.1*
96%{_desktopdir}/etherape.desktop
97%{_pixmapsdir}/etherape.png
98%{_omf_dest_dir}/%{name}
This page took 0.05188 seconds and 4 git commands to generate.