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.

56 lines
1.4 KiB

3 years ago
Name: unpaper
Version: 6.1
Release: 1
3 years ago
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
3 years ago
BuildRequires: autoconf
BuildRequires: automake
3 years ago
BuildRequires: meson
BuildRequires: sphinx
BuildRequires: ffmpeg-devel
BuildRequires: libxslt
3 years ago
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
3 years ago
autoreconf -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
%doc %{_docdir}/%{name}/img/*.png
%doc %{_docdir}/%{name}/img/documentation.odg
%doc %{_docdir}/%{name}/basic-concepts.md
%doc %{_docdir}/%{name}/image-processing.md
%doc %{_docdir}/%{name}/file-formats.md
%{_mandir}/man1/unpaper.1.gz
%attr(0755,root,root) %{_bindir}/unpaper
3 years ago
%changelog
* Tue Aug 24 2021 Daniel Berteaud <daniel@firewall-services.com> 6.1-1
3 years ago
- First package