[devassistant-dap-python] Sources committed

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


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

    Sources committed

 .gitignore                   |    1 +
 devassistant-dap-python.spec |   62 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 3 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..861fe2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/python-0.10.1.dap
diff --git a/devassistant-dap-python.spec b/devassistant-dap-python.spec
new file mode 100644
index 0000000..3b9e1b6
--- /dev/null
+++ b/devassistant-dap-python.spec
@@ -0,0 +1,62 @@
+%global shortname python
+
+Name:           devassistant-dap-%{shortname}
+Version:        0.10.1
+Release:        6%{?dist}
+Summary:        Python assistants (library, Django, Flask, GTK3)
+
+BuildArch:      noarch
+
+License:        GPLv2+
+URL:            https://github.com/devassistant/dap-python
+Source0:        https://dapi.devassistant.org/download/%{shortname}-%{version}.dap
+
+BuildRequires:  devassistant-devel
+Requires:       devassistant-ui
+Requires:       devassistant-dap-common_args
+Requires:       devassistant-dap-eclipse
+Requires:       devassistant-dap-git
+Requires:       devassistant-dap-github
+Requires:       devassistant-dap-tito
+Requires:       devassistant-dap-vim
+
+%description
+Set of crt assistants for Python. Contains assistants that let you
+kickstart new Django or Flask web application, pure Python library or GTK3 app.
+Supports both Python 2 and 3.
+
+
+%prep
+%setup -q -n %{shortname}-%{version}
+
+%build
+%repack_assistant
+
+%install
+%install_assistant
+
+%check
+%check_assistant
+
+%files
+%license %{assistant_path}/doc/%{shortname}/LICENSE
+%license %{assistant_path}/doc/%{shortname}/NOTICE
+%dir %{assistant_path}/doc/%{shortname}
+%{assistant_path}/assistants/crt/%{shortname}*
+%{assistant_path}/files/crt/%{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.10.1-6
+Fixed URL
+
+* Wed Feb 04 2015 Tomas Radej <tradej at redhat.com> - 0.10.1-5
+Verbose files section
+
+* Tue Feb 03 2015 Tomas Radej <tradej at redhat.com> - 0.10.1-4
+Marked licensing files with proper macro
+
+* Thu Jan 22 2015 Tomas Radej <tradej at redhat.com> - 0.10.1-3
+Initial package
diff --git a/sources b/sources
index e69de29..a275f11 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+49a053ee7c9a2ab05fd31e4398f95a1d  python-0.10.1.dap


More information about the scm-commits mailing list