parent
6a7a68be8e
commit
d660f53aa3
@ -0,0 +1 @@
|
|||||||
|
/gnome-epub-thumbnailer-1.0.tar.xz
|
@ -0,0 +1,42 @@
|
|||||||
|
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 README
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jul 16 2013 Yanko Kaneti <yaneti@declera.com> - 1.0-1
|
||||||
|
- Initial packaging
|
Loading…
Reference in new issue