
%define name nameresolution-admin
%define version 0.1.0
%define release 1
%define prefix /usr
Summary : This is a Helix Setup Tool.
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Distribution : Build for Red Hat 6.2
Vendor: Boubouline Software
Packager: Okki <okki@wanadoo.fr>
URL: http://www.helixcode.com/desktop/setuptools.php3
Group: Applications/System
Source: %{name}-%{version}-%{release}.tar.gz
BuildRoot: /var/tmp/%{name}-buildroot
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
Helix Setup tools are made to provide simple frontends to typical
workstation configuration matters. The user shouldn't have to know
anything specific about Unix, daemons or configuration files.

Each tool consists of a backend, written in a scripting language
(preferably Perl) and a frontend, written in C. Frontends are typically
prototyped with Glade.

%prep
rm -rf $RPM_BUILD_ROOT

%setup
./configure

%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
make prefix=$RPM_BUILD_ROOT%{prefix} install

%clean
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/*

%files
%defattr (-,root,root)
%doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README

/usr/share/*
/usr/bin/*


%changelog

* Tue Aug 08 2000 Georges Seguin okki@wanadoo.fr 
- First RPM
