From fa980b7d852da882f2841b50436dcaa2df50adef Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Thu, 25 Aug 2016 16:54:43 +0200 Subject: [PATCH] specfile: Wishlist file removed from conversion --- tcsh.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tcsh.spec b/tcsh.spec index c0640fe..3890605 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -102,10 +102,11 @@ job control and a C language like syntax. %prep %autosetup -N -S git -for i in Fixes WishList; do - iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \ - touch -r "$i" "${i}_" && \ - mv "${i}_" "$i" +# NOTE: If more files needs to be converted, add them here: +for file in Fixes; do + iconv -f iso-8859-1 -t utf-8 "$file" > "${file}.converted" && \ + touch -r "$file" "${file}.converted" && \ + mv "${file}.converted" "$file" done # Also, rename the Copyright so we comply with more generally accepted name: