From e90cbceb37d09d934f5c663a69fe42aaeb3cda28 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Fri, 4 Jul 2008 18:30:31 +0000 Subject: [PATCH] fix version (upstream versioning is a bit strange; let's to it how it's supposed to be in Fedora, even if it's not 100% correct) --- python-html2text.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-html2text.spec b/python-html2text.spec index 809cad9..53cde26 100644 --- a/python-html2text.spec +++ b/python-html2text.spec @@ -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.3 +Version: 2.30 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-%{version}.py +Source0: http://www.aaronsw.com/2002/html2text/html2text-2.3.py BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch