diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-04-05 21:51:26 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-04-05 21:51:26 +0000 |
commit | c92ed7585d7aaf920c49674512d1552edaf191be (patch) | |
tree | a0ad9043260682698666cbb15488eb8a09e73e2d | |
parent | a2961502db4cf23f3ec56b4b02aac11a33bd6565 (diff) | |
download | common-data-c92ed7585d7aaf920c49674512d1552edaf191be.tar common-data-c92ed7585d7aaf920c49674512d1552edaf191be.tar.gz common-data-c92ed7585d7aaf920c49674512d1552edaf191be.tar.bz2 common-data-c92ed7585d7aaf920c49674512d1552edaf191be.tar.xz common-data-c92ed7585d7aaf920c49674512d1552edaf191be.zip |
"Seethechangelog"
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | mandrake_desk.spec | 5 |
3 files changed, 4 insertions, 3 deletions
@@ -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> @@ -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. |