From 90cbe6bd0ee687f770ae5ad280f1729c4b8b3633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 9 Jun 2015 17:16:44 +0200 Subject: [PATCH] Fix the dep list, install LICENSE with the %license macro --- zathura-djvu.spec | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/zathura-djvu.spec b/zathura-djvu.spec index 4e4641f..8e4b17a 100644 --- a/zathura-djvu.spec +++ b/zathura-djvu.spec @@ -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 - 0.2.4-2 +- Fix the dep list, install LICENSE with the %%license macro + * Fri Oct 17 2014 Petr Šabata - 0.2.4-1 - 0.2.4 bump