iptraf-ng 1.1.3.1
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
This commit is contained in:
parent
731497bf86
commit
eb548b9161
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/iptraf-ng-1.1.1.tar.gz
|
||||
/iptraf-ng-1.1.2.rc0.tar.gz
|
||||
/iptraf-ng-1.1.2.tar.gz
|
||||
/iptraf-ng-1.1.3.1.tar.gz
|
||||
|
@ -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
|
||||
* Wed May 23 2012 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.3.1-1
|
||||
- new upstream iptraf-ng-1.1.3.1-1
|
||||
|
||||
* Fri May 04 2012 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.2-1
|
||||
- new upstream iptraf-ng-1.1.2-1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user