--- ../debian/html2text.spec 2007-07-22 21:03:22.000000000 +0200 +++ html2text.spec 2007-12-10 09:13:25.000000000 +0100 @@ -1,10 +1,10 @@ Name: html2text Version: 1.3.2a -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTML-to-text converter Group: Applications/Text -License: GPL +License: GPLv2+ URL: http://www.mbayer.de/html2text/ Source0: ftp://ftp.ibiblio.org/pub/linux/apps/www/converters/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -34,6 +34,10 @@ %prep %setup -q +f=README +iconv -f latin1 -t utf8 < $f > $f.utf8 +touch -r $f $f.utf8 +mv $f.utf8 $f %build @@ -70,5 +74,8 @@ %changelog +* Mon Dec 10 2007 Terje Rosten 1.3.2a-2 +- Fix README and license + * Thu Jul 19 2007 Patrice Dumas 1.3.2a-1 - initial packaging