aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--Makefile1
-rw-r--r--mandrake_desk.spec5
3 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a1a9e94..8feba08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* mandrake_desk.spec: adjust groups.
* Makefile: correct dis and rpm target.
+ * Makefile: don't need to bzip (spec-helper do this job).
* window-managers: fix blakbox with last blackbox package.
2000-02-02 Chmouel Boudjnah <chmouel@mandrakesoft.com>
diff --git a/Makefile b/Makefile
index 9f2035c..ac13d21 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,6 @@ install:
$(RPM_BUILD_ROOT)/usr/lib/mc/desktop-scripts
install -m644 gnome/mandrake.links \
$(RPM_BUILD_ROOT)/usr/lib/desktop-links
- bzip2 -9f $(RPM_BUILD_ROOT)/usr/man/*/*
dis:
diff --git a/mandrake_desk.spec b/mandrake_desk.spec
index 00cef4b..1856027 100644
--- a/mandrake_desk.spec
+++ b/mandrake_desk.spec
@@ -7,9 +7,9 @@ Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
-Group: Base
+Group: System/Configuration/Other
Icon: mandrake-small.xpm
-BuildRoot: /tmp/%{name}-buildroot
+BuildRoot: %{_tmppath}/%{name}-buildroot
# get the source from our cvs repository (see
# http://www.linuxmandrake.com/en/cvs.php3)
Source: mandrake_desk-%{version}.tar.bz2
@@ -53,6 +53,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Apr 5 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.0.2-1mdk
+- mandrake_desk.spec: adjust groups.
- Makefile: correct dis and rpm target.
- window-managers: fix blakbox with last blackbox package.