[nodejs-forever-agent/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Wed Apr 10 11:17:47 UTC 2013


commit 00218a5de461a26d225d40bb16da349238dc97e5
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Wed Apr 10 04:16:33 2013 -0700

    initial import

 .gitignore                |    1 +
 nodejs-forever-agent.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d9a074e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/forever-agent-0.2.0.tgz
diff --git a/nodejs-forever-agent.spec b/nodejs-forever-agent.spec
new file mode 100644
index 0000000..7df09b4
--- /dev/null
+++ b/nodejs-forever-agent.spec
@@ -0,0 +1,42 @@
+Name:       nodejs-forever-agent
+Version:    0.2.0
+Release:    1%{?dist}
+Summary:    HTTP Agent that keeps socket connections alive between keep-alive requests
+# Apache 2.0 License added upstream, will appear in next release
+# https://github.com/mikeal/forever-agent/blob/master/LICENSE
+License:    ASL 2.0
+Group:      Development/Libraries
+URL:        https://github.com/mikeal/forever-agent
+Source0:    http://registry.npmjs.org/forever-agent/-/forever-agent-%{version}.tgz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+
+BuildRequires:  nodejs-devel
+
+%description
+%{summary}.
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+rm -rf %{buildroot}
+
+mkdir -p %{buildroot}%{nodejs_sitelib}/forever-agent
+cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/forever-agent
+
+%nodejs_symlink_deps
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/forever-agent
+
+%changelog
+* Fri Apr 05 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.0-1
+- initial package
diff --git a/sources b/sources
index e69de29..54efc8b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8e27457898e7405b5f53fc6366232b33  forever-agent-0.2.0.tgz


More information about the scm-commits mailing list