specfile: Wishlist file removed from conversion
This commit is contained in:
parent
3708fff091
commit
fa980b7d85
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user