|
|
|
Name: unpaper
|
|
|
|
Version: 6.1
|
|
|
|
Release: 0.beta1
|
|
|
|
Summary: A post-processing tool for scanned sheets of paper
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
URL: https://github.com/unpaper/unpaper
|
|
|
|
Source0: https://github.com/unpaper/unpaper/archive/refs/tags/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: sphinx
|
|
|
|
Requires: ffmpeg
|
|
|
|
|
|
|
|
%description
|
|
|
|
unpaper is a post-processing tool for scanned sheets of paper,
|
|
|
|
especially for book pages that have been scanned from previously
|
|
|
|
created photocopies. The main purpose is to make scanned book
|
|
|
|
pages better readable on screen after conversion to PDF.
|
|
|
|
Additionally, unpaper might be useful to enhance the quality
|
|
|
|
of scanned pages before performing optical character recognition
|
|
|
|
(OCR).
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -fis
|
|
|
|
%configure --prefix=%{_prefix}
|
|
|
|
%{__make}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
|
|
%{__make} install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(0644,root,root,0755)
|
|
|
|
%doc AUTHORS COPYING NEWS README.md
|
|
|
|
%{_mandir}/man1/unpaper.1
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Fri Aug 06 2021 Daniel Berteaud <daniel.berteaud@iptek.fr>
|
|
|
|
- First package
|