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
|
%prep
|
||||||
%autosetup -N -S git
|
%autosetup -N -S git
|
||||||
|
|
||||||
for i in Fixes WishList; do
|
# NOTE: If more files needs to be converted, add them here:
|
||||||
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
|
for file in Fixes; do
|
||||||
touch -r "$i" "${i}_" && \
|
iconv -f iso-8859-1 -t utf-8 "$file" > "${file}.converted" && \
|
||||||
mv "${i}_" "$i"
|
touch -r "$file" "${file}.converted" && \
|
||||||
|
mv "${file}.converted" "$file"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Also, rename the Copyright so we comply with more generally accepted name:
|
# Also, rename the Copyright so we comply with more generally accepted name:
|
||||||
|
Loading…
Reference in New Issue
Block a user