Blame SPECS/nodejs-retry.spec

c60b68
%{?scl:%scl_package nodejs-retry}
c60b68
%{!?scl:%global pkg_name %{name}}
c60b68
%{?nodejs_find_provides_and_requires}
c60b68
c60b68
Name:           %{?scl_prefix}nodejs-retry
c60b68
Version:        0.10.1
c60b68
Release:        1%{?dist}
c60b68
Summary:        Retry strategies for failed operations
c60b68
BuildArch:      noarch
c60b68
ExclusiveArch:  %{nodejs_arches} noarch
c60b68
License:        MIT
c60b68
URL:            https://github.com/felixge/node-retry
c60b68
Source0:        http://registry.npmjs.org/retry/-/retry-%{version}.tgz
c60b68
c60b68
BuildRequires:  %{?scl_prefix}nodejs-devel
c60b68
c60b68
%description
c60b68
Abstraction for exponential and custom retry strategies for failed operations.
c60b68
c60b68
%prep
c60b68
%setup -q -n package
c60b68
c60b68
%build
c60b68
#nothing to do
c60b68
c60b68
%install
c60b68
mkdir -p %{buildroot}%{nodejs_sitelib}/retry
c60b68
cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/retry
c60b68
c60b68
%nodejs_symlink_deps
c60b68
c60b68
c60b68
%files
c60b68
%{nodejs_sitelib}/retry
c60b68
%doc License README.md equation.gif example
c60b68
c60b68
%changelog
c60b68
* Thu Jan 05 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.10.1-1
c60b68
- Updated with script
c60b68
c60b68
* Thu Sep 15 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.9.0-1
c60b68
- Updated with script
c60b68
c60b68
* Tue Feb 16 2016 Tomas Hrcka <thrcka@redhat.com> - 0.9.0-1
c60b68
- New upstream release 0.9.0
c60b68
c60b68
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.6.0-7
c60b68
- rebuilt
c60b68
c60b68
* Thu Feb 27 2014 Tomas Hrcka <thrcka@redhat.com> - 0.6.0-6
c60b68
- Rebuilt rhbz#(1070612)
c60b68
c60b68
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.6.0-5
c60b68
- replace provides and requires with macro
c60b68
c60b68
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.6.0-4
c60b68
- Add support for software collections
c60b68
c60b68
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
c60b68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c60b68
c60b68
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.6.0-2
c60b68
- add missing build section
c60b68
- fix License tag
c60b68
c60b68
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.6.0-1
c60b68
- initial package generated by npm2rpm