Add reencoding to utf8 for the NEWS file

This commit is contained in:
Toshio くらとみ 2010-06-30 08:46:48 +00:00
parent 841a6efb96
commit 9848ce0cae

View File

@ -23,6 +23,8 @@ module available in Python 2.3+.
%prep
%setup -q
# Reencode this as utf8
iconv -f ISO-8859-1 -t utf8 NEWS
%build
%{__python} setup.py build