Blame SPECS/nodejs-retry.spec

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