[devassistant-dap-vim] Sources committed

Tomas Radej tradej at fedoraproject.org
Thu Feb 5 11:36:13 UTC 2015


commit 11f8c53c448eb58998af0fcc4e6601b3855a094c
Author: Tomas Radej <tradej at redhat.com>
Date:   Thu Feb 5 10:42:41 2015 +0100

    Sources committed

 .gitignore                |    1 +
 devassistant-dap-vim.spec |   50 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..551bb94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/vim-0.10.0dev.dap
diff --git a/devassistant-dap-vim.spec b/devassistant-dap-vim.spec
new file mode 100644
index 0000000..2de86a8
--- /dev/null
+++ b/devassistant-dap-vim.spec
@@ -0,0 +1,50 @@
+%global shortname vim
+
+Name:           devassistant-dap-%{shortname}
+Version:        0.10.0dev
+Release:        5%{?dist}
+Summary:        Vim snippet and assistant
+
+BuildArch:      noarch
+
+License:        GPLv2+
+URL:            https://github.com/devassistant/dap-vim
+Source0:        https://dapi.devassistant.org/download/%{shortname}-%{version}.dap
+
+BuildRequires:  devassistant-devel
+Requires:       devassistant-ui
+Requires:       devassistant-dap-common_args
+
+%description
+Installs and configures vim. Works as a mod assistant or a snippet, so you can use it form other assistants.
+
+
+%prep
+%setup -q -n %{shortname}-%{version}
+
+%build
+%repack_assistant
+
+%install
+%install_assistant
+
+%check
+%check_assistant
+
+%files
+%license %{assistant_path}/doc/%{shortname}/LICENSE
+%dir %{assistant_path}/doc/%{shortname}
+%{assistant_path}/assistants/twk/%{shortname}*
+%{assistant_path}/files/snippets/%{shortname}*
+%{assistant_path}/snippets/%{shortname}*
+%{assistant_path}/meta/%{shortname}.yaml
+
+%changelog
+* Wed Feb 04 2015 Tomas Radej <tradej at redhat.com> - 0.10.0dev-5
+Verbose files section
+
+* Tue Feb 03 2015 Tomas Radej <tradej at redhat.com> - 0.10.0dev-4
+Marked licensing files with proper macro
+
+* Thu Jan 22 2015 Tomas Radej <tradej at redhat.com> - 0.10.0dev-3
+Initial package
diff --git a/sources b/sources
index e69de29..a14ac30 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a1324faed1f4c083d4d5a8b20b97776c  vim-0.10.0dev.dap


More information about the scm-commits mailing list