automatic version update by autodist [release 2.1.1-1mamba;Fri Jun 24 2022]

This commit is contained in:
Automatic Build System 2024-01-05 23:43:46 +01:00
parent 498e770dd5
commit 3ba2633da4

View File

@ -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 <autodist@mambasoft.it> 2.1.1-1mamba
- automatic version update by autodist
* Sat May 07 2022 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
- automatic version update by autodist