diff options
-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) |