]> git.pld-linux.org Git - projects/template-specs.git/blame - vim-plugin.spec
- with test
[projects/template-specs.git] / vim-plugin.spec
CommitLineData
35c80078 1# TODO:
2# - What to do with .vimup file?
3Summary: Vim plugin: NAME
4Name: vim-plugin-NAME
5Version: 3.0
6Release: %{gitver}.0.1
7License: vim
8Group: Applications/Editors/Vim
9Source0: -
10# Source0-md5: -
11URL: -
12# for _vimdatadir
13Requires: vim-rt >= 4:6.3.058-3
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define _vimdatadir %{_datadir}/vim/vimfiles
18
19%description
20Vim plugin for foo and even bar.
21
22%prep
23%setup -qc
24
25%install
26rm -rf $RPM_BUILD_ROOT
27install -d $RPM_BUILD_ROOT%{_vimdatadir}
28cp -a . $RPM_BUILD_ROOT%{_vimdatadir}
29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(644,root,root,755)
35%{_vimdatadir}/*
This page took 0.242309 seconds and 4 git commands to generate.