- Convert docs to UTF-8.

epel9
Ville Skyttä 19 years ago
parent 921efb05b4
commit 87c044fd23

@ -5,7 +5,7 @@
Name: xosd Name: xosd
Version: 2.2.14 Version: 2.2.14
Release: 4%{?dist} Release: 5%{?dist}
Summary: On-screen display library for X Summary: On-screen display library for X
Group: System Environment/Libraries Group: System Environment/Libraries
@ -72,6 +72,9 @@ the XOSD library, similarly to TV OSD.
%setup -q %setup -q
%patch0 -p0 %patch0 -p0
%patch1 -p1 %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 %build
@ -125,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sun Mar 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.2.14-5
- Convert docs to UTF-8.
* Thu Nov 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.2.14-4 * Thu Nov 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.2.14-4
- Adapt to modular X packaging. - Adapt to modular X packaging.
- Don't ship static libraries by default. - Don't ship static libraries by default.

Loading…
Cancel
Save