From 45df5c83d2ea09f0676bb445ff22a72d42dc8cdd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 24 Sep 2016 10:48:14 +0100 Subject: [PATCH] iftop: Update to 1.0pre4 The old version FTBFS and is therefore updated Signed-off-by: Michael Tremer --- iftop/iftop.nm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/iftop/iftop.nm b/iftop/iftop.nm index 0f812e683..5f77d0423 100644 --- a/iftop/iftop.nm +++ b/iftop/iftop.nm @@ -4,8 +4,10 @@ ############################################################################### name = iftop -version = 0.17 -release = 2 +version = 1.0 +preversion = pre4 +release = 0.%{preversion}.1 +thisapp = %{name}-%{version}%{preversion} groups = Applications/System url = http://www.ex-parrot.com/pdw/iftop/ @@ -16,7 +18,7 @@ description iftop is an interactive text-mode traffic viewer for Linux. end -source_dl = +source_dl = http://www.ex-parrot.com/pdw/iftop/download/ sources = %{thisapp}.tar.gz build @@ -24,10 +26,6 @@ build libpcap-devel ncurses-devel end - - configure_options += \ - --sysconfdir=/etc \ - --mandir=/usr/share/man end packages