diff options
Diffstat (limited to 'rootfiles.spec')
-rw-r--r-- | rootfiles.spec | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/rootfiles.spec b/rootfiles.spec index 6bb9812..b6bc86e 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -1,5 +1,5 @@ %define version 7.2 -%define release 1mdk +%define release 2mdk %define name rootfiles Summary: The basic required files for the root user's directory. @@ -29,16 +29,16 @@ make install RPM_BUILD_ROOT=$RPM_BUILD_ROOT/ %clean rm -rf $RPM_BUILD_ROOT -%pre -# we used to put .Xclients in this package -- back it up if it's been -# customized -cd /root -if [ -f .Xclients -a -x /bin/awk ]; then - m=`md5sum .Xclients | awk '{ print $1 }'` - if [ $m != "506b9496f2853fc9fee6c6b1c5f3ee48" ]; then - mv .Xclients .Xclients.rpmsave - fi -fi +#%pre +## we used to put .Xclients in this package -- back it up if it's been +## customized +#cd /root +#if [ -f .Xclients -a -x /bin/awk ]; then +# m=`md5sum .Xclients | awk '{ print $1 }'` +# if [ $m != "506b9496f2853fc9fee6c6b1c5f3ee48" ]; then +# mv .Xclients .Xclients.rpmsave +# fi +#fi %files %defattr(-,root,root) @@ -48,6 +48,9 @@ fi %attr(0700,root,root) /root/tmp/ %changelog +* Tue Mar 13 2001 Pixel <pixel@mandrakesoft.com> 7.2-2mdk +- vimrc: remove "Default tab for 4" (set ts=4) + * Mon Oct 9 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 7.2-1mdk - rebuild for 7.2 |