[devassistant-dap-eclipse] Sources committed

Tomas Radej tradej at fedoraproject.org
Thu Feb 5 11:22:24 UTC 2015


commit cbfb11945cd0e9bc5e190ac3ba9bdb0928127561
Author: Tomas Radej <tradej at redhat.com>
Date:   Thu Feb 5 10:40:29 2015 +0100

    Sources committed

 .gitignore                    |    1 +
 devassistant-dap-eclipse.spec |   54 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..94b8c5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/eclipse-0.10.0dev.dap
diff --git a/devassistant-dap-eclipse.spec b/devassistant-dap-eclipse.spec
new file mode 100644
index 0000000..831a9c0
--- /dev/null
+++ b/devassistant-dap-eclipse.spec
@@ -0,0 +1,54 @@
+%global shortname eclipse
+
+Name:           devassistant-dap-%{shortname}
+Version:        0.10.0dev
+Release:        7%{?dist}
+Summary:        Eclipse snippet and assistant
+
+BuildArch:      noarch
+
+License:        GPLv2+
+URL:            https://github.com/devassistant/dap-eclipse
+Source0:        https://dapi.devassistant.org/download/%{shortname}-%{version}.dap
+
+BuildRequires:  devassistant-devel
+Requires:       devassistant-ui
+Requires:       devassistant-dap-common_args
+
+%description
+Installs and configures eclipse. 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-7
+Text-wrapped description
+
+* Wed Feb 04 2015 Tomas Radej <tradej at redhat.com> - 0.10.0dev-6
+Verbose files section
+
+* Tue Feb 03 2015 Tomas Radej <tradej at redhat.com> - 0.10.0dev-5
+Marked licensing files with proper macro
+
+* Thu Jan 22 2015 Tomas Radej <tradej at redhat.com> - 0.10.0dev-4
+Initial package
diff --git a/sources b/sources
index e69de29..5933372 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+60c6fbacb568648802319f51c4840665  eclipse-0.10.0dev.dap


More information about the scm-commits mailing list