diff options
author | Frederic Lepied <flepied@mandriva.com> | 2004-08-31 07:37:01 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2004-08-31 07:37:01 +0000 |
commit | f5b28ed731295bd69c19b0a9dcfb6a4e96dd8232 (patch) | |
tree | 13e4f70eb01fb5ab289cc96dc5424036c575cea2 /mandrake_desk.spec | |
parent | db759897e48dad8143124764f585a242bd2929a7 (diff) | |
download | common-data-f5b28ed731295bd69c19b0a9dcfb6a4e96dd8232.tar common-data-f5b28ed731295bd69c19b0a9dcfb6a4e96dd8232.tar.gz common-data-f5b28ed731295bd69c19b0a9dcfb6a4e96dd8232.tar.bz2 common-data-f5b28ed731295bd69c19b0a9dcfb6a4e96dd8232.tar.xz common-data-f5b28ed731295bd69c19b0a9dcfb6a4e96dd8232.zip |
10.1-6mdk
Diffstat (limited to 'mandrake_desk.spec')
-rw-r--r-- | mandrake_desk.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mandrake_desk.spec b/mandrake_desk.spec index e095c5b..7c5ac75 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -1,7 +1,7 @@ Summary: The Desktop configuration files for Mandrakelinux Name: mandrake_desk Version: 10.1 -Release: 5mdk +Release: 6mdk License: GPL URL: http://www.mandrakelinux.com/ Group: System/Configuration/Other @@ -51,6 +51,7 @@ install -m 0644 backgrounds/xfdrake-test-card.png %buildroot/%_datadir/mdk/xfdra # /usr/bin/ install -d -m 0755 %buildroot/%_bindir/ for i in bin/*.sh ; do install -m 0755 $i %buildroot/%_bindir/ ; done +install -m 0755 bin/www-browser %buildroot/%_bindir/ # /usr/sbin/ install -d -m 0755 %buildroot/%_sbindir/ @@ -143,6 +144,9 @@ rm -fr %buildroot %changelog +* Tue Aug 31 2004 Frederic Lepied <flepied@mandrakesoft.com> 10.1-6mdk +- added the script www-browser + * Fri Aug 27 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 10.1-5mdk - Fix typo in gnome-cd entry |