
%define name gview
%define version 0.1.15
%define release 1
%define prefix /usr
Summary : gView is an image browser and viewer
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/%{name}-buildroot
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
gView is an image browser and viewer, using GTK+ and Imlib, that uses a style
similar to that of ACDSee for Windows. It is in a state of constant development,
so features may come and go.

%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 AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
/usr/share/locale/fr/LC_MESSAGES/gview.mo
/usr/share/locale/ko/LC_MESSAGES/gview.mo
/usr/share/locale/ja/LC_MESSAGES/gview.mo
/usr/bin/gview

%changelog

* Wed Jun 07 2000 Georges Seguin crow@planete.net 
- First RPM
