File vim-plugin-elixir.spec of Package vim-plugin-elixir

%define vimplugin_dir %_datadir/vim/site

%define bname elixir
Name: vim-plugin-%bname
Version: 0
Release: 16
Summary: Elixir support for vim
License: Apache-2.0
Group: Productivity/Text/Editors
URL: https://github.com/elixir-lang/vim-%bname
Source: vim-%bname.tar.xz
BuildArch: noarch
Provides: vim-%bname = %version-%release
Requires: vim >= 7

BuildRequires: vim >= 7

%description
Elixir (http://elixir-lang.org) support for vim.
This plugin also adds support for Elixir's templating language, EEx.
Features included so far:
  - Syntax highlighting for Elixir and EEx.
  - Filetype detection for '.ex', '.exs' and '.eex' files.
  - Automatic indentation.


%prep
%setup -q -n vim-%bname


%build


%install
for d in compiler ftdetect ftplugin indent syntax; do
	install -d -m 0755 %buildroot%vimplugin_dir/$d
	install -p -m 0644 $d/* %buildroot%vimplugin_dir/$d/
done


%files
%defattr(-,root,root)
%doc README*
%vimplugin_dir/compiler
%vimplugin_dir/ftdetect/*
%vimplugin_dir/ftplugin
%vimplugin_dir/indent
%vimplugin_dir/syntax/*


%changelog
* Mon Mar 15 2021 Led <ledest@gmail.com> 0-16
- fix License

* Mon Jul 17 2017 Led <ledest@gmail.com> 0-15
- git 1c9344d

* Thu Mar 30 2017 Led <ledest@gmail.com> 0-14
- git 027219c

* Sun Feb 26 2017 Led <ledest@gmail.com> 0-13
- git 9524e66

* Wed Feb 08 2017 Led <ledest@gmail.com> 0-12
- git 9cbb3ee

* Sun Dec 11 2016 Led <ledest@gmail.com> 0-11
- git e03211c

* Mon Nov 14 2016 Led <ledest@gmail.com> 0-10
- git e38d63c

* Sun Nov 06 2016 Led <ledest@gmail.com> 0-9
- git 7f077a2

* Tue Nov 01 2016 Led <ledest@gmail.com> 0-8
- git 9afaff4

* Sun Oct 30 2016 Led <ledest@gmail.com> 0-7
- git d3d964a

* Sun Oct 09 2016 Led <ledest@gmail.com> 0-6
- git 4533e11

* Fri Sep 30 2016 Led <ledest@gmail.com> 0-5
- git 4c2c508

* Sun Sep 25 2016 Led <ledest@gmail.com> 0-4
- git 71e68c4

* Sat Jun 18 2016 Led <ledest@gmail.com> 0-3
- git fe61852

* Mon Mar 09 2015 Led <ledest@gmail.com> 0-2
- fix dir owning

* Mon Mar 09 2015 Led <ledest@gmail.com> 0-1
- initial build
openSUSE Build Service is sponsored by