diff --git a/html2text.spec b/html2text.spec
index b90b416..1183813 100644
--- a/html2text.spec
+++ b/html2text.spec
@@ -1,6 +1,6 @@
Name: html2text
Epoch: 1
-Version: 2.0.1
+Version: 2.1.1
Release: 1mamba
Summary: HTML to text rendering aimed for E-mail
Group: Graphical Desktop/Applications/Office
@@ -26,7 +26,12 @@ HTML to text rendering aimed for E-mail.
%setup -q
%build
-./configure
+./configure \
+ --prefix=%{_prefix} \
+ --bindir=%{_bindir} \
+ --datarootdir=%{_datadir} \
+ --docdir=%{_docdir}/html2text \
+ --mandir=%{_mandir}
%make
@@ -41,13 +46,16 @@ install -d -m0755 %{buildroot}%{_mandir}/{man1,man5}
%files
%defattr(-,root,root)
%{_bindir}/html2text
-%dir %{_datadir}/doc/html2text
-%{_datadir}/doc/html2text/*
+%dir %{_docdir}/html2text
+%{_docdir}/html2text/*
%{_mandir}/man1/html2text.1*
%{_mandir}/man5/html2textrc.5*
%doc COPYING
%changelog
+* Fri Jun 24 2022 Automatic Build System 2.1.1-1mamba
+- automatic version update by autodist
+
* Sat May 07 2022 Automatic Build System 2.0.1-1mamba
- automatic version update by autodist