[devassistant-dap-common_args] Forgot SPEC

Tomas Radej tradej at fedoraproject.org
Thu Feb 5 10:16:48 UTC 2015


commit 2e944b399631ead6f7bd9581b8aa22b4bd27e40b
Author: Tomas Radej <tradej at redhat.com>
Date:   Thu Feb 5 11:16:37 2015 +0100

    Forgot SPEC

 devassistant-dap-common_args.spec |   52 +++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/devassistant-dap-common_args.spec b/devassistant-dap-common_args.spec
new file mode 100644
index 0000000..4f87752
--- /dev/null
+++ b/devassistant-dap-common_args.spec
@@ -0,0 +1,52 @@
+%global shortname common_args
+
+Name:           devassistant-dap-%{shortname}
+Version:        0.10.0
+Release:        6%{?dist}
+Summary:        Common arguments to be used from other assistants
+
+BuildArch:      noarch
+
+License:        GPLv2+
+URL:            https://github.com/devassistant/dap-common_args
+Source0:        https://dapi.devassistant.org/download/%{shortname}-%{version}.dap
+
+BuildRequires:  devassistant-devel
+Requires:       devassistant-ui
+
+%description
+Common arguments used in most of the assistants.
+
+Provided arguments: name, path, rpm, docker, eclipse
+
+Arguments "github" and "gh_fork" are now provided by the assistant
+"github", which you need to specify in your Assistant separately.
+
+
+%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}/snippets/%{shortname}*
+%{assistant_path}/meta/%{shortname}.yaml
+
+%changelog
+* Wed Feb 04 2015 Tomas Radej <tradej at redhat.com> - 0.10.0-6
+Verbose files section
+
+* Tue Feb 03 2015 Tomas Radej <tradej at redhat.com> - 0.10.0-5
+Marked licensing files with proper macro
+
+* Thu Jan 29 2015 Tomas Radej <tradej at redhat.com> - 0.10.0-4
+Initial package


More information about the scm-commits mailing list