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