[iptraf-ng/f16] iptraf-ng 1.1.3.1

Nikola Pajkovsky npajkovs at fedoraproject.org
Thu May 24 09:16:44 UTC 2012


commit ff4c2874eab22457b15147b63f29c0944d380567
Author: Nikola Pajkovsky <npajkovs at redhat.com>
Date:   Thu May 24 11:00:50 2012 +0200

    iptraf-ng 1.1.3.1
    
    Signed-off-by: Nikola Pajkovsky <npajkovs at redhat.com>
    (cherry picked from commit a24d658477bb99d10afab1567d50e6ce25531866)

 .gitignore     |    1 +
 iptraf-ng.spec |    8 +++++---
 sources        |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1067a03..5f251d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /iptraf-ng-1.1.0.tar.gz
 /iptraf-ng-1.1.1.tar.gz
 /iptraf-ng-1.1.2.tar.gz
+/iptraf-ng-1.1.3.1.tar.gz
diff --git a/iptraf-ng.spec b/iptraf-ng.spec
index 652c786..9855ba8 100644
--- a/iptraf-ng.spec
+++ b/iptraf-ng.spec
@@ -1,6 +1,6 @@
 Summary:        A console-based network monitoring utility
 Name:           iptraf-ng
-Version:        1.1.2
+Version:        1.1.3.1
 Release:        1%{?dist}
 Source0:        https://fedorahosted.org/releases/i/p/iptraf-ng/%{name}-%{version}.tar.gz
 Source1:        iptraf-ng-logrotate.conf
@@ -34,12 +34,11 @@ on a wide variety of supported network cards.
 %setup -q
 
 %build
-%configure
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr
 
 # remove everything besides the html and pictures in Documentation
 find Documentation -type f | grep -v '\.html$\|\.png$\|/stylesheet' | \
@@ -66,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/logrotate.d/iptraf-ng
 
 %changelog
+* Thu May 24 2012 Nikola Pajkovsky <npajkovs at redhat.com> - 1.1.3.1-1
+- new upstream iptraf-ng-1.1.3.1-1
+
 * Fri May 04 2012 Nikola Pajkovsky <npajkovs at redhat.com> - 1.1.2-1
 - new upstream iptraf-ng-1.1.2-1
 
diff --git a/sources b/sources
index 811f723..ac0eb8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2dbe5bf95ebbe9d15b01b00a552fbc62  iptraf-ng-1.1.2.tar.gz
+1a2c02944b0b012d6a3de96207610fa2  iptraf-ng-1.1.3.1.tar.gz


More information about the scm-commits mailing list