]> git.pld-linux.org Git - packages/etherape.git/blame - etherape.spec
- updated gettext BR
[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
3b846328 17BuildRequires: gettext-tools
53e3d030 18BuildRequires: gnome-common
0ed76623 19BuildRequires: gtk+2-devel
b41e62b9 20BuildRequires: libglade2
1cb62981 21BuildRequires: libgnomeui-devel >= 2.0
cc31e0ea 22BuildRequires: libpcap-devel
197fc364 23BuildRequires: libtool
1cb62981 24BuildRequires: pkgconfig
c1684c2d
ER
25BuildRequires: scrollkeeper
26Requires(post,postun): desktop-file-utils
27Requires(post,postun): scrollkeeper
cc31e0ea 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
53bdc9e6 30%description
96ee7c5e 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.
53bdc9e6 37
0571e67d
JR
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.
46190b71 44
0571e67d
JR
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
623ef598 50ethernet, ppp e slip.
51
53bdc9e6 52%prep
53%setup -q
6a1f1387 54%patch1 -p1
1cb62981 55%patch2 -p1
b41e62b9 56%patch3 -p1
61491112 57
53bdc9e6 58%build
15ebf837 59%{__gettextize}
197fc364 60%{__libtoolize}
361dec9a 61%{__aclocal}
361dec9a 62%{__autoconf}
63%{__autoheader}
64%{__automake}
cc31e0ea 65%configure
b147e875 66
5dd8448d 67%{__make}
53bdc9e6 68
69%install
70rm -rf $RPM_BUILD_ROOT
71
a3428734 72%{__make} install \
a38310f7 73 DESTDIR=$RPM_BUILD_ROOT \
bf7276b0 74 pixmapsdir=%{_pixmapsdir} \
0ed76623 75 Developmentdir=%{_desktopdir}
0ed76623 76
b41e62b9 77%find_lang %{name} --with-gnome
53bdc9e6 78
79%clean
80rm -rf $RPM_BUILD_ROOT
81
814670bb 82%post
83%scrollkeeper_update_post
84%update_desktop_database_post
85
86%postun
87%scrollkeeper_update_postun
88%update_desktop_database_postun
89
cc31e0ea 90%files -f %{name}.lang
91%defattr(644,root,root,755)
b147e875 92%doc AUTHORS ChangeLog FAQ NEWS README* TODO
0ed76623 93%attr(755,root,root) %{_bindir}/etherape
cc31e0ea 94%{_datadir}/etherape
b147e875 95%{_mandir}/man1/etherape.1*
0ed76623 96%{_desktopdir}/etherape.desktop
97%{_pixmapsdir}/etherape.png
814670bb 98%{_omf_dest_dir}/%{name}
This page took 0.076275 seconds and 4 git commands to generate.