Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > c4fccdfd5b0af374627f9ff98aa92401 > files > 1

nodejs-object-inspect-1.0.0-1.fc20.src.rpm

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@compton.nu> - 1.0.0-1
- Update to 1.0.0 upstream release

* Thu Jul 24 2014 Tom Hughes <tom@compton.nu> - 0.4.0-1
- Initial build of 0.4.0