diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-03-22 12:55:37 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-03-22 12:55:37 +0000 |
commit | 6b034d0e7375cdf86eb948fbfb29985b45df785c (patch) | |
tree | be232314e807c69648f6110200935dae342f82dd | |
parent | 25480101275763920a6ae1c25eb1fd4c750a437d (diff) | |
download | rootfiles-6b034d0e7375cdf86eb948fbfb29985b45df785c.tar rootfiles-6b034d0e7375cdf86eb948fbfb29985b45df785c.tar.gz rootfiles-6b034d0e7375cdf86eb948fbfb29985b45df785c.tar.bz2 rootfiles-6b034d0e7375cdf86eb948fbfb29985b45df785c.tar.xz rootfiles-6b034d0e7375cdf86eb948fbfb29985b45df785c.zip |
"Seethechangelog"
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | rootfiles.spec | 7 |
3 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2000-03-22 Chmouel Boudjnah <chmouel@mandrakesoft.com> + + * emacs: remove the files. + 1999-12-28 Chmouel Boudjnah <chmouel@mandrakesoft.com> * : first import. @@ -1,6 +1,6 @@ NAME = rootfiles VERSION = 7.0 -DOTFILES = Xdefaults bash_logout bash_profile bashrc cshrc emacs kderc tcshrc vimrc zshrc kde netscape +DOTFILES = Xdefaults bash_logout bash_profile bashrc cshrc kderc tcshrc vimrc zshrc kde netscape FILES = Desktop all: diff --git a/rootfiles.spec b/rootfiles.spec index 9d5d801..8e1b7c3 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -1,5 +1,5 @@ -%define version 7.0 -%define release 6mdk +%define version 7.1 +%define release 1mdk %define name rootfiles Summary: The basic required files for the root user's directory. @@ -47,6 +47,9 @@ fi %attr(0700,root,root) /root/tmp/ %changelog +* Wed Mar 22 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 7.1-1mdk +- Remove .emacs (moved to his package). + * Mon Jan 10 2000 Pixel <pixel@mandrakesoft.com> - added a kfmrc (for Templates directory) |