[nodejs-astral-pass] Initial import (#1170815).

piotrp piotrp at fedoraproject.org
Mon Dec 8 21:28:36 UTC 2014


commit 0d379a0d7c1fea02f0082b05ab137d8bf0031f8f
Author: Piotr Popieluch <piotr1212 at gmail.com>
Date:   Mon Dec 8 22:28:38 2014 +0100

    Initial import (#1170815).

 .gitignore              |    1 +
 nodejs-astral-pass.spec |   50 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..394a20d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/astral-pass-0.1.0.tgz
diff --git a/nodejs-astral-pass.spec b/nodejs-astral-pass.spec
new file mode 100644
index 0000000..c4ff9d2
--- /dev/null
+++ b/nodejs-astral-pass.spec
@@ -0,0 +1,50 @@
+%global srcname astral-pass
+
+Name:           nodejs-%{srcname}
+Version:        0.1.0
+Release:        2%{?dist}
+Summary:        Pass system for Astral
+License:        MIT
+# License file requested: https://github.com/btford/astral-pass/issues/1
+URL:            https://github.com/btford/astral-pass
+Source0:        http://registry.npmjs.org/%{srcname}/-/%{srcname}-%{version}.tgz
+
+BuildArch:      noarch
+ExclusiveArch:  %{nodejs_arches} noarch
+
+BuildRequires:  nodejs-packaging
+
+
+%description
+Pass helper for Astral that simplifies traversal.
+
+
+%prep
+%setup -q -n package
+rm -rf node_modules/
+
+
+%build
+#nothing to do
+
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/%{srcname}
+cp -pr package.json pass.js lib/ %{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
+- Removed group
+- Added rm -rf node_modules/ to prep section
+- License file requested
+
+* Fri Nov 21 2014 Piotr Popieluch <piotr1212 at gmail.com> - 0.1.0-1
+- Initial package
diff --git a/sources b/sources
index e69de29..06c82d3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2949e8ce3a74d3066502bfcdcbb5eee7  astral-pass-0.1.0.tgz


More information about the scm-commits mailing list