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

84 lines
2.5 KiB

12 years ago
Name: gnome-epub-thumbnailer
Version: 1.4
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.4/%{name}-%{version}.tar.xz
# upstream 6b8964ee5716ce6abe86d656886f3b389fa4c0cb
Patch1: 0001-epub-Fix-cover-path-for-root-level-OPF-files.patch
# upstream 585d4b3cee54fe14eabb767dde72e4226a178ea4
Patch2: 0002-mobi-Avoid-malformed-or-missing-EXTH-header.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
* Tue Aug 5 2014 Yanko Kaneti <yaneti@declera.com> - 1.4-3
- Pick couple uptream fixes. Should help avoid RHBZ 1103325
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Mar 23 2014 Yanko Kaneti <yaneti@declera.com> - 1.4-1
- Update to 1.4. Drop upstream patches.
* Thu Jan 16 2014 Yanko Kaneti <yaneti@declera.com> - 1.3-4
- Yet another crash fix from upstream
11 years ago
* Mon Jan 6 2014 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