Add spec file

This commit is contained in:
Daniel Berteaud 2021-08-16 11:25:20 +02:00
parent 7828948c2e
commit 7e5999d5d3
1 changed files with 47 additions and 0 deletions

47
unpaper.spec Normal file
View File

@ -0,0 +1,47 @@
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 -n
%build
aclocal
automake --add-missing
autoconf
%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