File qv.spec of Package QV
#
# spec file for package qv (Version 0.2)
#
# Copyright (c) 2006 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.2
Release: 1
License: GPL-2.0
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 -n qv
* Sat Feb 09 2008 - kukuk@thkukuk.de 0.9.1
- Add support for notebook presenters
* Thu Oct 18 2007 - kukuk@thkukuk.de 0.9
- Not all info messages require a keypress
- Don't move images in read-only mode
* Thu Sep 13 2007 - kukuk@thkukuk.de 0.8
- Bug fixing
- Add support to rotate images
- Add support to copy images
- Add support to move images
* Thu Jun 21 2007 - kukuk@thkukuk.de 0.7
- Add sanity checks to suppress compiler warnings
* Tue Dec 19 2006 - kukuk@thkukuk.de 0.6
- Display GPS coordinates if available in Exif data
* Fri Oct 20 2006 - kukuk@thkukuk.de 0.5
- Support fullscreen mode without windowmanager
* Mon Oct 16 2006 - kukuk@thkukuk.de 0.4
- Remove picfolio2qv
- Fix EXIF parsing
* Sat Oct 07 2006 - kukuk@thkukuk.de 0.3
- Zoom in/out
- Call external Editor for Notes about pictures
- picfolio2qv: Restore EXIF informations
* Wed Oct 04 2006 - kukuk@thkukuk.de 0.2
- Fix handling of maxpect and Maximize/Minimize buttons
- Implement histogram
- Show Exif data
- Show additional description loaded from *.txt file
* Thu Sep 14 2006 - kukuk@thkukuk.de 0.0
- Initial release