From 1c9a41871c24086e0d62813597864a7d892201af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 9 Jun 2015 17:34:46 +0200 Subject: [PATCH] Fix the dep list, install LICENSE with the %license macro --- zathura-cb.spec | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index e86d916..bcb1670 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -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 - 0.1.4-2 +- Fix the dep list, install LICENSE with the %%license macro + * Wed Nov 12 2014 Petr Šabata - 0.1.4-1 - 0.1.4 bugfix bump