anish b7c6154
%{?nodejs_find_provides_and_requires}
anish b7c6154
anish b7c6154
Name:       nodejs-jsonstream
Jared K. Smith f2253b7
Version:    1.3.1
a60b07a
Release:    2%{?dist}
anish b7c6154
Summary:    Streaming JSON.parse and stringify for Node.js
anish b7c6154
License:    MIT or ASL 2.0
anish b7c6154
Group:      System Environment/Libraries
anish b7c6154
URL:        http://github.com/dominictarr/JSONStream
anish b7c6154
Source:     http://registry.npmjs.org/JSONStream/-/JSONStream-%{version}.tgz
anish b7c6154
anish b7c6154
anish b7c6154
anish b7c6154
BuildArch:  noarch
anish b7c6154
anish b7c6154
BuildRequires:  nodejs-packaging
anish b7c6154
anish b7c6154
anish b7c6154
%description
anish b7c6154
Streaming JSON.parse and stringify for Node.js
anish b7c6154
anish b7c6154
anish b7c6154
%prep
anish b7c6154
%setup -q -n package
anish b7c6154
%setup -T -D  -q -n package
anish b7c6154
%nodejs_fixdep jsonparse > '~0.0.5'
anish b7c6154
%nodejs_fixdep through > '~2.2.7'
anish b7c6154
anish b7c6154
anish b7c6154
%build
anish b7c6154
#nothing to do
anish b7c6154
anish b7c6154
anish b7c6154
%install
anish b7c6154
mkdir -p %{buildroot}%{nodejs_sitelib}/JSONStream
anish b7c6154
cp -p package.json index.js %{buildroot}%{nodejs_sitelib}/JSONStream
anish b7c6154
anish b7c6154
anish b7c6154
%files
anish b7c6154
%doc readme.markdown LICENSE.MIT LICENSE.APACHE2 examples/
anish b7c6154
%{nodejs_sitelib}/JSONStream
anish b7c6154
anish b7c6154
anish b7c6154
%changelog
a60b07a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
a60b07a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a60b07a
Jared K. Smith f2253b7
* Sat May 06 2017 Jared Smith <jsmith@fedoraproject.org> - 1.3.1-1
Jared K. Smith f2253b7
- Update to upstream 1.3.1 release
Jared K. Smith f2253b7
29eb1d7
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
29eb1d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
29eb1d7
anish 1f13f17
* Mon Oct 17 2016 Anish Patil <anish.developer@gmail.com> - 1.0.3-1
anish 1f13f17
- Upstream has released new version
anish 1f13f17
9f19b73
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-4
9f19b73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9f19b73
88b0829
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-3
88b0829
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
88b0829
anish b7c6154
* Mon Dec 08 2014 Anish Patil <apatil@redhat.com> - 0.10.0-2
anish b7c6154
- Initial package and incorporated package review comments
anish b7c6154
anish b7c6154
* Mon Dec 08 2014 Anish Patil <apatil@redhat.com> - 0.10.0-1
anish b7c6154
- Initial package and incorporated package review comments
anish b7c6154
anish b7c6154
* Thu Apr 10 2014 Anish Patil <apatil@redhat.com> - 0.8.0-1
anish b7c6154
- initial package