|
|
@ -5,8 +5,9 @@ Summary: A post-processing tool for scanned sheets of paper |
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2 |
|
|
|
License: GPLv2 |
|
|
|
URL: https://github.com/unpaper/unpaper |
|
|
|
URL: https://github.com/unpaper/unpaper |
|
|
|
Source0: %{name}-%{version}.tar.gz |
|
|
|
Source0: https://github.com/unpaper/unpaper/archive/refs/tags/%{name}-%{version}.tar.gz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf |
|
|
|
BuildRequires: meson |
|
|
|
BuildRequires: meson |
|
|
|
BuildRequires: sphinx |
|
|
|
BuildRequires: sphinx |
|
|
|
Requires: ffmpeg |
|
|
|
Requires: ffmpeg |
|
|
@ -24,7 +25,7 @@ of scanned pages before performing optical character recognition |
|
|
|
%setup -q |
|
|
|
%setup -q |
|
|
|
|
|
|
|
|
|
|
|
%build |
|
|
|
%build |
|
|
|
autoconf -fis |
|
|
|
%{__autoconf} -fis |
|
|
|
%configure --prefix=%{_prefix} |
|
|
|
%configure --prefix=%{_prefix} |
|
|
|
%{__make} |
|
|
|
%{__make} |
|
|
|
|
|
|
|
|
|
|
|