- update to 2.31 (GPLv3 now)
This commit is contained in:
parent
e90cbceb37
commit
6361abc675
3 changed files with 7 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
html2text-2.3.py
|
||||
html2text-2.31.py
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: python-html2text
|
||||
Version: 2.30
|
||||
Version: 2.31
|
||||
Release: 1.1
|
||||
Summary: Converts a page of HTML into clean, easy-to-read plain ASCII text
|
||||
|
||||
Group: Development/Languages
|
||||
License: GPLv3
|
||||
URL: http://www.aaronsw.com/2002/html2text/
|
||||
Source0: http://www.aaronsw.com/2002/html2text/html2text-2.3.py
|
||||
Source0: http://www.aaronsw.com/2002/html2text/html2text-2.31.py
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
|
|
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 27 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.31-1
|
||||
- update to 2.31 (GPLv3 now)
|
||||
|
||||
* Fri Jul 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.30-1
|
||||
- update to 2.30 (GPLv3 now)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
95e5d245f7b336713c114ea69db2eb5f html2text-2.3.py
|
||||
ed191980d0a58e884677c008973a9537 html2text-2.31.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue