RPM for unpaper
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.0 KiB

3 years ago
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: %{name}-%{version}.tar.gz
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
3 years ago
%build
autoconf -fis
3 years ago
%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