diff --git a/.gitignore b/.gitignore deleted file mode 100644 index dde1426..0000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -/nodejs-zip-stream-tests-0.5.0.tar.bz2 -/zip-stream-0.5.0.tgz -/nodejs-zip-stream-tests-0.5.1.tar.bz2 -/zip-stream-0.5.1.tgz -/zip-stream-0.5.2.tgz -/nodejs-zip-stream-tests-0.5.2.tar.bz2 -/zip-stream-0.6.0.tgz -/nodejs-zip-stream-tests-0.6.0.tar.bz2 -/zip-stream-a960366.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/nodejs-zip-stream-dl-tests.sh b/nodejs-zip-stream-dl-tests.sh deleted file mode 100755 index 1c5f739..0000000 --- a/nodejs-zip-stream-dl-tests.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -tag=0.6.0 - -set -e - -tmp=$(mktemp -d) - -trap cleanup EXIT -cleanup() { - set +e - [ -z "$tmp" -o ! -d "$tmp" ] || rm -rf "$tmp" -} - -unset CDPATH -pwd=$(pwd) - -pushd "$tmp" -git clone https://github.com/ctalkington/node-zip-stream.git -cd node-zip-stream -git archive --format=tar tags/${tag} test/ \ - | bzip2 > "$pwd"/nodejs-zip-stream-tests-${tag}.tar.bz2 -popd diff --git a/nodejs-zip-stream.spec b/nodejs-zip-stream.spec deleted file mode 100644 index a9591b6..0000000 --- a/nodejs-zip-stream.spec +++ /dev/null @@ -1,118 +0,0 @@ -%global enable_tests 1 -%global srcname zip-stream - -%global commit0 a960366cb949dc613996ee2da6ccdd7509a808d4 -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global owner ctalkington - -Name: nodejs-%{srcname} -Version: 0.7.0 -Release: 9%{?dist} -Summary: A streaming zip archive generator -License: MIT -URL: https://github.com/ctalkington/node-zip-stream -Source0: https://github.com/%{owner}/node-%{srcname}/archive/%{commit0}.tar.gz#/%{srcname}-%{shortcommit0}.tar.gz - -BuildArch: noarch -ExclusiveArch: %{nodejs_arches} noarch - -BuildRequires: nodejs-packaging -BuildRequires: dos2unix - -%if 0%{?enable_tests} -BuildRequires: npm(readable-stream) -BuildRequires: npm(chai) -BuildRequires: npm(mocha) -BuildRequires: npm(rimraf) -BuildRequires: npm(mkdirp) -BuildRequires: npm(compress-commons) -BuildRequires: npm(lodash) -%endif - - -%description -zip-stream is a streaming zip archive generator based on the -ZipArchiveOutputStream prototype found in the compress-commons project. - - -%prep -%setup -qn node-%{srcname}-%{commit0} -rm -rf node_modules/ -dos2unix README.md LICENSE -%nodejs_fixdep readable-stream "^2.0.0" -%nodejs_fixdep lodash "^3.10.1" - - -%build -#nothing to do - - -%install -mkdir -p %{buildroot}%{nodejs_sitelib}/%{srcname} -cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{srcname} - -%nodejs_symlink_deps - - -%if 0%{?enable_tests} -%check -%nodejs_symlink_deps --check -mocha --reporter dot -%endif - - -%files -%doc README.md -%license LICENSE -%{nodejs_sitelib}/%{srcname} - - -%changelog -* Fri Feb 01 2019 Fedora Release Engineering - 0.7.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 0.7.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Mar 20 2018 Tom Hughes - 0.7.0-7 -- Update npm(readable-stream) dependency - -* Thu Feb 08 2018 Fedora Release Engineering - 0.7.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.7.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.7.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 0.7.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Dec 15 2015 Tom Hughes - 0.7.0-2 -- Update npm(lodash) dependency - -* Sat Nov 28 2015 Piotr Popieluch - 0.7.0-1 -- update to upstream 0.7.0 - -* Fri Oct 23 2015 Piotr Popieluch - 0.6.0-1 -- update to upstream 0.6.0 - -* Wed Jul 22 2015 Parag Nemade - 0.5.2-2 -- fixdep npm(readable-stream) - -* Sat Jul 18 2015 Piotr Popieluch - 0.5.2-1 -- update to upstream 0.5.2 - -* Wed Jun 17 2015 Fedora Release Engineering - 0.5.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Mar 14 2015 Piotr Popieluch - 0.5.1-2 -- loosen version requirement on lodash - -* Sun Mar 8 2015 Piotr Popieluch - 0.5.1-1 -- update to upstream 0.5.1 -- move LICENSE-MIT to %%license - -* Mon Dec 22 2014 Piotr Popieluch - 0.5.0-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index ada3db3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -a0a0130a3f0e20dc7295eeb5ff34a615 zip-stream-a960366.tar.gz