
%define name cheops-ng
%define version 0.1.1
%define release 1
%define prefix /usr
Summary : Cheops Network User Interface (the choice of a New Generation)
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Vendor: Boubouline Software
Packager: Okki <crow@planete.net>
URL: http://okki.lefute.com
Group: Applications/System
Source: %{name}-%{version}-%{release}.tar.gz
BuildRoot: /var/tmp/
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
Cheops-ng is a network "swiss army knife".  It's "network neighborhood" done right (or gone out of control, depending on your perspective).  It's a combination of a variety of network tools to provide system adminstrators and users with a simple interface to managing and accessing their networks.  Cheops-ng aims to do for the network what the file manager did for the filesystem.

Additionally, cheops-ng has taken on the role of a network management system, in the same category as one might put HP Openview.

Cheops was originally written by Mark Spencer, and is now being sponsored greatly by Adtran, Inc. Cheops-ng is authored by Brent Priddy, the current maintainer.

%prep

%setup

%build

%install

%clean

%files
%defattr (-,root,root)
%doc AUTHORS COPYING INSTALL NEWS README
/usr/bin/cheops-agent
/usr/bin/cheops-ng

%changelog

* Thu Jun 1 2000 Georges Seguin crow@planete.net 
- First RPM
