diff options
-rw-r--r-- | rootfiles.spec | 22 |
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) |