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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .configurable-docdir
|
%patch0 -p1 -b .configurable-docdir
|
||||||
@ -58,6 +68,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_pkgdocdir}/examples/*/*
|
%doc %{_pkgdocdir}/examples/*/*
|
||||||
%config %{_tmpfilesdir}/%{name}.conf
|
%config %{_tmpfilesdir}/%{name}.conf
|
||||||
|
|
||||||
|
|
||||||
|
%files vim-syntax
|
||||||
|
%{_datadir}/vim/vimfiles/after/ftdetect/beakerlib.vim
|
||||||
|
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-5
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user