[devassistant-dap-github] Sources committed

Tomas Radej tradej at fedoraproject.org
Thu Feb 5 11:23:18 UTC 2015


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

    Sources committed

 .gitignore                   |    1 +
 devassistant-dap-github.spec |   55 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 3 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1111d8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/github-0.10.1.dap
diff --git a/devassistant-dap-github.spec b/devassistant-dap-github.spec
new file mode 100644
index 0000000..e36efc5
--- /dev/null
+++ b/devassistant-dap-github.spec
@@ -0,0 +1,55 @@
+%global shortname github
+
+Name:           devassistant-dap-%{shortname}
+Version:        0.10.1
+Release:        6%{?dist}
+Summary:        GitHub assistant
+
+BuildArch:      noarch
+
+License:        GPLv2+
+URL:            https://github.com/devassistant/dap-github
+Source0:        https://dapi.devassistant.org/download/%{shortname}-%{version}.dap
+
+BuildRequires:  devassistant-devel
+Requires:       devassistant-ui
+Requires:       devassistant-dap-common_args
+Requires:       devassistant-dap-git
+
+%description
+Creates GitHub repository (+ local git repository if not already created)
+and optionally pushes sources there.
+Works even for projects that weren't created by DevAssistant.
+
+Offers --github (push to github) and --gh-fork (fork on github) arguments
+to outside 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}/snippets/%{shortname}*
+%{assistant_path}/meta/%{shortname}.yaml
+
+%changelog
+* Wed Feb 04 2015 Tomas Radej <tradej at redhat.com> - 0.10.1-6
+Verbose files section
+
+* Tue Feb 03 2015 Tomas Radej <tradej at redhat.com> - 0.10.1-5
+Marked licensing files with proper macro
+
+* Thu Jan 22 2015 Tomas Radej <tradej at redhat.com> - 0.10.1-4
+Initial package
diff --git a/sources b/sources
index e69de29..e0b367d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c78f48195d22e9cc0be408308ce8cb95  github-0.10.1.dap


More information about the scm-commits mailing list