specfile: Wishlist file removed from conversion

This commit is contained in:
David Kaspar [Dee'Kej] 2016-08-25 16:54:43 +02:00
parent 3708fff091
commit fa980b7d85
1 changed files with 5 additions and 4 deletions

View File

@ -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: