]> git.pld-linux.org Git - packages/bash-completion-vim.git/blame - bash-completion-vim.spec
- new
[packages/bash-completion-vim.git] / bash-completion-vim.spec
CommitLineData
cbca3e07
ER
1Summary: bash-completion for vim
2Name: bash-completion-vim
3Version: 0.20051009
4Release: 0.2
5License: GPL
6Group: Applications/Shells
7Source0: ftp://ftp.linux.ee/pub/gentoo/portage/app-editors/vim/files/vim-completion
8# Source0-md5: 87fe7821e180647f3bf48ed099a22b83
9Patch0: vim-completion-vi.patch
10BuildArch: noarch
11Requires: bash-completion
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%define _sysconfdir /etc/bash_completion.d
15
16%description
17bash-completion for vim.
18
19%prep
20%setup -q -T -c
21cp %{SOURCE0} .
22%patch0 -p1
23
24%install
25rm -rf $RPM_BUILD_ROOT
26install -d $RPM_BUILD_ROOT%{_sysconfdir}
27install vim-completion $RPM_BUILD_ROOT%{_sysconfdir}/vim
28
29%clean
30rm -rf $RPM_BUILD_ROOT
31
32%files
33%defattr(644,root,root,755)
34%{_sysconfdir}/*
This page took 0.621893 seconds and 4 git commands to generate.