Index: SUNWxdg-user-dirs.spec
===================================================================
--- SUNWxdg-user-dirs.spec (revision 20189)
+++ SUNWxdg-user-dirs.spec (working copy)
@@ -75,13 +75,6 @@
env LC_ALL=C sort -r -t = -k 2 >> user-dirs.defaults.$$
mv user-dirs.defaults.$$ user-dirs.defaults
-sed -e "/\"Download\"/a\\
- \/* SUN_BRANDING *\/\\
- _(\"Downloads\"), \
- \/* SUN_BRANDING *\/\
- _(\"downloads\")," translate.c > translate.c.$$
-mv translate.c.$$ translate.c
-
sed -e "s/^filename_encoding=UTF-8/filename_encoding=locale/" \
user-dirs.conf > user-dirs.conf.$$
mv user-dirs.conf.$$ user-dirs.conf
@@ -159,6 +152,8 @@
%{_sysconfdir}/*
%changelog
+* Fri Dec 11 2009 - harry.fu at sun.com
+- Remove the appended SUN_BRANDING strings "Downloads" and "downloads."
* Fri Dec 11 2009 - jedy.wang at sun.com
- Update user-dirs.defaults according to changes of community.
* Tue Nov 24 2009 - brian.cameron at sun.com
Jedy Wang wrote:
> I have contacted with Harry Fu and he will handle this.
>
> Regards,
>
> Jedy
>
> On Fri, 2009-12-11 at 18:26 +0800, Ginn Chen wrote:
>
>> You can also remove the line for translate.c in this spec file.
>>
>> Ginn
>>
>>