
%define name gcrontab
%define version 0.6.6
%define release 1
%define prefix /usr
Summary : A crontab editor for the UNIX cron system
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Distribution : Build for Red Hat 6.2
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
This program is a simple crontab editor for the UNIX cron system.
I'm working too in a interface to the at UNIX command called gato.

%prep

%setup

%build

%install

%clean

%files
%defattr (-,root,root)
%doc AUTHOR CHANGELOG INSTALL LICENSE README TODO
/usr/bin/gcrontab
/usr/share/gcrontab/gcrontab.xpm
/usr/share/gcrontab/help.xpm
/usr/share/gcrontab/accept.xpm
/usr/share/gcrontab/cal.xpm
/usr/share/gcrontab/add.xpm
/usr/share/gcrontab/rarr.xpm
/usr/share/gcrontab/save.xpm
/usr/share/gcrontab/new.xpm
/usr/share/gcrontab/open.xpm
/usr/share/gcrontab/month.xpm
/usr/share/gcrontab/minute.xpm
/usr/share/gcrontab/hour.xpm
/usr/share/gcrontab/exit.xpm
/usr/share/gcrontab/jclock.xpm
/usr/share/gcrontab/del.xpm
/usr/share/gcrontab/dom.xpm
/usr/share/gcrontab/dow.xpm
/usr/share/gcrontab/action.xpm

%changelog

* Sat Aug 05 2000 Georges Seguin crow@planete.net 
- First RPM
