diff --git a/html2text.spec b/html2text.spec
index 1183813..36d7645 100644
--- a/html2text.spec
+++ b/html2text.spec
@@ -1,6 +1,6 @@
Name: html2text
Epoch: 1
-Version: 2.1.1
+Version: 2.2.3
Release: 1mamba
Summary: HTML to text rendering aimed for E-mail
Group: Graphical Desktop/Applications/Office
@@ -24,6 +24,7 @@ HTML to text rendering aimed for E-mail.
%prep
%setup -q
+autoreconf -f -i
%build
./configure \
@@ -46,13 +47,16 @@ install -d -m0755 %{buildroot}%{_mandir}/{man1,man5}
%files
%defattr(-,root,root)
%{_bindir}/html2text
-%dir %{_docdir}/html2text
-%{_docdir}/html2text/*
%{_mandir}/man1/html2text.1*
%{_mandir}/man5/html2textrc.5*
+#%dir %{_docdir}/html2text
+#%{_docdir}/html2text/*
%doc COPYING
%changelog
+* Sat Aug 26 2023 Automatic Build System 2.2.3-1mamba
+- automatic version update by autodist
+
* Fri Jun 24 2022 Automatic Build System 2.1.1-1mamba
- automatic version update by autodist