- update to 2.28 (just one line actually different)
This commit is contained in:
parent
262bdc14ea
commit
3e7bc97a3e
3 changed files with 8 additions and 6 deletions
|
|
@ -1 +1 @@
|
||||||
html2text-2.26.py
|
html2text-2.28.py
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,9 @@
|
||||||
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
|
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
|
|
||||||
Name: python-html2text
|
Name: python-html2text
|
||||||
Version: 2.26
|
Version: 2.28
|
||||||
Release: 3.1
|
Release: 1.1
|
||||||
Summary: Converts a page of HTML into clean, easy-to-read plain ASCII text
|
Summary: Converts a page of HTML into clean, easy-to-read plain ASCII text
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
|
@ -15,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
|
|
||||||
%description
|
%description
|
||||||
html2text is a Python script that convers a page of HTML into clean,
|
html2text is a Python script that convers a page of HTML into clean,
|
||||||
|
|
@ -50,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 04 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.28-1
|
||||||
|
- update to 2.28 (just one line actually different)
|
||||||
|
|
||||||
* Thu Oct 04 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.26-3
|
* Thu Oct 04 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.26-3
|
||||||
- BR python (fixes #317211)
|
- BR python (fixes #317211)
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
6b567fea434b188e3ce838fffccf1565 html2text-2.26.py
|
55f5e1a8301d71e043d44b3f26b7cd71 html2text-2.28.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue