From 87c044fd23b05659762852fddf3ab14e47d52323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 12 Mar 2006 11:46:18 +0000 Subject: [PATCH] - Convert docs to UTF-8. --- xosd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xosd.spec b/xosd.spec index 084cee2..15f0250 100644 --- a/xosd.spec +++ b/xosd.spec @@ -5,7 +5,7 @@ Name: xosd Version: 2.2.14 -Release: 4%{?dist} +Release: 5%{?dist} Summary: On-screen display library for X Group: System Environment/Libraries @@ -72,6 +72,9 @@ the XOSD library, similarly to TV OSD. %setup -q %patch0 -p0 %patch1 -p1 +for f in ChangeLog man/xosd_{create,destroy,display,is_onscreen,set_bar_length}.3 ; do + iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f +done %build @@ -125,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Mar 12 2006 Ville Skyttä - 2.2.14-5 +- Convert docs to UTF-8. + * Thu Nov 17 2005 Ville Skyttä - 2.2.14-4 - Adapt to modular X packaging. - Don't ship static libraries by default.