Name: ifinfo
Summary: Commandline network inquiry/formatting tool
Version: 0.90
Release: 1
License: GPL
Group: Applications/System
URL: http://scalableinformatics.com/ifinfo.html
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.
The build could not start because the following file is missing: ifinfo-0.90.tar.gz
The build could not start because the following file is missing: ifinfo-0.90.tar.gz
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: dag
Summary: Commandline network inquiry/formatting tool
Name: ifinfo
Version: 0.90
Release: 1%{?dist}
License: GPL
Group: Applications/System
URL: http://scalableinformatics.com/ifinfo.html
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
%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 ifinfo %{buildroot}%{_bindir}/ifinfo
#%{__install} -Dp -m0755 ifinfo.8 %{buildroot}%{_mandir}/man8/ifinfo.8
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc LICENSE README
#doc %{_mandir}/man8/ifinfo.8*
%{_bindir}/ifinfo
%changelog
* Wed Apr 06 2005 Dag Wieers <dag@wieers.com> - 0.90-1
- Updates to release 0.90.
* Sat Dec 20 2003 Dag Wieers <dag@wieers.com> - 0.85-0
- Initial package. (using DAR)