Add vim highlight subpackage
This commit is contained in:
parent
2037f1c406
commit
93c2592908
@ -21,6 +21,16 @@ The BeakerLib project means to provide a library of various helpers, which
|
||||
could be used when writing operating system level integration tests.
|
||||
|
||||
|
||||
%package vim-syntax
|
||||
Summary: Files for syntax highlighting BeakerLib tests in VIM editor
|
||||
Group: Development/Libraries
|
||||
Requires: vim-common
|
||||
BuildRequires: vim-common
|
||||
|
||||
%description vim-syntax
|
||||
Files for syntax highlighting BeakerLib tests in VIM editor
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .configurable-docdir
|
||||
@ -58,6 +68,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_pkgdocdir}/examples/*/*
|
||||
%config %{_tmpfilesdir}/%{name}.conf
|
||||
|
||||
|
||||
%files vim-syntax
|
||||
%{_datadir}/vim/vimfiles/after/ftdetect/beakerlib.vim
|
||||
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
||||
|
||||
%changelog
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user