[duel3] music-credits.txt needs to be converted from iso8859-1 to utf-8

Bruno Wolff III bruno at fedoraproject.org
Sat Mar 3 08:58:19 UTC 2012


commit 104e604f7fef8e4f0c1189ec90997411f7bb4200
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Mar 3 02:56:34 2012 -0600

    music-credits.txt needs to be converted from iso8859-1 to utf-8

 duel3.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/duel3.spec b/duel3.spec
index c83e6d1..e475592 100644
--- a/duel3.spec
+++ b/duel3.spec
@@ -49,6 +49,8 @@ cp %{SOURCE4} .
 %patch2 -p1
 %patch3 -p1
 sed -i 's/\r//' Source/readme.txt license.txt music-credits.txt
+iconv -f iso8859-1 -t utf-8 music-credits.txt > temp
+mv temp music-credits.txt
 
 
 %build


More information about the scm-commits mailing list