BuildReq autoconf

This commit is contained in:
Daniel Berteaud 2021-08-23 18:47:09 +02:00
parent dea3172f47
commit 7f941bafea
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@ Summary: A post-processing tool for scanned sheets of paper
License: GPLv2
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: sphinx
Requires: ffmpeg
@ -24,7 +25,7 @@ of scanned pages before performing optical character recognition
%setup -q
%build
autoconf -fis
%{__autoconf} -fis
%configure --prefix=%{_prefix}
%{__make}