Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37100a617e | ||
| 01fdcdbaa7 | |||
| ba850c36c6 | |||
|
|
9b70a4c11f |
3 changed files with 5 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
ansible-vim-*.tar.gz
|
||||
/ansible-vim-*.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ansible-vim-3.4.tar.gz) = c301663e54c7724ff6cc268d4254c96fa7b100860b87584e6615b778a9b8f9e6839d207be6b765c2e85362104a8336e119dfdef995173f48d2f2b108762b6d90
|
||||
SHA512 (ansible-vim-5.0.tar.gz) = aa818109c5647300d1efa7271de2089f734e4a0c3b4da8dcb07c163e16bd96cdb11c425cd99c8331b603ea5d3f60f5f58994a368b99d0657d54122a20abc44c5
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
Name: vim-ansible
|
||||
Version: 3.4
|
||||
Version: 5.0
|
||||
Release: %autorelease
|
||||
BuildArch: noarch
|
||||
Summary: Vim plugin for syntax highlighting ansible's common filetypes
|
||||
License: MIT AND BSD-3-Clause
|
||||
URL: https://github.com/pearofducks/ansible-vim
|
||||
Source0: %{url}/archive/%{version}/ansible-vim-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# for %%vimfiles_root macro
|
||||
BuildRequires: vim-filesystem
|
||||
Requires: vim-filesystem
|
||||
|
|
@ -35,6 +35,7 @@ cp -r --preserve=mode,timestamps ftdetect ftplugin indent syntax %{buildroot}%{v
|
|||
%{vimfiles_root}/indent/ansible.vim
|
||||
%{vimfiles_root}/syntax/ansible.vim
|
||||
%{vimfiles_root}/syntax/ansible_hosts.vim
|
||||
%{vimfiles_root}/syntax/builtin_modules.vim
|
||||
%{vimfiles_root}/syntax/jinja2.vim
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue