
%define name gvplay
%define version 0.0.3
%define release 1
%define prefix /usr
Summary : gvplay, a Gnome/GTK video player for Linux.
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Distribution : Build for Red Hat 6.2
Vendor: Boubouline Software
Packager: Okki <crow@planete.net>
URL: http://okki.lefute.com
Group: Applications/Multimedia
Source: %{name}-%{version}-%{release}.tar.gz
BuildRoot: /var/tmp/%{name}-buildroot
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
gvplay is my attempt at writing a lightweight video/movie player for
Gnome/GTK.  gvplay is not intended to be a full-fledge player such as
xanim nor does it compete with non-linear video editors like Broadcast
2000. Instead, gvplay is a quick and dirty (clean?) player.

%prep

%setup

%build

%install

%clean

%files
%defattr (-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
/usr/bin/gvplay

%changelog

* Thu Jun 27 2000 Georges Seguin crow@planete.net 
- gvplay 0.0.3

* Thu May 30 2000 Georges Seguin crow@planete.net 
- First RPM
