[iftop] Update to 1.0pre2

Robert Scheck robert at fedoraproject.org
Mon Dec 26 16:33:44 UTC 2011


commit 3a741371594020adb5974aebd4b9b33a521e0027
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Mon Dec 26 17:33:38 2011 +0100

    Update to 1.0pre2

 .gitignore |    2 +-
 iftop.spec |   36 +++++++++---------------------------
 sources    |    2 +-
 3 files changed, 11 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2ca71d..eb4d2cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-iftop-0.17.tar.gz
+iftop-1.0pre2.tar.gz
diff --git a/iftop.spec b/iftop.spec
index 860c7be..a6ed9a3 100644
--- a/iftop.spec
+++ b/iftop.spec
@@ -1,22 +1,12 @@
 Summary:	Command line tool that displays bandwidth usage on an interface
 Name:		iftop
-Version:	0.17
-Release:	13%{?dist}
+Version:	1.0
+Release:	0.1.pre2%{?dist}
 License:	GPLv2+
 Group:		Applications/Internet
 URL:		http://www.ex-parrot.com/~pdw/%{name}/
-Source:		http://www.ex-parrot.com/~pdw/%{name}/download/%{name}-%{version}.tar.gz
-Patch0:		iftop-0.17-bandwidth.patch
-Patch1:		iftop-0.17-man-typos.patch
-Patch2:		iftop-0.17-ncursesw.patch
-Patch3:		iftop-0.17-fixtree.patch
-Patch4:		iftop-0.17-synopsis.patch
-Patch5:		iftop-0.17-arm.patch
-Patch6:		iftop-0.17-frozen-order.patch
-Patch7:		iftop-0.17-bar-display.patch
-Patch8:		iftop-0.17-stringmap.patch
-Patch9:		iftop-0.17-ipv6-ll.patch
-BuildRequires:	ncurses-devel, %{_includedir}/pcap.h, autoconf, automake
+Source:		http://www.ex-parrot.com/~pdw/%{name}/download/%{name}-%{version}pre2.tar.gz
+BuildRequires:	ncurses-devel, %{_includedir}/pcap.h
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -26,18 +16,7 @@ usage by pairs of hosts. Handy for answering the question "why is our ADSL link
 so slow?".
 
 %prep
-%setup -q
-%patch0 -p1 -b .bandwidth
-%patch1 -p1 -b .man-typos
-%patch2 -p1 -b .ncursesw
-%patch3 -p1 -b .fixtree
-%patch4 -p1 -b .synopsis
-%patch5 -p1 -b .arm
-%patch6 -p1 -b .frozen-order
-%patch7 -p1 -b .bar-display
-%patch8 -p1 -b .stringmap
-%patch9 -p1 -b .ipv6-ll
-autoreconf -f
+%setup -q -n %{name}-%{version}pre2
 
 %build
 %configure
@@ -45,7 +24,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -57,6 +36,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/%{name}.*
 
 %changelog
+* Mon Dec 26 2011 Robert Scheck <robert at fedoraproject.org> 1.0-0.1.pre2
+- Update to 1.0pre2
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.17-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index d89f7b4..551dfb5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-062bc8fb3856580319857326e0b8752d  iftop-0.17.tar.gz
+fef521a49ec0122458d02c64212af3c5  iftop-1.0pre2.tar.gz


More information about the scm-commits mailing list