|
|
|
Name: zathura-djvu
|
|
|
|
Version: 0.2.3
|
|
|
|
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
|
|
|
|
Requires: zathura
|
|
|
|
BuildRequires: djvulibre-devel
|
|
|
|
BuildRequires: zathura-devel >= 0.2.3
|
|
|
|
|
|
|
|
%description
|
|
|
|
The zathura-djvu plugin adds DjVu support to zathura by
|
|
|
|
using the djvulibre library.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
# Don't rebuild during install phase
|
|
|
|
sed -i 's/^install:\s*all/install:/' Makefile
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug
|
|
|
|
mv djvu-debug.so djvu.so
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
%{_libdir}/zathura/djvu.so
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Wed May 29 2013 Petr Šabata <contyk@redhat.com> - 0.2.3-2
|
|
|
|
- Fix a debuginfo regression (#967954)
|
|
|
|
|
|
|
|
* Tue May 21 2013 Petr Šabata <contyk@redhat.com> - 0.2.3-1
|
|
|
|
- 0.2.3 bump
|
|
|
|
- Dropping the now unneeded patches
|
|
|
|
|
|
|
|
* Fri Mar 29 2013 Kevin Fenzi <kevin@scrye.com> 0.2.2-1
|
|
|
|
- Update to 0.2.2
|
|
|
|
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jan 12 2013 François Cami <fcami@fedoraproject.org> - 0.2.1-3
|
|
|
|
- force-require zathura.
|
|
|
|
|
|
|
|
* Tue Jan 08 2013 François Cami <fcami@fedoraproject.org> - 0.2.1-2
|
|
|
|
- Add fix for djvulibre-devel < 3.5.25 - Thanks to M. Schwendt and E. Echeverria
|
|
|
|
|
|
|
|
* Tue Jan 01 2013 François Cami <fcami@fedoraproject.org> - 0.2.1-1
|
|
|
|
- Initial package.
|