diff options
author | David Baudens <baudens@mandriva.com> | 2002-08-01 07:46:10 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2002-08-01 07:46:10 +0000 |
commit | 6267dd4b10e75ab88e4997aa0f978abfe470091c (patch) | |
tree | 4da7b3e8efaf4deed0db008637aa9a1e0018737a /drakconf.spec | |
parent | 28ac2b18d9927980958b4bdc233f133fd12f7538 (diff) | |
download | control-center-6267dd4b10e75ab88e4997aa0f978abfe470091c.tar control-center-6267dd4b10e75ab88e4997aa0f978abfe470091c.tar.gz control-center-6267dd4b10e75ab88e4997aa0f978abfe470091c.tar.bz2 control-center-6267dd4b10e75ab88e4997aa0f978abfe470091c.tar.xz control-center-6267dd4b10e75ab88e4997aa0f978abfe470091c.zip |
Update & fix
Diffstat (limited to 'drakconf.spec')
-rw-r--r-- | drakconf.spec | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/drakconf.spec b/drakconf.spec index ebd6212f..56d8e99c 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -1,10 +1,12 @@ # Changed by Makefile of cvs. # do not edit here, but in cvs/soft/control-center +# Changed by Makefile of cvs. +%define version 9.0 Summary: The Mandrake Control Center -Name: drakconf -Version: 9.0 -Release: 0.1mdk +Name: drakconf +Version: %version +Release: 0.2mdk # get the source from our cvs repository (see # http://www.linuxmandrake.com/en/cvs.php3) Source0: %{name}-%{version}.tar.bz2 @@ -52,7 +54,7 @@ Center : kde and gnome themes. #install menu mkdir -p %buildroot/%_menudir cat > %buildroot/%_menudir/drakconf << EOF -?package(%{name}): needs="x11" icon="drakconf.png" section="Configuration/Other" title="Mandrake Control Center" longtitle="System configuration tool" command="%_bindir/%name" +?package(%{name}): needs="x11" icon="drakconf.png" section="Configuration" title="Mandrake Control Center" longtitle="System configuration tool" command="%_bindir/%name" EOF #install menu icon @@ -91,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT %_datadir/mcc/kde %changelog +* Thu Aug 01 2002 David BAUDENS <baudens@mandrakesoft.com> 9.0-0.2mdk +- Move menu entry in Configuration + * Mon Jul 29 2002 Pixel <pixel@mandrakesoft.com> 8.3-0.5mdk - add Resolution and Monitor (needs the to-be-released drakxtools) |