You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnome-epub-thumbnailer/gnome-epub-thumbnailer.spec

74 lines
2.2 KiB

12 years ago
Name: gnome-epub-thumbnailer
Version: 1.3
Release: 3%{?dist}
Summary: Thumbnailers for EPub and MOBI books
12 years ago
License: GPLv2+
URL: https://git.gnome.org/browse/gnome-epub-thumbnailer
Source0: http://download.gnome.org/sources/%{name}/1.3/%{name}-%{version}.tar.xz
12 years ago
# Upstream commit 68841e9a7658b6bafd4d94f4199ea047d303f1d3
11 years ago
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
12 years ago
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
12 years ago
%prep
%setup -q
%autopatch
12 years ago
%build
%configure
make %{?_smp_mflags}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%files
%{_bindir}/gnome-epub-thumbnailer
%{_bindir}/gnome-mobi-thumbnailer
12 years ago
%dir %{_datadir}/thumbnailers
%{_datadir}/thumbnailers/gnome-epub-thumbnailer.thumbnailer
%{_datadir}/thumbnailers/gnome-mobi-thumbnailer.thumbnailer
12 years ago
%doc AUTHORS COPYING NEWS README
12 years ago
%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
12 years ago
* Tue Jul 16 2013 Yanko Kaneti <yaneti@declera.com> - 1.0-1
- Initial packaging