Convert documentation into UTF-8
This commit is contained in:
parent
6fd1bf4c73
commit
62c31789c1
@ -32,6 +32,11 @@ services.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
for F in CHANGES; do
|
||||||
|
iconv -f iso-8859-1 -t utf-8 < "$F" > "${F}.new"
|
||||||
|
touch -r "$F" "${F}.new"
|
||||||
|
mv "${F}.new" "$F"
|
||||||
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIE"
|
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIE"
|
||||||
|
Loading…
Reference in New Issue
Block a user