pkg://gqview-0.8.1-5.src.rpm:262819/gqview.spec
info downloads
%define prefix /usr
Summary: An image viewer.
Name: gqview
Version: 0.8.1
Release: 5
Copyright: GPL
Group: User Interface/X
Source: http://www.geocities.com/SiliconValley/Haven/5235/gqview-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://gqview.sourceforge.net/
Requires: gtk+ >= 1.2
Requires: imlib >= 1.9
BuildRequires: gnome-libs-devel
%description
GQview is an image viewer for browsing through graphics files. GQview
features include single click file viewing, support for external
editors, previewing images using thumbnails, and zoom.
Install GQview if you need an image viewer.
%prep
%setup -q
%build
if [ ! -f configure ]; then
./autogen.sh --prefix=%prefix
else
./configure --prefix=%prefix
fi
make
%install
rm -rf $RPM_BUILD_ROOT
make GNOME_DATADIR=$RPM_BUILD_ROOT%{prefix}/share prefix=$RPM_BUILD_ROOT%{prefix} install
%find_lang %name
%files -f %{name}.lang
%defattr(-,root,root)
%doc README COPYING TODO
%{prefix}/bin/gqview
%{prefix}/share/pixmaps/gqview.png
%{prefix}/share/gnome/apps/Graphics/gqview.desktop
%changelog
* Mon Jul 23 2001 Jonathan Blandford <jrb@redhat.com>
- Add BuildRequires
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
- Bump release + rebuild.
* Tue Feb 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
- use %%{_tmppath}
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Fri May 19 2000 Jonathan Blandford <jrb@redhat.com>
- Updated to new version. Added locale information. Fixed
build directive to reflect new build system.
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
- fix description and summary
* Mon Jan 17 2000 Elliot Lee <sopwith@redhat.com>
- Fix group.
* Wed Jul 7 1999 Michael Fulbright <drmike@redhat.com>
- version 0.7.0
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 3)
* Fri Mar 19 1999 Michael Fulbright <drmike@redhat.com>
- strip binaries
* Sat Mar 6 1999 Michael Fulbright <drmike@redhat.com>
- version 0.6.0
* Wed Oct 7 1998 John Ellis <gqview@geocities.com>
- updated for version 0.4.2
* Fri Sep 11 1998 John Ellis <gqview@geocities.com>
- updated for version 0.4.1
* Sat Aug 15 1998 John Ellis <gqview@geocities.com>
- updated for version 0.4.0
* Wed Aug 5 1998 Joel Young <jyoung@erols.com>
- enhanced rpm .spec file