diff options
-rw-r--r-- | DrakConf.spec | 32 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 20 insertions, 13 deletions
diff --git a/DrakConf.spec b/DrakConf.spec index f5ca79b9..75769add 100644 --- a/DrakConf.spec +++ b/DrakConf.spec @@ -1,34 +1,35 @@ # Changed by Makefile of cvs. -%define version 0.62 -%define name DrakConf +%define name DrakConf +%define version 0.70 +%define release 1mdk Summary: The Mandrake Control Center Name: %{name} Version: %{version} -Release: 1mdk +Release: %{release} # get the source from our cvs repository (see # http://www.linuxmandrake.com/en/cvs.php3) Source0: %{name}-%{version}.tar.bz2 Source1: drakconf16.xpm.bz2 Source2: drakconf32.xpm.bz2 Source3: drakconf48.xpm.bz2 -Copyright: GPL +License: GPL Group: System/Configuration/Other -Requires: drakxtools >= 1.1.5-97mdk, gtk+mdk, perl-GTK, perl-GTK-GdkImlib, usermode, drakfloppy >= 0.43-1mdk, -Requires: popt >= 1.6, harddrake >= 0.9.3-17mdk, drakfont >= 0.58-11mdk, XFree86-100dpi-fonts, menudrake >= 0.6-5mdk +Requires: drakxtools >= 1.1.6, gtk+mdk, perl-GTK, perl-GTK-GdkImlib, usermode, drakfloppy >= 0.43-4mdk, +Requires: popt >= 1.6, harddrake >= 0.9.3-17mdk, drakfont >= 0.58-11mdk, XFree86-100dpi-fonts, menudrake >= 0.6.1 BuildRoot: %{_tmppath}/%{name}-buildroot %description -DrakConf is an interface to multiple utilities from DrakXtools. It -allows you to launch : +DrakConf includes the Mandrake Control Center which is an interface to +multiple utilities from DrakXtools. It allows you to launch : - * Hardrake : detection of the hardware + * Hardrake: detection of the hardware * KeyboardDrake: configures your keyboard * MouseDrake: configures and autodetects your mouse * PrinterDrake: detects and configures your printer - * Diskdrake: partitions your hard disk * XfDrake: configure your graphic card easily and change the resolution + * draknet: configures your network and many other tools in an embedded way @@ -93,6 +94,7 @@ rm -rf $RPM_BUILD_ROOT %{_liconsdir}/*.xpm %{_sbindir}/clock.pm %{_sbindir}/menus.pm +%{_sbindir}/logdrake %config(noreplace) %{_sysconfdir}/pam.d/drakconf %config(noreplace) %{_sysconfdir}/security/console.apps/DrakConf %config(noreplace) %{_sysconfdir}/pam.d/mcc @@ -101,11 +103,15 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/security/console.apps/setup %changelog +* Fri Aug 10 2001 Yves Duret <yduret@mandrakesoft.com> 0.70-1mdk +- snapshot for Mandrake Linux 8.1 +- new icons, a console is now embedded, added logdrake +- spec : s/Copyrght/License/, macros + * Wed May 30 2001 Daouda LO <daouda@mandrakesoft.com> 0.62-1mdk - snapshot -> 0.62 - add linuxconf in System. - * Tue Apr 17 2001 dam's <damien@mandrakesoft.com> 0.61-44mdk - snapshot. RC2 @@ -141,8 +147,8 @@ rm -rf $RPM_BUILD_ROOT - snapshot - reput printerdrake - setup linked to DrakConf -- fix Menu title to better reflect package achievement . -- fix requires . +- fix Menu title to better reflect package achievement. +- fix requires. * Sat Apr 7 2001 dam's <damien@mandrakesoft.com> 0.61-33mdk - snapshot. updated requires. @@ -24,6 +24,7 @@ install: all install -s -m755 $(NAME) $(RPM_BUILD_ROOT)/usr/X11R6/bin/ install -m755 clock.pm $(RPM_BUILD_ROOT)/usr/sbin/ install -m755 menus.pm $(RPM_BUILD_ROOT)/usr/sbin/ + install -m755 logdrake $(RPM_BUILD_ROOT)/usr/sbin/ # install -m644 pixmaps/*.xpm $(RPM_BUILD_ROOT)/usr/share/icons/ install -m644 pixmaps/*.png $(RPM_BUILD_ROOT)/usr/share/icons/ for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done |