summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2001-09-12 22:44:51 +0000
committerDavid Baudens <baudens@mandriva.com>2001-09-12 22:44:51 +0000
commit2aa594137c9d57eaafcc8b3d71fb32b67efc1bcb (patch)
treeb01333aba587a2cc314358f81ec74e1db483f05e
parent941e0179723c03d8e69f8fb14e148fe009e5b243 (diff)
downloadrootfiles-2aa594137c9d57eaafcc8b3d71fb32b67efc1bcb.tar
rootfiles-2aa594137c9d57eaafcc8b3d71fb32b67efc1bcb.tar.gz
rootfiles-2aa594137c9d57eaafcc8b3d71fb32b67efc1bcb.tar.bz2
rootfiles-2aa594137c9d57eaafcc8b3d71fb32b67efc1bcb.tar.xz
rootfiles-2aa594137c9d57eaafcc8b3d71fb32b67efc1bcb.zip
Sync spec
-rw-r--r--rootfiles.spec22
1 files changed, 13 insertions, 9 deletions
diff --git a/rootfiles.spec b/rootfiles.spec
index e4c1fe2..db9d134 100644
--- a/rootfiles.spec
+++ b/rootfiles.spec
@@ -1,6 +1,6 @@
# MODIFY IN THE CVS !!
%define version 8.0
-%define release 1mdk
+%define release 4mdk
Summary: The basic required files for the root user's directory
Name: rootfiles
@@ -14,7 +14,7 @@ Packager: David BAUDENS <baudens@mandrakesoft.com>
Source: %name-%version.tar.bz2
BuildRoot: %_tmppath/%name-%version-%release-root
-BuildArchitectures: noarch
+BuildArch: noarch
%description
The rootfiles package contains basic required files that are placed
@@ -23,6 +23,7 @@ as the files found in the etcskel package, which are placed in regular
users' home directories.
%prep
+
%setup -q
%install
@@ -52,18 +53,21 @@ fi
%config(noreplace) /root/.bash_profile
%config(noreplace) /root/.bashrc
%config(noreplace) /root/.cshrc
-%dir /root/.kde
-%config(noreplace) /root/.kde/*
-%config(noreplace) /root/.kderc
-%dir /root/.netscape
-%config(noreplace) /root/.netscape/*
%config(noreplace) /root/.tcshrc
%config(noreplace) /root/.vimrc
-%dir /root/Desktop
-/root/Desktop/*
%attr(0700,root,root) /root/tmp/
%changelog
+* Thu Apr 12 2001 David BAUDENS <baudens@mandrakesoft.com> 8.0-4mdk
+- Remove KDE stuff (provided by kdebase)
+- Remove Netscape stuff (provided by netscape)
+
+* Tue Mar 20 2001 Daouda Lo <daouda@mandrakesoft.com> 8.0-3mdk
+- remove Drakconf workaround
+
+* Tue Mar 20 2001 Daouda Lo <daouda@mandrakesoft.com> 8.0-2mdk
+- workaround for DrakConf crash.
+
* Tue Mar 13 2001 Pixel <pixel@mandrakesoft.com> 8.0-1mdk
- vimrc: remove "Default tab for 4" (set ts=4)