Please review the changes of spec-files-other/core/SUNWxsane.spec.
It is the fix for CR6735224(zh_TW dir problem).
Thanks,
Harry
> --- SUNWxsane.spec.orig 2008-08-12 01:08:15.036633000 +0800
> +++ SUNWxsane.spec 2008-08-12 01:25:46.621490000 +0800
> @@ -99,10 +99,10 @@ cd $RPM_BUILD_ROOT%{_libdir}/gimp/2.0/pl
> ln -s ../../../../bin/xsane
>
> %if %build_l10n
> -# Rename zh dir to zh_CN as zh is a symlink to zh_CN and causing
> installation
> -# problems as a dir.
> +# Rename zh dir to zh_TW dir as the contents of zh.po is in fact for
> zh_TW
> +# and zh is a symlink to zh_CN.
> cd $RPM_BUILD_ROOT%{_datadir}/locale
> -mv zh zh_CN
> +mv zh zh_TW
> %else
> # REMOVE l10n FILES
> rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
> @@ -128,6 +128,8 @@ rm -rf $RPM_BUILD_ROOT
> %endif
>
> %changelog
> +* Mon Aug 11 2008 - harry.fu at sun.com
> +- Change zh dir to zh_TW dir for #6735224
> * Mon Aug 04 2008 - simon.zheng at sun.com
> - Add patch 04-manpage.diff
> * Tue Jul 01 2008 - simon.zheng at sun.com