convert NEWS to UTF-8

This commit is contained in:
Miroslav Lichvar 2023-05-11 14:14:43 +02:00
parent b8fb2e1a3a
commit 8520dd6f83

View File

@ -110,6 +110,8 @@ This package contains various clients using gpsd.
# don't try reloading systemd when installing in the build root
sed -i 's|systemctl daemon-reload|true|' SConscript
iconv -f iso8859-1 -t utf8 NEWS > NEWS_ && mv NEWS_ NEWS
%build
export CCFLAGS="%{optflags}"
export LINKFLAGS="%{__global_ldflags}"