File pdf2djvu.spec of Package pdf2djvu
#
# spec file for package pdf2djvu (Version 0.7.6)
#
# Copyright (c) 2009-2011 Kyrill Detinov
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
Name: pdf2djvu
Version: 0.7.6
Release: 0
URL: http://pdf2djvu.googlecode.com/
License: GPLv2
Source0: %{name}-%{version}.tar.bz2
Group: Productivity/Publishing/PDF
Summary: PDF to DjVu Converter
BuildRequires: djvulibre
BuildRequires: gcc-c++
BuildRequires: libdjvulibre-devel
BuildRequires: libGraphicsMagick++-devel
BuildRequires: libpoppler-devel
BuildRequires: libxslt-devel
Requires: djvulibre
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
pdf2djvu creates DjVu files from PDF files. It's able to extract:
graphics, text layer, hyperlinks, document outline (bookmarks) and
metadata.
Authors:
--------
Jakub Wilk <ubanus@users.sf.net>
%prep
%setup -q
%build
%{configure}
%{__make} %{?_smp_mflags}
%install
%{makeinstall}
%find_lang %{name}
%check
%{__make} test
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING doc/changelog doc/cjk.txt doc/credits.txt doc/djvudigital.txt
%{_bindir}/%{name}
%doc %{_mandir}/man1/*
%doc %{_mandir}/??
%changelog
# kate: space-indent on; indent-width 4;