File qv.spec of Package qv
#
# spec file for package qv (Version 0.9)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: qv
Summary: Quick Viewer for Pictures and Slideshows
BuildRequires: gtk2-devel libexif-devel
Requires: exiftran
Version: 0.9
Release: 1
License: GPL v2 only
AutoReqProv: on
Group: Productivity/Graphics/Viewers
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
qv is a very small and simple viewer for pictures and slideshows.
%prep
%setup -q
%build
%configure
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/qv
%changelog
* Thu Oct 18 2007 - kukuk@suse.de
- Version 0.9
- Don't move images in read-only mode
- Not all info messages needs a key press
* Thu Sep 13 2007 - kukuk@suse.de
- Version 0.8
- Bug fixing
- Add support to rotate images
- Add support to copy images
- Add support to move images
* Thu Jun 21 2007 - kukuk@suse.de
- Version 0.7
- Add sanity checks to suppress compiler warnings
* Tue Feb 27 2007 - dmueller@suse.de
- adjust buildrequires: libexif -> libexif-devel
* Tue Dec 19 2006 - kukuk@suse.de
- Version 0.6
- Display GPS coordinates
* Fri Oct 20 2006 - kukuk@suse.de
- Version 0.5
- Fix fullscreen mode without WM
* Mon Oct 16 2006 - kukuk@suse.de
- Version 0.4
- Remove picfolio2qv
- Fix EXIF parsing
* Thu Oct 12 2006 - kukuk@suse.de
- Version 0.3:
- Zoom in/out of images
- Call external Editor for Notes about pictures
- picfolio2qv: Restore EXIF informations
* Wed Oct 04 2006 - kukuk@suse.de
- Initial autobuild submission