]> git.pld-linux.org Git - packages/etherape.git/blame - etherape.spec
- release 7
[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
a7d24d89 6Release: 7
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
197fc364 22BuildRequires: libtool
1cb62981 23BuildRequires: pkgconfig
c1684c2d
ER
24BuildRequires: scrollkeeper
25Requires(post,postun): desktop-file-utils
26Requires(post,postun): scrollkeeper
cc31e0ea 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
53bdc9e6 29%description
96ee7c5e 30Etherape is a graphical network monitor for Unix modeled after
31etherman. Featuring ether, ip and tcp modes, it displays network
32activity graphically. Hosts and links change in size with traffic.
33Color coded protocols display. It supports ethernet, ppp and slip
34devices. It can filter traffic to be shown, and can read traffic from
35a file as well as live from the network.
53bdc9e6 36
0571e67d
JR
37%description -l pl.UTF-8
38Etherape to graficzny monitor sieci dla uniksów. Ma tryby ether, ip
39oraz tcp, wyświetla aktywność sieci graficznie. Hosty i połączenia
40zmieniają rozmiar wraz z ruchem. Protokóły obrazowane za pomocą
41kolorów. Obsługa urządzeń ethernet, ppp i slip. Może filtrować ruch
42jaki pokazuje, czytać z pliku lub bezpośrednio z sieci.
46190b71 43
0571e67d
JR
44%description -l pt_BR.UTF-8
45O etherape é um monitor gráfico de redes modelado como o etherman.
46Contém modos ether, ip e tcp, mostrando de forma gráfica a atividade
47da rede: Máquinas e conexões mudam em tamanho como o tráfego e os
48protocolos são codificados por cores. O Etherape suporta dispositivos
623ef598 49ethernet, ppp e slip.
50
53bdc9e6 51%prep
52%setup -q
6a1f1387 53%patch1 -p1
1cb62981 54%patch2 -p1
b41e62b9 55%patch3 -p1
61491112 56
53bdc9e6 57%build
15ebf837 58%{__gettextize}
197fc364 59%{__libtoolize}
361dec9a 60%{__aclocal}
361dec9a 61%{__autoconf}
62%{__autoheader}
63%{__automake}
cc31e0ea 64%configure
b147e875 65
5dd8448d 66%{__make}
53bdc9e6 67
68%install
69rm -rf $RPM_BUILD_ROOT
70
a3428734 71%{__make} install \
a38310f7 72 DESTDIR=$RPM_BUILD_ROOT \
bf7276b0 73 pixmapsdir=%{_pixmapsdir} \
0ed76623 74 Developmentdir=%{_desktopdir}
0ed76623 75
b41e62b9 76%find_lang %{name} --with-gnome
53bdc9e6 77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
814670bb 81%post
82%scrollkeeper_update_post
83%update_desktop_database_post
84
85%postun
86%scrollkeeper_update_postun
87%update_desktop_database_postun
88
cc31e0ea 89%files -f %{name}.lang
90%defattr(644,root,root,755)
b147e875 91%doc AUTHORS ChangeLog FAQ NEWS README* TODO
0ed76623 92%attr(755,root,root) %{_bindir}/etherape
cc31e0ea 93%{_datadir}/etherape
b147e875 94%{_mandir}/man1/etherape.1*
0ed76623 95%{_desktopdir}/etherape.desktop
96%{_pixmapsdir}/etherape.png
814670bb 97%{_omf_dest_dir}/%{name}
This page took 0.04173 seconds and 4 git commands to generate.