diff --git a/unpaper.spec b/unpaper.spec index 3a90ff1..12484b6 100644 --- a/unpaper.spec +++ b/unpaper.spec @@ -1,6 +1,6 @@ Name: unpaper Version: 6.1 -Release: 0.beta1 +Release: 1 Summary: A post-processing tool for scanned sheets of paper License: GPLv2 @@ -11,6 +11,8 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: meson BuildRequires: sphinx +BuildRequires: ffmpeg-devel +BuildRequires: libxslt Requires: ffmpeg %description @@ -40,8 +42,14 @@ autoreconf -fis %files %defattr(0644,root,root,0755) %doc AUTHORS COPYING NEWS README.md -%{_mandir}/man1/unpaper.1 +%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 %changelog -* Fri Aug 06 2021 Daniel Berteaud +* Tue Aug 24 2021 Daniel Berteaud - First package