]> git.pld-linux.org Git - packages/bash-completion.git/blobdiff - bash-completion.spec
- updated to 20020803
[packages/bash-completion.git] / bash-completion.spec
index 7c1c3166031ac20c954729ef2086956e2c8a031a..0337f39ecdc726e2d726c4ab32aa5a54e5ef382a 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       bash-completion offers programmable completion for bash
 Summary(pl):   Programowalne uzupeĀ³nianie nazw dla basha
 Name:          bash-completion
-Version:       20020519
+Version:       20020803
 Release:       1
 License:       GPL
 Group:         Applications/Shells
@@ -31,7 +31,6 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 
 install bash_completion $RPM_BUILD_ROOT%{_sysconfdir}
 
-gzip -9nf README Changelog
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -58,9 +57,10 @@ if [ "$1" -eq 0 ]; then
                > /etc/bashrc.tmp
        mv -f /etc/bashrc.tmp /etc/bashrc
 fi
+chmod 644 /etc/bashrc
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz  contrib/
+%doc README Changelog contrib
 %{_sysconfdir}/bash_completion
 %dir %{_sysconfdir}/bash_completion.d/
This page took 0.102669 seconds and 4 git commands to generate.