|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: gnome-epub-thumbnailer
|
|
|
|
|
Version: 1.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Thumbnailer for EPub books
|
|
|
|
|
Version: 1.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Thumbnailers for EPub and MOBI books
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://git.gnome.org/browse/gnome-epub-thumbnailer
|
|
|
|
|
Source0: http://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz
|
|
|
|
|
Source0: http://download.gnome.org/sources/%{name}/1.3/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
@ -13,7 +13,7 @@ BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
|
Buildrequires: pkgconfig(libarchive)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Thumbnailer for EPub books
|
|
|
|
|
Thumbnailers for EPub and MOBI books
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
@ -40,6 +40,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 8 2013 Yanko Kaneti <yaneti@declera.com> - 1.3-1
|
|
|
|
|
- New upstream release fixing a number of possible crashers
|
|
|
|
|
in the MOBI thumbnailer
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|