Blob Blame History Raw
%{?scl:%scl_package nodejs-npm-registry-client}
%{!?scl:%global pkg_name %{name}}
%{?nodejs_find_provides_and_requires}

Name:           %{?scl_prefix}nodejs-npm-registry-client
Version:        7.2.1
Release:        4%{?dist}
Summary:        Client for the npm registry
License:        ISC
URL:            https://github.com/isaacs/npm-registry-client
Source0:        http://registry.npmjs.org/npm-registry-client/-/npm-registry-client-%{version}.tgz
BuildRequires:  %{?scl_prefix}nodejs-devel

BuildArch:  noarch
ExclusiveArch: %{nodejs_arches} noarch

%description
Client for the npm registry, or private servers using the npm registry software.

%prep
%setup -q -n package

%nodejs_fixdep request
%nodejs_fixdep retry

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/npm-registry-client
cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/npm-registry-client

%nodejs_symlink_deps

%files
%{nodejs_sitelib}/npm-registry-client
%doc README.md LICENSE

%changelog
* Mon May 28 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 7.2.1-4
- Resolves: RHBZ#1543198, rebuild for multiarch

* Mon Mar 06 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 7.2.1-3
- Correct license

* Thu Sep 22 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 7.2.1-2
- Fixdep

* Thu Sep 22 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 7.2.1-1
- Updated with script

* Thu Apr 07 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 7.1.0-1
- Update

* Tue Feb 16 2016 Tomas Hrcka <thrcka@redhat.com> - 7.0.8-4
- Fix dependency on concat-stream, request and retry

* Mon Nov 30 2015 Tomas Hrcka <thrcka@redhat.com> - 7.0.8-1
- New upstream release

* Fri Nov 27 2015 Tomas Hrcka <thrcka@redhat.com> - 4.0.3-1
- Rebase to latest upstream

* Fri Jan 09 2015 Tomas Hrcka <thrcka@redhat.com> - 2.0.7-1
- New upstream release 2.0.7

* Wed Feb 19 2014 Tomas Hrcka <thrcka@redhat.com> - 0.3.3-1
- New upstream release 0.3.3

* Thu Jan 16 2014 Tomas Hrcka <thrcka@redhat.com> - 0.3.2-1
- New upstream release 0.3.2

* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.2.28-2
- replace provides and requires with macro

* Fri Sep 06 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.2.28-1
- update to upstream release 0.2.28
- add ExclusiveArch logic

* Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.27-2
- fix semver dep

* Fri Jul 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.27-1
- new upstream release 0.2.27

* Sun Jun 23 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.25-1
- new upstream release 0.2.25

* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.20-3
- restrict to compatible arches

* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.20-2
- add macro for EPEL6 dependency generation

* Fri Apr 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.2.20-2
- Add support for software collections

* Wed Apr 03 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.20-1
- new upstream release 0.2.20

* Wed Mar 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.18-2
- fix request dep

* Wed Mar 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.18-1
- new upstream release 0.2.18

* Wed Feb 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.15-1
- new upstream release 0.2.15
- graceful-fs dep good now

* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.13-2
- fix graceful-fs dep for 1.2.0

* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.13-1
- new upstream release 0.2.13

* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.11-2
- add missing build section

* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.11-1
- initial package generated by npm2rpm