diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-04 07:52:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-04 07:52:20 +0000 |
commit | 7aecd823e4175680bcc733c782900899140c5554 (patch) | |
tree | b888f1f88f983f9b7a8d78a29de165f38a6aec0b /mandrake_desk.spec | |
parent | 34773dbde807972ccc2996dca55a6bf72c5d9aa8 (diff) | |
download | common-data-7aecd823e4175680bcc733c782900899140c5554.tar common-data-7aecd823e4175680bcc733c782900899140c5554.tar.gz common-data-7aecd823e4175680bcc733c782900899140c5554.tar.bz2 common-data-7aecd823e4175680bcc733c782900899140c5554.tar.xz common-data-7aecd823e4175680bcc733c782900899140c5554.zip |
fix descriptions (use Mandrakelinux instead of simply Mandrake)
Diffstat (limited to 'mandrake_desk.spec')
-rw-r--r-- | mandrake_desk.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mandrake_desk.spec b/mandrake_desk.spec index 9cc4b47..6e9b07c 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -1,4 +1,4 @@ -Summary: The Desktop configuration files for Mandrake Linux +Summary: The Desktop configuration files for Mandrakelinux Name: mandrake_desk Version: 10.0 Release: 11mdk @@ -19,7 +19,7 @@ Conflicts: kdebase-kdm-config-file < 1:3.2-62mdk %description This package contains useful icons, backgrounds and others goodies for the -Mandrake desktop. +Mandrakelinux desktop. @@ -94,7 +94,7 @@ for i in screensavers/*.png ; do install -m 0644 $i %buildroot/%_datadir/mdk/scr if [ -f %_sysconfdir/X11/window-managers.rpmsave ];then %_sbindir/convertsession -f %_sysconfdir/X11/window-managers.rpmsave || : fi -# Create a link to allow users to access to Mandrake's backgrounds from KDE +# Create a link to allow users to access to Mandrakelinux's backgrounds from KDE [ ! -d %_datadir/wallpapers ] && install -d -m 0755 %_datadir/wallpapers [ ! -e %_datadir/wallpapers/mandrake-linux ] && ln -s %_datadir/mdk/backgrounds/ %_datadir/wallpapers/mandrake-linux %update_menus @@ -102,7 +102,7 @@ fi %make_session %postun -# Remove link created to allow users to access to Mandrake's backgrounds from KDE +# Remove link created to allow users to access to Mandrakelinux's backgrounds from KDE [ -e %_datadir/wallpapers ] && rm -f %_datadir/wallpapers/mandrake-linux [ $(ls %_datadir/wallpapers/ | wc -l) -eq 0 ] && rm -fr %_datadir/wallpapers/ %clean_menus @@ -145,6 +145,7 @@ rm -fr %buildroot %changelog * Wed Aug 4 2004 Pixel <pixel@mandrakesoft.com> 10.0-11mdk - add "chksession -L" used by DrakX to configure ~/.dmrc +- fix descriptions (use Mandrakelinux instead of simply Mandrake) * Tue Mar 2 2004 Frederic Lepied <flepied@mandrakesoft.com> 10.0-10mdk - in KDE session only pass the session name |