From 1058ccfcded4c400a70547a584527608db72e18a Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 16 Mar 2007 16:03:54 +0000 Subject: [PATCH] Fix up encodings in Czech manpages --- linphone.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/linphone.spec b/linphone.spec index dbff87c..7cd16ea 100644 --- a/linphone.spec +++ b/linphone.spec @@ -1,6 +1,6 @@ Name: linphone Version: 1.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications @@ -67,6 +67,13 @@ Libraries and headers required to develop software with linphone. rm -r oRTP +pushd share/cs +for f in *.1 +do + /usr/bin/iconv --from-code iso-8859-2 --to-code utf-8 --output $f.new $f && sed -i -e 's/Encoding: ISO-8859-2/Encoding: UTF-8/' $f.new && mv $f.new $f +done +popd + %build libtoolize --copy --force aclocal -I m4 @@ -136,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Fri Mar 16 2007 Jeffrey C. Ollie - 1.6.0-4 +- Fix up encodings in Czech manpages + * Fri Mar 16 2007 Jeffrey C. Ollie - 1.6.0-3 - Move autoheader after aclocal, fixes 232592