]> git.pld-linux.org Git - packages/etherape.git/blame - etherape.spec
- converted to UTF-8
[packages/etherape.git] / etherape.spec
CommitLineData
cc31e0ea 1Summary: Graphical network viewer modeled after etherman
0571e67d
JR
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
1cb62981 6Release: 4
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
361dec9a 57%{__aclocal}
361dec9a 58%{__autoconf}
59%{__autoheader}
60%{__automake}
cc31e0ea 61%configure
b147e875 62
5dd8448d 63%{__make}
53bdc9e6 64
65%install
66rm -rf $RPM_BUILD_ROOT
67
a3428734 68%{__make} install \
a38310f7 69 DESTDIR=$RPM_BUILD_ROOT \
bf7276b0 70 pixmapsdir=%{_pixmapsdir} \
0ed76623 71 Developmentdir=%{_desktopdir}
0ed76623 72
b41e62b9 73%find_lang %{name} --with-gnome
53bdc9e6 74
75%clean
76rm -rf $RPM_BUILD_ROOT
77
814670bb 78%post
79%scrollkeeper_update_post
80%update_desktop_database_post
81
82%postun
83%scrollkeeper_update_postun
84%update_desktop_database_postun
85
cc31e0ea 86%files -f %{name}.lang
87%defattr(644,root,root,755)
b147e875 88%doc AUTHORS ChangeLog FAQ NEWS README* TODO
0ed76623 89%attr(755,root,root) %{_bindir}/etherape
cc31e0ea 90%{_datadir}/etherape
b147e875 91%{_mandir}/man1/etherape.1*
0ed76623 92%{_desktopdir}/etherape.desktop
93%{_pixmapsdir}/etherape.png
814670bb 94%{_omf_dest_dir}/%{name}
This page took 0.111805 seconds and 4 git commands to generate.