diff --git a/end-of-stream-1.4.0.tgz b/end-of-stream-1.4.0.tgz new file mode 100644 index 0000000..794319c Binary files /dev/null and b/end-of-stream-1.4.0.tgz differ diff --git a/nodejs-end-of-stream.spec b/nodejs-end-of-stream.spec new file mode 100644 index 0000000..7176b22 --- /dev/null +++ b/nodejs-end-of-stream.spec @@ -0,0 +1,45 @@ +%global enable_tests 1 +%global module_name end-of-stream +Name: nodejs-%{module_name} +Version: 1.4.0 +Release: 1 +Summary: Call a callback when a readable/writable/duplex stream has completed or failed +License: MIT +URL: https://github.com/mafintosh/end-of-stream +Source0: http://registry.npmjs.org/end-of-stream/-/end-of-stream-%{version}.tgz +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch +BuildRequires: nodejs-packaging +%if 0%{?enable_tests} +BuildRequires: npm(tap) npm(once) +%endif + +%description +%{summary}. + +%prep +%setup -q -n package +rm -rf node_modules +%nodejs_fixdep once ~1.x + +%build + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/%{module_name} +cp -pr package.json *.js %{buildroot}%{nodejs_sitelib}/%{module_name} +%nodejs_symlink_deps +%if 0%{?enable_tests} + +%check +%nodejs_symlink_deps --check +%{__nodejs} -e 'require("./")' +tap test.js +%endif + +%files +%doc README.md LICENSE +%{nodejs_sitelib}/%{module_name} + +%changelog +* Tue Aug 18 2020 leiju - 1.4.0-1 +- Package init diff --git a/nodejs-end-of-stream.yaml b/nodejs-end-of-stream.yaml new file mode 100644 index 0000000..c8eebda --- /dev/null +++ b/nodejs-end-of-stream.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: mafintosh/end-of-stream +tag_prefix: "^v" +seperator: "."