[nodejs-object-inspect] Initial import of nodejs-object-inspect

Tom Hughes tomh at fedoraproject.org
Thu Oct 23 15:40:10 UTC 2014


commit 042ffd08d4fe8c7db05622b0a9d18636df53834c
Author: Tom Hughes <tom at compton.nu>
Date:   Thu Oct 23 16:39:56 2014 +0100

    Initial import of nodejs-object-inspect

 .gitignore                 |    1 +
 nodejs-object-inspect.spec |   49 ++++++++++++++++++++++++++++++++++++++++++++
 sources                    |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..76bc54d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/object-inspect-1.0.0.tgz
diff --git a/nodejs-object-inspect.spec b/nodejs-object-inspect.spec
new file mode 100644
index 0000000..597f6c9
--- /dev/null
+++ b/nodejs-object-inspect.spec
@@ -0,0 +1,49 @@
+Name:           nodejs-object-inspect
+Version:        1.0.0
+Release:        1%{?dist}
+Summary:        String representations of objects in node and the browser
+
+License:        MIT
+URL:            https://github.com/substack/object-inspect
+Source0:        http://registry.npmjs.org/object-inspect/-/object-inspect-%{version}.tgz
+BuildArch:      noarch
+ExclusiveArch:  %{nodejs_arches} noarch
+
+BuildRequires:  nodejs-packaging
+
+BuildRequires:  npm(tape)
+
+%description
+%{summary}.
+
+
+%prep
+%setup -q -n package
+rm -rf node_modules
+
+
+%build
+
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/object-inspect
+cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/object-inspect
+%nodejs_symlink_deps
+
+
+%check
+%nodejs_symlink_deps --check
+%{nodejs_sitelib}/tape/bin/tape test/*.js
+
+
+%files
+%doc LICENSE readme.markdown example
+%{nodejs_sitelib}/object-inspect
+
+
+%changelog
+* Thu Oct 23 2014 Tom Hughes <tom at compton.nu> - 1.0.0-1
+- Update to 1.0.0 upstream release
+
+* Thu Jul 24 2014 Tom Hughes <tom at compton.nu> - 0.4.0-1
+- Initial build of 0.4.0
diff --git a/sources b/sources
index e69de29..0a336d6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b3847fb643de20b16e271d4f4a612083  object-inspect-1.0.0.tgz


More information about the scm-commits mailing list