From e8a9fb860a013b00d97e47d39e8cfef84cb4767d Mon Sep 17 00:00:00 2001 From: wangyueliang Date: Wed, 24 Mar 2021 09:45:16 +0800 Subject: [PATCH] update iftop.spec. --- iftop.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iftop.spec b/iftop.spec index 2e81675..c366d30 100644 --- a/iftop.spec +++ b/iftop.spec @@ -6,7 +6,7 @@ Version: 1.0pre4 Release: 1 License: GPLv2+ URL: http://www.ex-parrot.com/~pdw/%{name}/ -Source0: http://www.ex-parrot.com/~pdw/%{name}/download/%{name}-%{version}pre4.tar.gz +Source0: http://www.ex-parrot.com/~pdw/%{name}/download/%{name}-%{version}.tar.gz Patch0: iftop-1.0-ncursesw.patch Patch1: iftop-1.0-git20181003.patch Patch2: iftop-1.0-gcc10.patch @@ -19,7 +19,7 @@ usage by pairs of hosts. Handy for answering the question "why is our ADSL link so slow?". %prep -%setup -q -n %{name}-%{version}pre4 +%setup -q -n %{name}-%{version} %patch0 -p1 -b .ncursesw touch -c -r configure.ac{.ncursesw,} %patch1 -p1 -b .git20181003