automatic version update by autodist [release 2.0.1-1mamba;Sat May 07 2022]
This commit is contained in:
parent
a7abd90a08
commit
498e770dd5
@ -1,4 +1,4 @@
|
|||||||
# html2text
|
# html2text
|
||||||
|
|
||||||
html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).
|
HTML to text rendering aimed for E-mail.
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Name: html2text
|
Name: html2text
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.0.0
|
Version: 2.0.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Converts a page of HTML into clean, easy-to-read plain ASCII text
|
Summary: HTML to text rendering aimed for E-mail
|
||||||
Group: Graphical Desktop/Applications/Office
|
Group: Graphical Desktop/Applications/Office
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
@ -18,7 +18,7 @@ BuildRequires: libstdc++6-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).
|
HTML to text rendering aimed for E-mail.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ html2text is a Python script that converts a page of HTML into clean, easy-to-re
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
./configure
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -48,6 +48,9 @@ install -d -m0755 %{buildroot}%{_mandir}/{man1,man5}
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 07 2022 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Feb 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
|
* Sun Feb 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
|
||||||
- update to 2.0.0
|
- update to 2.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user