|
|
|
Name: gnome-epub-thumbnailer
|
|
|
|
Version: 1.3
|
|
|
|
Release: 3%{?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.3/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
# Upstream commit 68841e9a7658b6bafd4d94f4199ea047d303f1d3
|
|
|
|
Patch1: 0001-epub-Set-an-error-when-the-cover-can-t-be-found.patch
|
|
|
|
# Upstream 675c4efafbfc1ecc9982ffcdb917fd4f73ca6a71
|
|
|
|
Patch2: 0001-mobi-Don-t-bail-on-encrypted-mobi-files.patch
|
|
|
|
# Upstream commit 53d83c1a4a7f140149fec7f2aecf91034dbb3546
|
|
|
|
Patch3: 0001-Update-skeleton-to-fix-crash-with-trash-recent-files.patch
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
Buildrequires: pkgconfig(libarchive)
|
|
|
|
|
|
|
|
%description
|
|
|
|
Thumbnailers for EPub and MOBI books
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%autopatch
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/gnome-epub-thumbnailer
|
|
|
|
%{_bindir}/gnome-mobi-thumbnailer
|
|
|
|
%dir %{_datadir}/thumbnailers
|
|
|
|
%{_datadir}/thumbnailers/gnome-epub-thumbnailer.thumbnailer
|
|
|
|
%{_datadir}/thumbnailers/gnome-mobi-thumbnailer.thumbnailer
|
|
|
|
%doc AUTHORS COPYING NEWS README
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Sun Oct 27 2013 Yanko Kaneti <yaneti@declera.com> - 1.3-3
|
|
|
|
- Fix crashes on thumbnailing trash/recent files - #1046245
|
|
|
|
- Get unencrypted cover from otherwise encrypted mobi files
|
|
|
|
|
|
|
|
* Sun Oct 27 2013 Yanko Kaneti <yaneti@declera.com> - 1.3-2
|
|
|
|
- Don't crash on failure to find a cover file - #1001559
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* Mon Jul 22 2013 Yanko Kaneti <yaneti@declera.com> - 1.2-1
|
|
|
|
- New upstream release adding a MOBI thumbnailer
|
|
|
|
|
|
|
|
* 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
|