Fix the dep list, install LICENSE with the %license macro

epel9
Petr Šabata 10 years ago
parent d9ec0e983d
commit 90cbe6bd0e

@ -1,16 +1,19 @@
Name: zathura-djvu Name: zathura-djvu
Version: 0.2.4 Version: 0.2.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: DjVu support for zathura Summary: DjVu support for zathura
Group: Applications/Publishing
License: zlib License: zlib
URL: http://pwmt.org/projects/zathura/plugins/%{name} URL: http://pwmt.org/projects/zathura/plugins/%{name}
Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz 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 Requires: zathura
BuildRequires: djvulibre-devel
BuildRequires: glib2-devel
BuildRequires: zathura-devel >= 0.2.3
%description %description
The zathura-djvu plugin adds DjVu support to zathura by 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 make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install
%files %files
%doc AUTHORS LICENSE %license LICENSE
%doc AUTHORS
%{_libdir}/zathura/djvu.so %{_libdir}/zathura/djvu.so
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%changelog %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 * Fri Oct 17 2014 Petr Šabata <contyk@redhat.com> - 0.2.4-1
- 0.2.4 bump - 0.2.4 bump

Loading…
Cancel
Save