Add reencoding to utf8 for the NEWS file
This commit is contained in:
parent
841a6efb96
commit
9848ce0cae
@ -23,6 +23,8 @@ module available in Python 2.3+.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
# Reencode this as utf8
|
||||||
|
iconv -f ISO-8859-1 -t utf8 NEWS
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user