]> git.pld-linux.org Git - packages/bash-completion-vim.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 9 Oct 2005 00:10:25 +0000 (00:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-completion-vim.spec -> 1.1

bash-completion-vim.spec [new file with mode: 0644]

diff --git a/bash-completion-vim.spec b/bash-completion-vim.spec
new file mode 100644 (file)
index 0000000..be8f6e6
--- /dev/null
@@ -0,0 +1,34 @@
+Summary:       bash-completion for vim
+Name:          bash-completion-vim
+Version:       0.20051009
+Release:       0.2
+License:       GPL
+Group:         Applications/Shells
+Source0:       ftp://ftp.linux.ee/pub/gentoo/portage/app-editors/vim/files/vim-completion
+# Source0-md5: 87fe7821e180647f3bf48ed099a22b83
+Patch0:                vim-completion-vi.patch
+BuildArch:     noarch
+Requires:      bash-completion
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _sysconfdir /etc/bash_completion.d
+
+%description
+bash-completion for vim.
+
+%prep
+%setup -q -T -c
+cp %{SOURCE0} .
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
+install vim-completion $RPM_BUILD_ROOT%{_sysconfdir}/vim
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_sysconfdir}/*
This page took 0.064715 seconds and 4 git commands to generate.