
%define name zgv
%define version 5.1
%define release 1
%define prefix /usr
Summary : A picture viewer for Linux systems with VGA/SVGA.
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
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/
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
`zgv' is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, BMP, TGA, PCX, mrf, XBM, and XPM files, with a
full-screen file selector front-end. (It can also view TIFF files if
netpbm's `tifftopnm' is installed.) It can be used as a simple
command, with `zgv filename(s)', which bypasses the front-end. For
more on how zgv works and how to use it, do `info zgv' or `man zgv'
once it's installed.

This program is based in part on the work of the Independent JPEG
Group.

%prep

%setup

%build

%install

%clean

%files
%defattr (-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL README README.fonts SECURITY TODO
/usr/bin/zgv
/usr/share/man/man1/zgv.1
/usr/share/info/zgv-1
/usr/share/info/zgv-2
/usr/share/info/zgv-3
/usr/share/info/zgv-4
/usr/share/info/zgv

%config
/etc/zgvrc

%changelog

* Fri Jun 09 2000 Georges Seguin crow@planete.net 
- First RPM
