[nodejs-pubcontrol] Initial import

Jamie Nguyen jamielinux at fedoraproject.org
Fri Jun 7 20:46:52 UTC 2013


commit 6fed1b67f0dc9fff55119b5553d4781c60007517
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Fri Jun 7 21:46:36 2013 +0100

    Initial import

 .gitignore             |    1 +
 nodejs-pubcontrol.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d9f0c70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pubcontrol-0.3.2.tgz
diff --git a/nodejs-pubcontrol.spec b/nodejs-pubcontrol.spec
new file mode 100644
index 0000000..9ab292e
--- /dev/null
+++ b/nodejs-pubcontrol.spec
@@ -0,0 +1,42 @@
+%{?nodejs_find_provides_and_requires}
+
+Name:       nodejs-pubcontrol
+Version:    0.3.2
+Release:    1%{?dist}
+Summary:    HTTP Extensible Pubsub Control Protocol (EPCP) library for Node.js
+License:    MIT
+Group:      System Environment/Libraries
+URL:        https://github.com/fanout/nodepubcontrol
+Source0:    http://registry.npmjs.org/pubcontrol/-/pubcontrol-%{version}.tgz
+BuildArch:  noarch
+
+BuildRequires:  nodejs-devel
+
+%description
+%{summary}.
+
+
+%prep
+%setup -q -n package
+
+
+%build
+#nothing to do
+
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/pubcontrol
+cp -pr package.json lib/ \
+    %{buildroot}%{nodejs_sitelib}/pubcontrol
+
+%nodejs_symlink_deps
+
+
+%files
+%doc CHANGELOG.md COPYING README.md
+%{nodejs_sitelib}/pubcontrol
+
+
+%changelog
+* Sun Jun 02 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.3.2-1
+- initial package
diff --git a/sources b/sources
index e69de29..bc75a8c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+88de0d1179da2ddfcf2371c4e751f15e  pubcontrol-0.3.2.tgz


More information about the scm-commits mailing list