From 4e4cb2f50f170c8cb1b560825da9e5d3cdd1e54b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 24 2017 08:39:09 +0000 Subject: import rh-nodejs8-nodejs-process-nextick-args-1.0.7-2.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a445c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/process-nextick-args-1.0.7.tgz diff --git a/.rh-nodejs8-nodejs-process-nextick-args.metadata b/.rh-nodejs8-nodejs-process-nextick-args.metadata new file mode 100644 index 0000000..1ccd4c1 --- /dev/null +++ b/.rh-nodejs8-nodejs-process-nextick-args.metadata @@ -0,0 +1 @@ +150e20b756590ad3f91093f25a4f2ad8bff30ba3 SOURCES/process-nextick-args-1.0.7.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-process-nextick-args.spec b/SPECS/nodejs-process-nextick-args.spec new file mode 100644 index 0000000..21a4f77 --- /dev/null +++ b/SPECS/nodejs-process-nextick-args.spec @@ -0,0 +1,67 @@ +# spec file for package nodejs-nodejs-process-nextick-args +%{?scl:%scl_package nodejs-nodejs-process-nextick-args} +%{!?scl:%global pkg_name %{name}} + +%global npm_name process-nextick-args +%{?nodejs_find_provides_and_requires} + +%global enable_tests 0 + +Name: %{?scl_prefix}nodejs-process-nextick-args +Version: 1.0.7 +Release: 2%{?dist} +Summary: process.nextTick but always with args +Url: https://github.com/calvinmetcalf/process-nextick-args +Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz +License: MIT + +BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm}} noarch + +BuildRequires: %{?scl_prefix}nodejs-devel +#BuildRequires: nodejs-packaging + +%if 0%{?enable_tests} +BuildRequires: npm(tap) +%endif + +%description +process.nextTick but always with args + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} + +cp -pr package.json *.js \ + %{buildroot}%{nodejs_sitelib}/%{npm_name} + +%{nodejs_symlink_deps} + +%if 0%{?enable_tests} +%check +%{nodejs_symlink_deps} --check +node test.js +%endif + +%files +%{nodejs_sitelib}/process-nextick-args + +%doc readme.md license.md + +%changelog +* Mon Jul 03 2017 Zuzana Svetlikova - 1.0.7-2 +- rh-nodejs8 rebuild + +* Wed Sep 14 2016 Zuzana Svetlikova - 1.0.7-1 +- Updated with script + +* Tue Feb 16 2016 Zuzana Svetlikova - 1.0.2-4 +- Rebuilt with updated metapackage + +* Thu Aug 13 2015 Zuzana Svetlikova - 1.0.2-1 +- Initial build