[devassistant-dap-dap] Sources committed

Tomas Radej tradej at fedoraproject.org
Thu Feb 5 14:28:56 UTC 2015


commit 55eeb5f3c84a6b0c92d2cfa688ee0bd332dac235
Author: Tomas Radej <tradej at redhat.com>
Date:   Thu Feb 5 10:39:52 2015 +0100

    Sources committed

 .gitignore                |    1 +
 devassistant-dap-dap.spec |   55 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6e3f640 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dap-0.0.5.dap
diff --git a/devassistant-dap-dap.spec b/devassistant-dap-dap.spec
new file mode 100644
index 0000000..85d3e06
--- /dev/null
+++ b/devassistant-dap-dap.spec
@@ -0,0 +1,55 @@
+%global shortname dap
+
+Name:           devassistant-dap-%{shortname}
+Version:        0.0.5
+Release:        6%{?dist}
+Summary:        Assistants for creating DAPs - DevAssistant packages
+
+BuildArch:      noarch
+
+License:        GPLv2+
+URL:            https://github.com/devassistant/dap-dap
+Source0:        https://dapi.devassistant.org/download/%{shortname}-%{version}.%{shortname}
+
+BuildRequires:  devassistant-devel
+Requires:       devassistant-ui
+Requires:       devassistant-dap-common_args
+Requires:       devassistant-dap-git
+Requires:       devassistant-dap-github
+
+%description
+This assistants helps you with creating DAPs - DevAssistant packages.
+It lets you create the git repository with the sources and also to package
+the assistants as .dap file.
+
+
+%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/crt/%{shortname}*
+%{assistant_path}/assistants/twk/%{shortname}*
+%{assistant_path}/icons/crt/%{shortname}*
+%{assistant_path}/snippets/%{shortname}*
+%{assistant_path}/meta/%{shortname}.yaml
+
+%changelog
+* Wed Feb 04 2015 Tomas Radej <tradej at redhat.com> - 0.0.5-6
+Verbose files section
+
+* Tue Feb 03 2015 Tomas Radej <tradej at redhat.com> - 0.0.5-5
+Marked licensing files with proper macro
+
+* Thu Jan 22 2015 Tomas Radej <tradej at redhat.com> - 0.0.5-4
+Initial package
diff --git a/sources b/sources
index e69de29..1f9fff6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9c740b40fae7234a2cf8938dd17d3e86  dap-0.0.5.dap


More information about the scm-commits mailing list