From 9848ce0caef62637cb4c52487487e354ee6a5290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Wed, 30 Jun 2010 08:46:48 +0000 Subject: [PATCH] Add reencoding to utf8 for the NEWS file --- python-dateutil.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-dateutil.spec b/python-dateutil.spec index a9d0da4..5dbc01b 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -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