|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: gnome-epub-thumbnailer
|
|
|
|
|
Version: 1.0
|
|
|
|
|
Version: 1.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Thumbnailer for EPub books
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://git.gnome.org/browse/gnome-epub-thumbnailer
|
|
|
|
|
Source0: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
|
|
|
|
|
Source0: http://download.gnome.org/sources/%{name}/1.1/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
@ -38,5 +38,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 17 2013 Yanko Kaneti <yaneti@declera.com> - 1.1-1
|
|
|
|
|
- New upstream release fixing possible crashes or
|
|
|
|
|
excessive warnings on failure
|
|
|
|
|
|
|
|
|
|
* Tue Jul 16 2013 Yanko Kaneti <yaneti@declera.com> - 1.0-1
|
|
|
|
|
- Initial packaging
|
|
|
|
|