[devassistant-dap-openscad] Sources committed

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


commit 4972f544b5fe42a70752f6f7a3e93a51c155a346
Author: Tomas Radej <tradej at redhat.com>
Date:   Thu Feb 5 10:41:30 2015 +0100

    Sources committed

 .gitignore                     |    1 +
 devassistant-dap-openscad.spec |   64 ++++++++++++++++++++++++++++++++++++++++
 sources                        |    1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d39bf8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/openscad-0.0.2.dap
diff --git a/devassistant-dap-openscad.spec b/devassistant-dap-openscad.spec
new file mode 100644
index 0000000..4761ee0
--- /dev/null
+++ b/devassistant-dap-openscad.spec
@@ -0,0 +1,64 @@
+%global shortname openscad
+
+Name:           devassistant-dap-%{shortname}
+Version:        0.0.2
+Release:        6%{?dist}
+Summary:        Create 3D printing projects for OpenSCAD
+
+BuildArch:      noarch
+
+# Icon is GPL2 with exceptions, everything else is GPLv3+
+License:        GPLv3+ and GPLv2 with exceptions
+URL:            https://github.com/3DprintFIT/dap-openscad
+Source0:        https://dapi.devassistant.org/download/%{shortname}-%{version}.dap
+
+BuildRequires:  devassistant-devel
+Requires:       devassistant-ui
+Requires:       devassistant-dap-common_args
+Requires:       devassistant-dap-git
+Requires:       devassistant-dap-github
+
+%description
+This assistants helps you to create new OpenSCAD project for 3D printing.
+We use it in our 3D printing lab to store our 3D printers on Github.
+
+Projects created with this assistant have a `Makefile` to build the 3D models
+form OpenSCAD sources.  To do so, run `make`. You can also generate the images
+by `make images` or print plates with `make arrange`.  Observe the generated
+`Makefile` to see all available options.
+
+
+%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}/LICENSE.ICON
+%dir %{assistant_path}/doc/%{shortname}
+%{assistant_path}/assistants/crt/%{shortname}*
+%{assistant_path}/files/crt/%{shortname}*
+%{assistant_path}/icons/crt/%{shortname}*
+%{assistant_path}/meta/%{shortname}.yaml
+
+%changelog
+* Wed Feb 04 2015 Tomas Radej <tradej at redhat.com> - 0.0.2-6
+Added licensing clarification
+Text-wrapped description
+
+* Wed Feb 04 2015 Tomas Radej <tradej at redhat.com> - 0.0.2-5
+Verbose files section
+
+* Tue Feb 03 2015 Tomas Radej <tradej at redhat.com> - 0.0.2-4
+Marked licensing files with proper macro
+
+* Thu Jan 22 2015 Tomas Radej <tradej at redhat.com> - 0.0.2-3
+Initial package
diff --git a/sources b/sources
index e69de29..42c8a93 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1e615346e92e6654b2a6d95dff2a59dc  openscad-0.0.2.dap


More information about the scm-commits mailing list