diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d26e522 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/inflight-1.0.5.tgz diff --git a/.rh-nodejs6-nodejs-inflight.metadata b/.rh-nodejs6-nodejs-inflight.metadata new file mode 100644 index 0000000..fe4c059 --- /dev/null +++ b/.rh-nodejs6-nodejs-inflight.metadata @@ -0,0 +1 @@ +db3204cd5a9de2e6cd890b85c6e2f66bcf4f620a SOURCES/inflight-1.0.5.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-inflight.spec b/SPECS/nodejs-inflight.spec new file mode 100644 index 0000000..b9419e7 --- /dev/null +++ b/SPECS/nodejs-inflight.spec @@ -0,0 +1,55 @@ +%{?scl:%scl_package nodejs-inflight} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-inflight +Version: 1.0.5 +Release: 1%{?dist} +Summary: Node.js inflight +License: ISC +Url: https://github.com/isaacs/inflight +Source: http://registry.npmjs.org/inflight/-/inflight-%{version}.tgz +BuildRequires: %{?scl_prefix}runtime +BuildRequires: %{?scl_prefix}nodejs-devel +BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm} noarch + + +%description +Add callbacks to requests in flight to avoid async duplication + +%prep +%setup -q -n package + +%build + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/inflight +cp -pr package.json inflight.js \ + %{buildroot}%{nodejs_sitelib}/inflight/ + +%nodejs_symlink_deps + +%files +%doc README.md LICENSE +%{nodejs_sitelib}/inflight + +%changelog +* Thu Sep 22 2016 Zuzana Svetlikova - 1.0.5-1 +- Updated with script + +* Mon Sep 19 2016 Zuzana Svetlikova - 1.0.4-5 +- Bump + +* Tue Feb 16 2016 Zuzana Svetlikova - 1.0.4-4 +- Use macro in -runtime dependency + +* Sun Feb 14 2016 Zuzana Svetlikova - 1.0.4-3 +- Rebuilt with updated metapackage + +* Tue Jan 13 2015 Tomas Hrcka - 1.0.4-2 +- Remove undefined macro + +* Mon Jan 12 2015 Tomas Hrcka - 1.0.4-1 +- Initial build +