d409d83
Summary: Interface statistics
d409d83
Name: ifstat
d409d83
Version: 1.1
a14826a
Release: 13%{?dist}
d409d83
License: GPLv2+
d409d83
Group: System Environment/Base
d409d83
URL: http://gael.roualland.free.fr/ifstat/
d409d83
Source0: http://gael.roualland.free.fr/ifstat/ifstat-%{version}.tar.gz
d409d83
Patch0: ifstat-destdir.patch
d409d83
Patch1: ifstat-UTF8.patch
d409d83
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
d409d83
BuildRequires: net-snmp-devel
d409d83
d409d83
%description
d409d83
ifstat(1) is a little tool to report interface activity like vmstat/iostat do.
d409d83
In addition, ifstat can poll remote hosts through SNMP if you have the ucd-snmp
d409d83
library. It will also be used for localhost if no other known method works (You
d409d83
need to have snmpd running for this though).
d409d83
d409d83
%prep
d409d83
%setup -q
d409d83
%patch0 -p1
d409d83
%patch1 -p1
d409d83
d409d83
%build
d409d83
%configure \
d409d83
	--enable-debug
d409d83
# debug is needed for generating debug_info rpm
d409d83
d409d83
%{__make} %{?_smp_mflags}
d409d83
d409d83
%install
d409d83
%{__rm} -rf %{buildroot}
d409d83
%{__make} install DESTDIR=%{buildroot}
d409d83
d409d83
%clean
d409d83
%{__rm} -rf %{buildroot}
d409d83
d409d83
%files
d409d83
%defattr(-, root, root, 0755)
d409d83
%doc COPYING HISTORY README TODO
d409d83
%{_mandir}/man1/ifstat.1*
d409d83
%{_bindir}/ifstat
d409d83
d409d83
%changelog
a14826a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-13
a14826a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a14826a
873d54c
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.1-12
873d54c
- rebuilt with new openssl
873d54c
ec514d0
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-11
ec514d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ec514d0
97e73a1
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-10
97e73a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
97e73a1
d409d83
* Tue Feb 03 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1.1-9
d409d83
- rebuild for new openssl
d409d83
d409d83
* Thu Oct 28 2008 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1.1-8
d409d83
- Changes from  bugzilla #463922 Comment #15 From Mamoru Tasaka ->
d409d83
- Change the release number to X%%{?dist} (2%%{?dist}, for example)
d409d83
- Files under %%_mandir are automatically marked as %%doc.
d409d83
d409d83
* Thu Oct 25 2008 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1.1-1.7
d409d83
- Changes from  bugzilla #463922 Comment #12 From Michael Schwendt ->
d409d83
- fix license tag, Licence is "GPLv2+" not "GPLv2"
d409d83
- Convert files to UTF8 running iconv and generating a patch
d409d83
d409d83
* Thu Sep 30 2008 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1.1-1.6
d409d83
- Changes from  bugzilla #463922 Comment #6 From Mamoru Tasaka ->
d409d83
- remove -s from Makefile, and add --enable-debug to re-enable
d409d83
- building of debuginfo-rpm package again
d409d83
d409d83
* Thu Sep 30 2008 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1.1-1.5
d409d83
- disable building of debuginfo-rpm package
d409d83
d409d83
* Thu Sep 29 2008 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1.1-1.4
d409d83
- Changes from  bugzilla #463922 Comment #2 From Manuel Wolfshant ->
d409d83
- replace from %%makeinstall to make install, include DESTDIR patch
d409d83
d409d83
* Thu Sep 25 2008 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1.1-1.3
d409d83
- Rebuild for Fedora 10.
d409d83
d409d83
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 1.1-1.2
d409d83
- Rebuild for Fedora Core 5.
d409d83
d409d83
* Sun Nov 14 2004 Dag Wieers <dag@wieers.com> - 1.1-1
d409d83
- Updated to release 1.1.
d409d83
d409d83
* Mon Oct 06 2003 Dag Wieers <dag@wieers.com> - 1.0-0
d409d83
- Initial package. (using DAR)