]> git.pld-linux.org Git - packages/etherape.git/commitdiff
This commit was manufactured by cvs2git to create tag 'STABLE'. STABLE
authorcvs2git <feedback@pld-linux.org>
Wed, 14 May 2003 07:09:11 +0000 (07:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2001-03-15 08:04:06 UTC Arkadiusz Miśkiewicz <arekm@maven.pl> 'new'
Cherrypick from RA-branch 2003-05-14 07:09:11 UTC kloczek <kloczek@pld-linux.org> '- typos in pacced CFLAGS.':
    etherape.spec -> 1.50.2.2

etherape.spec

index d6a98da8ecd13bdbb9d53d5d16b0909e59cb5f41..97b4fea5d86fb43a6ba4656fd894c7830898758f 100644 (file)
@@ -1,28 +1,24 @@
 Summary:       Graphical network viewer modeled after etherman
+Summary(pl):   Graficzny monitor sieci
+Summary(pt_BR):        Visualizador gráfico de redes modelado como o etherman
 Name:          etherape
-Version:       0.5.6
-Release:       1
+Version:       0.8.2
+Release:       3
 License:       GPL
 Group:         Applications/Networking
-Group(de):     Applikationen/Netzwerkwesen
-Group(pl):     Aplikacje/Sieciowe
-Source0:       ftp://download.sourceforge.net/pub/sourceforge/etherape/%{name}-%{version}.tar.gz
-Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-resolv.patch
+Source0:       http://dl.sourceforge.net/etherape/%{name}-%{version}.tar.gz
 URL:           http://etherape.sourceforge.net/
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel
 BuildRequires: gtk+-devel
-BuildRequires: libglade-devel
+BuildRequires: libglade-gnome-devel
 BuildRequires: libpcap-devel
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gettext-devel
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 %define                _sbindir        %{_bindir}
 
 %description
@@ -33,16 +29,31 @@ Color coded protocols display. It supports ethernet, ppp and slip
 devices. It can filter traffic to be shown, and can read traffic from
 a file as well as live from the network.
 
+%description -l pl
+Etherape to graficzny monitor sieci dla uniksów. Ma tryby ether, ip
+oraz tcp, wy¶wietla aktywno¶æ sieci graficznie. Hosty i po³±czenia
+zmienij± rozmiar wraz z ruchem. Protokó³y obrazowane za pomoc±
+kolorów. Obs³uga urz±dzeñ ethernet, ppp i slip. Mo¿e filtrowaæ ruch
+jaki pokazuje, czytaæ z pliku lub bezpo¶rednio z sieci.
+
+%description -l pt_BR
+O etherape é um monitor gráfico de redes modelado como o etherman.
+Contém modos ether, ip e tcp, mostrando de forma gráfica a atividade
+da rede: Máquinas e conexões mudam em tamanho como o tráfego e os
+protocolos são codificados por cores. O Etherape suporta dispositivos
+ethernet, ppp e slip.
+
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
-gettextize --copy --force
-automake -a -c
-aclocal -I macros
-autoconf
+rm -f missing
+%{__libtoolize}
+%{__gettextize}
+%{__aclocal} -I macros
+%{__autoconf}
+%{__automake}
+CFLAGS="%{rpmcflags} `libglade-config --cflags`"
 %configure
 %{__make}
 
@@ -50,10 +61,9 @@ autoconf
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
-       README.thanks
+       DESTDIR=$RPM_BUILD_ROOT \
+       Developmentdir=%{_applnkdir}/Network/Misc \
+       pixmapsdir="%{_pixmapsdir}"
 
 %find_lang %{name}
 
@@ -62,7 +72,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README FAQ README.help README.bugs README.thanks
 %attr(755,root,root) %{_sbindir}/*
 %{_datadir}/etherape
+%{_datadir}/gnome/help/*
 %{_mandir}/man?/*
+%{_applnkdir}/Network/Misc/*
+%{_pixmapsdir}/*
This page took 0.205268 seconds and 4 git commands to generate.