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.
|
|
|
Name: gnome-epub-thumbnailer
|
|
|
|
Version: 1.0
|
|
|
|
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
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
Buildrequires: pkgconfig(libarchive)
|
|
|
|
|
|
|
|
%description
|
|
|
|
Thumbnailer for EPub books
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/gnome-epub-thumbnailer
|
|
|
|
%dir %{_datadir}/thumbnailers
|
|
|
|
%{_datadir}/thumbnailers/gnome-epub-thumbnailer.thumbnailer
|
|
|
|
%doc AUTHORS COPYING NEWS README
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Tue Jul 16 2013 Yanko Kaneti <yaneti@declera.com> - 1.0-1
|
|
|
|
- Initial packaging
|