Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > fdb726972bcfb11780ee47e484adab31 > files > 3

viewnior-1.3-1.mga3.src.rpm

Name:		viewnior
Version:	1.3
Release:	%mkrel 1
Summary:	Elegant image viewer

Group:		Graphics/Viewers
License:	GPLv3+
URL:		http://xsisqox.github.com/Viewnior
Source0:	http://cloud.github.com/downloads/xsisqox/Viewnior/%{name}-%{version}.tar.gz
Patch0:		viewnior-1.2-dsofix.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(shared-mime-info)

%description 
Viewnior is an image viewer program. Created to be simple, fast and elegant. 
It's minimalist interface provides more screen space for your images. Among 
its features are:

* Fullscreen & Slideshow
* Rotate, flip, save, delete images
* Animation support
* Browse only selected images
* Navigation window
* Simple interface
* Configurable mouse actions

%prep
%setup -q
%apply_patches

# fix spurious executable perms
chmod 0644 AUTHORS ChangeLog NEWS README TODO src/*

%build
%configure2_5x
%make V=1

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/%{name}/
%{_mandir}/man*/%{name}.*


%changelog

* Fri Mar 22 2013 wally <wally> 1.3-1.mga3
+ Revision: 404536
- import viewnior (based on .spec from Fedora)