|
|
|
@ -1,16 +1,19 @@
|
|
|
|
|
Name: zathura-djvu
|
|
|
|
|
Version: 0.2.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: DjVu 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: coreutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: sed
|
|
|
|
|
BuildRequires: pkgconfig(cairo)
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(ddjvuapi)
|
|
|
|
|
BuildRequires: pkgconfig(girara-gtk3)
|
|
|
|
|
BuildRequires: pkgconfig(zathura)
|
|
|
|
|
Requires: zathura
|
|
|
|
|
BuildRequires: djvulibre-devel
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: zathura-devel >= 0.2.3
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The zathura-djvu plugin adds DjVu support to zathura by
|
|
|
|
@ -29,11 +32,15 @@ mv djvu-debug.so djvu.so
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%{_libdir}/zathura/djvu.so
|
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 09 2015 Petr Šabata <contyk@redhat.com> - 0.2.4-2
|
|
|
|
|
- Fix the dep list, install LICENSE with the %%license macro
|
|
|
|
|
|
|
|
|
|
* Fri Oct 17 2014 Petr Šabata <contyk@redhat.com> - 0.2.4-1
|
|
|
|
|
- 0.2.4 bump
|
|
|
|
|
|
|
|
|
|