Files
vim-ocaml/vim-ocaml.spec

34 lines
712 B
RPMSpec

Name: vim-ocaml
Version: 0
Release: 0
Summary: Vim runtime files for OCaml
License: MIT
Group: Productivity/Text/Editors
Url: https://github.com/ocaml/vim-ocaml
Source: %{name}-%{version}.tar
BuildArch: noarch
%description
Vim runtime files for OCaml. These are synced periodically with the builtin support that comes with Vim. Users are recommended to use this repository directly however as it's more up to date.
%prep
%autosetup -p1
%build
%install
d='%{buildroot}%{_datadir}/vim/site/'
mkdir -vp "${d}"
cp -avt "${d}" \
compiler \
doc \
ftdetect \
ftplugin \
plugin \
indent \
syntax
%files
%config %{_datadir}/*
%changelog