summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Duret <yduret@mandriva.com>2001-08-09 23:13:31 +0000
committerYves Duret <yduret@mandriva.com>2001-08-09 23:13:31 +0000
commitf684d5a4a4272ec2396ef6dd0dc9a7a77270dd88 (patch)
treef644f6740156b5e74e87778caa8b912889eb0422
parent427a969be224d60ad83ccc8b0c2c10ddfc5730b1 (diff)
downloadcontrol-center-f684d5a4a4272ec2396ef6dd0dc9a7a77270dd88.tar
control-center-f684d5a4a4272ec2396ef6dd0dc9a7a77270dd88.tar.gz
control-center-f684d5a4a4272ec2396ef6dd0dc9a7a77270dd88.tar.bz2
control-center-f684d5a4a4272ec2396ef6dd0dc9a7a77270dd88.tar.xz
control-center-f684d5a4a4272ec2396ef6dd0dc9a7a77270dd88.zip
new rpm
-rw-r--r--DrakConf.spec32
-rw-r--r--Makefile1
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.
diff --git a/Makefile b/Makefile
index 12a5272b..0b095b82 100644
--- a/Makefile
+++ b/Makefile
@@ -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