# # spec file for package pdf2djvu # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: pdf2djvu Version: 0.7.17 Release: 0 Summary: PDF to DjVu Converter License: GPL-2.0 Group: Productivity/Publishing/PDF Url: http://pdf2djvu.googlecode.com/ Source0: http://pdf2djvu.googlecode.com/files/%{name}_%{version}.tar.gz Source1: http://pdf2djvu.googlecode.com/files/%{name}_%{version}.tar.gz.asc Source2: %{name}.keyring BuildRequires: djvulibre BuildRequires: gcc-c++ %if 0%{?suse_version} >= 1230 BuildRequires: gpg-offline %endif BuildRequires: pkgconfig(GraphicsMagick++) BuildRequires: pkgconfig(ddjvuapi) BuildRequires: pkgconfig(libxslt) BuildRequires: pkgconfig(poppler) Requires: djvulibre Recommends: %{name}-lang 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. %lang_package %prep %setup -q %if 0%{?gpg_verify:1} %gpg_verify %{SOURCE1} %endif %build %configure make %{?_smp_mflags} %install %make_install %find_lang %{name} --with-man %files %defattr(-,root,root,-) %doc COPYING doc/{changelog,cjk.txt,credits.txt,djvudigital.txt} %{_bindir}/%{name} %doc %{_mandir}/man?/* %files lang -f %{name}.lang %defattr(-,root,root,-) %doc %dir %{_mandir}/??/ %doc %dir %{_mandir}/??/man1/ %changelog