Blob Blame History Raw
Name:           nodejs-object-inspect
Version:        1.1.0
Release:        2%{?dist}
Summary:        String representations of objects in node and the browser

License:        MIT
URL:            https://github.com/substack/object-inspect
Source0:        https://registry.npmjs.org/object-inspect/-/object-inspect-%{version}.tgz
BuildArch:      noarch
ExclusiveArch:  %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

BuildRequires:  npm(tape)

%description
%{summary}.


%prep
%autosetup -p 1 -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 readme.markdown example
%license LICENSE
%{nodejs_sitelib}/object-inspect


%changelog
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

* Tue Dec 15 2015 Tom Hughes <tom@compton.nu> - 1.1.0-1
- Update to 1.1.0 upstream release

* Wed Aug 26 2015 Tom Hughes <tom@compton.nu> - 1.0.2-1
- Update to 1.0.2 upstream release

* Sun Jul  5 2015 Tom Hughes <tom@compton.nu> - 1.0.0-3
- Fix FTBFS due to test failure with tape 3.x

* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* 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