]> git.pld-linux.org Git - packages/bash-completion.git/blobdiff - bash-completion.spec
- updated to 20021022
[packages/bash-completion.git] / bash-completion.spec
index f66aabd854649cdc6c1607f13bed4b7c4d522250..e4f72f116ee20a8d4b67acf41aa5abc95c2324b9 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:       20020511
+Version:       20021022
 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.062697 seconds and 4 git commands to generate.