From fa980b7d852da882f2841b50436dcaa2df50adef Mon Sep 17 00:00:00 2001 From: David Kaspar [Dee'Kej] Date: Sep 01 2016 16:10:54 +0000 Subject: specfile: Wishlist file removed from conversion --- 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: