diff options
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index 596476b..7bf9a6e 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -65,11 +65,7 @@ do /etc/locale/$i/LC_MESSAGES/ cp %{_datadir}/locale/$i/LC_MESSAGES/bootsplash.mo \ /etc/locale/$i/LC_MESSAGES/ - for f in LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME; - do - cp -L %{_datadir}/locale/$i/$f /etc/locale/$i/$f - done - break + break fi done @@ -91,6 +87,11 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Tue Sep 30 2004 Pablo Saratxaga <pablo@mandrakesoft.com> 2.1.13-2mdk +- fix rendering for UTF-8 in ttf.c and splash.sh +- removed copying of locale from post script (it is now done by DrakX/locale) +- various new translations + * Fri Sep 10 2004 Warly <warly@mandrakesoft.com> 2.1.13-1mdk - Do not refresh the screen if we are in verbose mode when rc starts |