From a5de8f2512dd14a9678b8cd69121f9ca74d8831b Mon Sep 17 00:00:00 2001 From: Carl George Date: Feb 16 2018 02:16:43 +0000 Subject: Initial import (#1545941) --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59fe34f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/jellybeans.vim-1.6.tar.gz diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b0c220c --- /dev/null +++ b/LICENSE @@ -0,0 +1,24 @@ +Copyright (c) 2009-2016 NanoTech + +Permission is hereby granted, free of charge, to any per‐ +son obtaining a copy of this software and associated doc‐ +umentation files (the “Software”), to deal in the Soft‐ +ware without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distrib‐ +ute, sublicense, and/or sell copies of the Software, and +to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO +THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICU‐ +LAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CON‐ +TRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON‐ +NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 27d7f29..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# vim-jellybeans - -A colorful, dark color scheme for Vim \ No newline at end of file diff --git a/sources b/sources new file mode 100644 index 0000000..afe49fe --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (jellybeans.vim-1.6.tar.gz) = 9decd35877148cd783c5792656de9adcdbeec00479be85331f03d85d8540f513424df2b9501cd79846b6701d0a7c98eb0ba97f2e1f88e4df8dc6683df20f7ba3 diff --git a/vim-jellybeans.spec b/vim-jellybeans.spec new file mode 100644 index 0000000..c959994 --- /dev/null +++ b/vim-jellybeans.spec @@ -0,0 +1,37 @@ +Name: vim-jellybeans +Version: 1.6 +Release: 1%{?dist} +Summary: A colorful, dark color scheme for Vim +License: MIT +URL: https://github.com/nanotech/jellybeans.vim +Source0: %{url}/archive/v%{version}/jellybeans.vim-%{version}.tar.gz +# extracted from source code comments +Source1: LICENSE +BuildArch: noarch +# for %%vimfiles_root macro +BuildRequires: vim-filesystem +Requires: vim-filesystem + + +%description +A colorful, dark color scheme for Vim. + + +%prep +%autosetup -n jellybeans.vim-%{version} +cp %{S:1} . + + +%install +install -D -p -m 644 colors/jellybeans.vim %{buildroot}%{vimfiles_root}/colors/jellybeans.vim + + +%files +%license LICENSE +%doc README.markdown +%{vimfiles_root}/colors/jellybeans.vim + + +%changelog +* Thu Feb 15 2018 Carl George - 1.6-1 +- Initial package