summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DrakConf.spec7
-rw-r--r--Makefile4
2 files changed, 7 insertions, 4 deletions
diff --git a/DrakConf.spec b/DrakConf.spec
index 6b544063..1f5ca856 100644
--- a/DrakConf.spec
+++ b/DrakConf.spec
@@ -5,7 +5,7 @@
Summary: The Mandrake Control Center
Name: %{name}
Version: %{version}
-Release: 43mdk
+Release: 44mdk
# get the source from our cvs repository (see
# http://www.linuxmandrake.com/en/cvs.php3)
Source0: %{name}-%{version}.tar.bz2
@@ -14,7 +14,7 @@ Source2: drakconf32.xpm.bz2
Source3: drakconf48.xpm.bz2
Copyright: GPL
Group: System/Configuration/Other
-Requires: drakxtools >= 1.1.5-94mdk, gtk+mdk, perl-GTK, perl-GTK-GdkImlib, usermode, drakfloppy >= 0.43-1mdk, harddrake >= 0.9.3-17mdk, drakfont >= 0.58-11mdk, XFree86-100dpi-fonts, menudrake >= 0.6-5mdk
+Requires: drakxtools >= 1.1.5-97mdk, gtk+mdk, perl-GTK, perl-GTK-GdkImlib, usermode, drakfloppy >= 0.43-1mdk, harddrake >= 0.9.3-17mdk, drakfont >= 0.58-11mdk, XFree86-100dpi-fonts, menudrake >= 0.6-5mdk
BuildRoot: %{_tmppath}/%{name}-buildroot
%description
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/security/console.apps/setup
%changelog
+* Tue Apr 17 2001 dam's <damien@mandrakesoft.com> 0.61-44mdk
+- snapshot. RC2
+
* Mon Apr 16 2001 dam's <damien@mandrakesoft.com> 0.61-43mdk
- snapshot. RC
diff --git a/Makefile b/Makefile
index 3b8ad463..55ea7004 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION = $(shell awk '/define version/ { print $$3 }' $(NAME).spec)
NAME = DrakConf
SUBDIRS = po
localedir = $(prefix)/usr/share/locale
-RPM=$(HOME)/RPM
+RPM=$(HOME)/rpm
override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
@@ -30,7 +30,7 @@ install: all
dis: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
- cvs commit
+# cvs commit
mkdir -p $(NAME)-$(VERSION)
find . -not -name "$(NAME)-$(VERSION)"|cpio -pd $(NAME)-$(VERSION)/
find $(NAME)-$(VERSION) -type d -name CVS -o -name .cvsignore -o -name unused -name control-center.rc -o -name controlcenter.html -o -name TODO -o -name mdkcc.spec -o -name demo |xargs rm -rf