]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- don't include subversion completion file (conflicts with subversion-tools auto/ac/bash-completion-20040711-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 13 Jul 2004 20:32:46 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  package)
- release 2

Changed files:
    bash-completion.spec -> 1.102

bash-completion.spec

index acc9b07320667ed678c67f55836ea75c4427e5f9..278d951709bdcac184f2149b50656edb2bd49fa2 100644 (file)
@@ -2,7 +2,7 @@ Summary:        bash-completion offers programmable completion for bash
 Summary(pl):   Programowalne uzupe³nianie nazw dla basha
 Name:          bash-completion
 Version:       20040711
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Shells
 Source0:       http://www.caliban.org/files/bash/%{name}-%{version}.tar.bz2
@@ -36,6 +36,9 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 install bash_completion $RPM_BUILD_ROOT%{_sysconfdir}
 install contrib/*       $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 
+# subversion comes with much better completion file
+rm $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/subversion
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.272737 seconds and 4 git commands to generate.