Summary: Commandline network inquiry/formatting tool Name: ifinfo Version: 0.90 Release: 1 License: GPL Group: Applications/System URL: http://www.scalableinformatics.com Packager: Joe Landman Vendor: Scalable Informatics LLC Source: http://downloads.scalableinformatics.com/downloads/ifinfo/ifinfo-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl %description ifinfo is a simple commandline network inquiry/formatting tool specifically designed to output some useful information about your network connection. It works by querying the relevant tables in /proc as well as the output of various Unix commands. Its entire purpose in life is to tell you what you want to know, hopefully in the format you wish to see it. %prep %setup %build /usr/bin/pod2man ifinfo > ifinfo.8 %install %{__rm} -rf %{buildroot} %{__install} -D -m0755 ifinfo %{buildroot}%{_bindir}/ifinfo %{__install} -D -m0755 ifinfo.8 %{buildroot}%{_mandir}/man8/ifinfo.8 %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc LICENSE README %doc %{_mandir}/man?/* %{_bindir}/* %changelog * Tue Apr 05 2005 Joe Landman - 0.90-1 - updated tool to deal with insecure path, sorting of output, and headers