|
|
|
@ -1,17 +1,24 @@
|
|
|
|
|
Name: zathura-cb
|
|
|
|
|
Version: 0.1.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Comic book support for zathura
|
|
|
|
|
Group: Applications/Publishing
|
|
|
|
|
License: zlib
|
|
|
|
|
URL: http://pwmt.org/projects/zathura/plugins/%{name}
|
|
|
|
|
Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildRequires: libarchive-devel
|
|
|
|
|
BuildRequires: zathura-devel >= 0.2.5
|
|
|
|
|
BuildRequires: girara-devel
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: cairo-devel
|
|
|
|
|
BuildRequires: binutils
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: sed
|
|
|
|
|
BuildRequires: pkgconfig(cairo)
|
|
|
|
|
BuildRequires: pkgconfig(gdk-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(girara-gtk3)
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(libarchive)
|
|
|
|
|
BuildRequires: pkgconfig(zathura)
|
|
|
|
|
Requires: zathura
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The zathura-cb plugin adds comic book archive support to zathura.
|
|
|
|
@ -29,10 +36,14 @@ make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%{_libdir}/zathura/cb.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 09 2015 Petr Šabata <contyk@redhat.com> - 0.1.4-2
|
|
|
|
|
- Fix the dep list, install LICENSE with the %%license macro
|
|
|
|
|
|
|
|
|
|
* Wed Nov 12 2014 Petr Šabata <contyk@redhat.com> - 0.1.4-1
|
|
|
|
|
- 0.1.4 bugfix bump
|
|
|
|
|
|
|
|
|
|