diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-06-13 12:45:56 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-06-13 12:45:56 +0000 |
commit | 565097030241fa8d6eb9a81d17a1ae5034e31ad7 (patch) | |
tree | 65943fffd8bdc7308067d0ae16e0c347af27f4e4 | |
parent | c609db3612a3a489fadaf08a841e82bff7575124 (diff) | |
download | rootfiles-565097030241fa8d6eb9a81d17a1ae5034e31ad7.tar rootfiles-565097030241fa8d6eb9a81d17a1ae5034e31ad7.tar.gz rootfiles-565097030241fa8d6eb9a81d17a1ae5034e31ad7.tar.bz2 rootfiles-565097030241fa8d6eb9a81d17a1ae5034e31ad7.tar.xz rootfiles-565097030241fa8d6eb9a81d17a1ae5034e31ad7.zip |
new release
-rw-r--r-- | rootfiles.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/rootfiles.spec b/rootfiles.spec index 6b9f643..d9ea06c 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -1,7 +1,7 @@ # MODIFY IN THE CVS !! %define name rootfiles %define version 10.2 -%define release 1mdk +%define release 2mdk Name: %{name} Version: %{version} @@ -21,12 +21,12 @@ in the root user's account. %setup -q %install -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} install -d %buildroot/root make install RPM_BUILD_ROOT=%buildroot %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %pre # we used to put .Xclients in this package -- back it up if it's been @@ -45,6 +45,7 @@ fi %config(noreplace) /root/.Xdefaults %config(noreplace) /root/.bash_logout %config(noreplace) /root/.bash_profile +%config(noreplace) /root/.bash_completion %config(noreplace) /root/.bashrc %config(noreplace) /root/.cshrc %config(noreplace) /root/.tcshrc @@ -52,6 +53,11 @@ fi %attr(0700,root,root) /root/tmp/ %changelog +* Mon Jun 13 2005 Guillaume Rousse <guillomovitch@mandrake.org> 10.2-2mdk +- add .bash_completion +- drop explicit bash_completion sourcing from .bashrc +- spec cleanup + * Tue Jan 04 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 10.2-1mdk - Modernize root's .vimrc - Trim obsolete information from description |