diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e78a1c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/retry-0.10.1.tgz diff --git a/.rh-nodejs6-nodejs-retry.metadata b/.rh-nodejs6-nodejs-retry.metadata new file mode 100644 index 0000000..1e94f8e --- /dev/null +++ b/.rh-nodejs6-nodejs-retry.metadata @@ -0,0 +1 @@ +e76388d217992c252750241d3d3956fed98d8ff4 SOURCES/retry-0.10.1.tgz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/nodejs-retry.spec b/SPECS/nodejs-retry.spec new file mode 100644 index 0000000..6f0beea --- /dev/null +++ b/SPECS/nodejs-retry.spec @@ -0,0 +1,67 @@ +%{?scl:%scl_package nodejs-retry} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-retry +Version: 0.10.1 +Release: 1%{?dist} +Summary: Retry strategies for failed operations +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch +License: MIT +URL: https://github.com/felixge/node-retry +Source0: http://registry.npmjs.org/retry/-/retry-%{version}.tgz + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +Abstraction for exponential and custom retry strategies for failed operations. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/retry +cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/retry + +%nodejs_symlink_deps + + +%files +%{nodejs_sitelib}/retry +%doc License README.md equation.gif example + +%changelog +* Thu Jan 05 2017 Zuzana Svetlikova - 0.10.1-1 +- Updated with script + +* Thu Sep 15 2016 Zuzana Svetlikova - 0.9.0-1 +- Updated with script + +* Tue Feb 16 2016 Tomas Hrcka - 0.9.0-1 +- New upstream release 0.9.0 + +* Sun Feb 14 2016 Zuzana Svetlikova - 0.6.0-7 +- rebuilt + +* Thu Feb 27 2014 Tomas Hrcka - 0.6.0-6 +- Rebuilt rhbz#(1070612) + +* Thu Oct 17 2013 Tomas Hrcka - 0.6.0-5 +- replace provides and requires with macro + +* Thu Apr 11 2013 Stanislav Ochotnicky - 0.6.0-4 +- Add support for software collections + +* Thu Feb 14 2013 Fedora Release Engineering - 0.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Jan 08 2013 T.C. Hollingsworth - 0.6.0-2 +- add missing build section +- fix License tag + +* Mon Dec 31 2012 T.C. Hollingsworth - 0.6.0-1 +- initial package generated by npm2rpm