]> git.pld-linux.org Git - packages/etherape.git/blobdiff - etherape.spec
- automake must be runed as last before configure.
[packages/etherape.git] / etherape.spec
index e139f9de3124712d84eb9615fa512d0f8d264a13..3f7f06ba219dd2e2231df3b4e5b052d753dcffa2 100644 (file)
@@ -1,20 +1,22 @@
 Summary:       Graphical network viewer modeled after etherman
 Name:          etherape
-Version:       0.5.1
+Version:       0.6.1
 Release:       1
 License:       GPL
 Group:         Applications/Networking
+Group(de):     Applikationen/Netzwerkwesen
 Group(pl):     Aplikacje/Sieciowe
-Source0:       http://download.sourceforge.net/etherape/%{name}-%{version}.tar.gz
-Patch0:                etherape-DESTDIR.patch
+Source0:       ftp://download.sourceforge.net/pub/sourceforge/etherape/%{name}-%{version}.tar.gz
+Patch0:                %{name}-DESTDIR.patch
 URL:           http://etherape.sourceforge.net/
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel
 BuildRequires: gtk+-devel
 BuildRequires: libglade-devel
 BuildRequires: libpcap-devel
-BuildRequires: XFree86-devel
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -22,33 +24,34 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _sbindir        %{_bindir}
 
 %description
-Etherape is a graphical network monitor for Unix modeled after etherman.
-Featuring ether, ip and tcp modes, it displays network activity
-graphically. Hosts and links change in size with traffic. 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.
+Etherape is a graphical network monitor for Unix modeled after
+etherman. Featuring ether, ip and tcp modes, it displays network
+activity graphically. Hosts and links change in size with traffic.
+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.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-automake
+libtoolize --copy --force
 gettextize --copy --force
-LDFLAGS="-s"; export LDFLAGS
+aclocal -I macros
+autoconf
+automake -a -c
 %configure
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
-       README.thanks \
-       $RPM_BUILD_ROOT%{_mandir}/man?/*
+       README.thanks
 
 %find_lang %{name}
 
This page took 0.125581 seconds and 4 git commands to generate.