[nodejs-paperboy] Initial import

Jamie Nguyen jamielinux at fedoraproject.org
Thu May 30 14:18:28 UTC 2013


commit 3075189993a429eaa42aea4ed740b0e955ce8050
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu May 30 15:18:19 2013 +0100

    Initial import

 .gitignore           |    1 +
 nodejs-paperboy.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..81a1681 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/paperboy-0.0.5.tgz
diff --git a/nodejs-paperboy.spec b/nodejs-paperboy.spec
new file mode 100644
index 0000000..d7e0b0e
--- /dev/null
+++ b/nodejs-paperboy.spec
@@ -0,0 +1,42 @@
+%{?nodejs_find_provides_and_requires}
+
+Name:       nodejs-paperboy
+Version:    0.0.5
+Release:    1%{?dist}
+Summary:    A node.js module for delivering static files
+License:    MIT
+Group:      System Environment/Libraries
+URL:        https://github.com/felixge/node-paperboy
+Source0:    http://registry.npmjs.org/paperboy/-/paperboy-%{version}.tgz
+BuildArch:  noarch
+
+BuildRequires:  nodejs-devel
+
+%description
+%{summary}.
+
+
+%prep
+%setup -q -n package
+
+
+%build
+#nothing to do
+
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/paperboy
+cp -pr package.json index.js lib/ \
+    %{buildroot}%{nodejs_sitelib}/paperboy
+
+%nodejs_symlink_deps
+
+
+%files
+%doc LICENSE.txt README.md example/
+%{nodejs_sitelib}/paperboy
+
+
+%changelog
+* Sun Feb 17 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.0.5-1
+- initial package
diff --git a/sources b/sources
index e69de29..ef14280 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+38400f18c2402483d47b35c53a4e7208  paperboy-0.0.5.tgz


More information about the scm-commits mailing list