73 lines
1.9 KiB
RPMSpec
73 lines
1.9 KiB
RPMSpec
#
|
|
# spec file for package pdf2djvu
|
|
#
|
|
# Copyright (c) 2012 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.12
|
|
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
|
|
BuildRequires: djvulibre
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: pkgconfig(GraphicsMagick++)
|
|
BuildRequires: pkgconfig(ddjvuapi)
|
|
BuildRequires: pkgconfig(libxslt)
|
|
BuildRequires: pkgconfig(poppler)
|
|
# Requires to run tests correctly.
|
|
BuildRequires: ghostscript-fonts-std
|
|
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
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
%find_lang %{name} --with-man
|
|
|
|
%check
|
|
make test
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING doc/changelog doc/cjk.txt doc/credits.txt
|
|
%doc doc/djvudigital.txt
|
|
%{_bindir}/%{name}
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%files lang -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%doc %dir %{_mandir}/??
|
|
%doc %dir %{_mandir}/??/man1
|
|
|
|
%changelog
|