Compare commits

..

No commits in common. "rawhide" and "epel7" have entirely different histories.

4 changed files with 50 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/vim-toml-624f024.tar.gz
/vim-toml-85ba827.tar.gz

View file

@ -1 +0,0 @@
part of vim-common since version 8.2.3519

1
sources Normal file
View file

@ -0,0 +1 @@
SHA512 (vim-toml-85ba827.tar.gz) = a52fe4f821fec22c67284f7ebfd1761af68295b535638209a2b1dd8234981eee1ce2ee8d4e0a82185d68fff3bc3a352e892b7ebcea97cb93cd040d89fe5d6344

47
vim-toml.spec Normal file
View file

@ -0,0 +1,47 @@
%global commit 85ba8277a6e331a56fce920d62bfdacce5bc5a80
%global commitdate 20180615
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: vim-toml
Version: 0
Release: 0.2.%{commitdate}git%{shortcommit}%{?dist}
Summary: Vim syntax for TOML
License: MIT
URL: https://github.com/cespare/vim-toml
Source0: %{url}/archive/%{commit}/vim-toml-%{shortcommit}.tar.gz
BuildArch: noarch
# for %%vimfiles_root macro
BuildRequires: vim-filesystem
Requires: vim-filesystem
%description
%{summary}.
%prep
%autosetup -n vim-toml-%{commit}
%install
install -D -p -m 644 ftdetect/toml.vim %{buildroot}%{vimfiles_root}/ftdetect/toml.vim
install -D -p -m 644 ftplugin/toml.vim %{buildroot}%{vimfiles_root}/ftplugin/toml.vim
install -D -p -m 644 syntax/toml.vim %{buildroot}%{vimfiles_root}/syntax/toml.vim
%files
%license LICENSE
%{vimfiles_root}/ftdetect/toml.vim
%{vimfiles_root}/ftplugin/toml.vim
%{vimfiles_root}/syntax/toml.vim
%changelog
* Thu Jun 21 2018 Carl George <carl@george.computer> - 0-0.2.20180615git85ba827
- Latest upstream commit
* Thu Apr 05 2018 Carl George <carl@george.computer> - 0-0.1.20180306git624f024
- Include snapshot date in release
* Wed Apr 04 2018 Carl George <carl@george.computer> - 0-0.1.git624f024
- Initial package