[nodejs-cycle] Initial import

Jamie Nguyen jamielinux at fedoraproject.org
Sat Apr 27 16:38:38 UTC 2013


commit b0fc48bc6306ed60b4bf9e063d5a1b6a532e1634
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sat Apr 27 17:38:26 2013 +0100

    Initial import

 .gitignore        |    1 +
 nodejs-cycle.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..61bcee9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/cycle-1.0.2.tgz
diff --git a/nodejs-cycle.spec b/nodejs-cycle.spec
new file mode 100644
index 0000000..326dd75
--- /dev/null
+++ b/nodejs-cycle.spec
@@ -0,0 +1,43 @@
+Name:       nodejs-cycle
+Version:    1.0.2
+Release:    1%{?dist}
+Summary:    A Node.js module implementing JSON encoders/decoders in JavaScript
+License:    Public Domain
+Group:      System Environment/Libraries
+URL:        https://github.com/douglascrockford/JSON-js
+Source0:    http://registry.npmjs.org/cycle/-/cycle-%{version}.tgz
+BuildArch:  noarch
+
+BuildRequires:  nodejs-devel
+
+%description
+%{summary}.
+
+
+%prep
+%setup -q -n package
+
+
+%build
+#nothing to do
+
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/cycle
+cp -pr package.json cycle.js \
+    %{buildroot}%{nodejs_sitelib}/cycle
+
+%nodejs_symlink_deps
+
+
+%files
+%doc README.md
+%{nodejs_sitelib}/cycle
+
+
+%changelog
+* Sat Apr 27 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.0.2-1
+- update to upstream release 1.0.2
+
+* Wed Feb 13 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.0.1-1
+- initial package
diff --git a/sources b/sources
index e69de29..2debc6c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7e0a315ecbaaecbbc2afabc5b0ee1239  cycle-1.0.2.tgz


More information about the scm-commits mailing list