[nodejs-astral] Initial import (#1170812).

piotrp piotrp at fedoraproject.org
Wed Dec 10 21:23:46 UTC 2014


commit cb51d2574ddcfd5753de3610a597beb8182d3928
Author: Piotr Popieluch <piotr1212 at gmail.com>
Date:   Wed Dec 10 22:23:48 2014 +0100

    Initial import (#1170812).

 .gitignore         |    1 +
 nodejs-astral.spec |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1005161 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/astral-0.1.0.tgz
diff --git a/nodejs-astral.spec b/nodejs-astral.spec
new file mode 100644
index 0000000..52533c4
--- /dev/null
+++ b/nodejs-astral.spec
@@ -0,0 +1,51 @@
+%global srcname astral
+
+Name:           nodejs-%{srcname}
+Version:        0.1.0
+Release:        2%{?dist}
+Summary:        AST tooling framework for JavaScript
+License:        MIT
+# License file requested: https://github.com/btford/astral/issues/6
+URL:            https://github.com/btford/astral
+Source0:        http://registry.npmjs.org/%{srcname}/-/%{srcname}-%{version}.tgz
+
+BuildArch:      noarch
+ExclusiveArch:  %{nodejs_arches} noarch
+
+BuildRequires:  nodejs-packaging
+
+
+%description
+AST tooling framework for JavaScript focused on modularity and performance. 
+The goal is to make it easy to create, share, and combine tools that operate on 
+ASTs. The architecture inspired by llvm.
+
+%prep
+%setup -q -n package
+rm -rf node_modules/
+
+
+%build
+#nothing to do
+
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/%{srcname}
+cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{srcname}
+
+%nodejs_symlink_deps
+
+
+%files
+%doc README.md
+%{nodejs_sitelib}/%{srcname}
+
+
+%changelog
+* Sat Dec  6 2014 Piotr Popieluch <piotr1212 at gmail.com> - 0.1.0-2
+- License file requested
+- Added rm -rf node_modules/
+- Removed Group tag
+
+* Fri Nov 21 2014 Piotr Popieluch <piotr1212 at gmail.com> - 0.1.0-1
+- Initial package
diff --git a/sources b/sources
index e69de29..4eae76d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+dba1c089c545372198650d48428540e4  astral-0.1.0.tgz


More information about the scm-commits mailing list