diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e116168..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/promzard-0.2.0.tgz -/promzard-0.3.0.tgz 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-promzard-timeout.patch b/nodejs-promzard-timeout.patch deleted file mode 100644 index bbfb8ff..0000000 --- a/nodejs-promzard-timeout.patch +++ /dev/null @@ -1,75 +0,0 @@ -commit 74097b0d66f4c2372a412d7898e61f17819268d1 -Author: Tom Hughes -Date: Sat Jan 16 14:58:56 2016 +0000 - - Increase timeouts for slower machines - -diff --git a/test/exports.js b/test/exports.js -index c17993a..c136cf7 100644 ---- a/test/exports.js -+++ b/test/exports.js -@@ -18,10 +18,10 @@ test('exports', function (t) { - - setTimeout(function () { - child.stdin.write('\n'); -- }, 100) -+ }, 1000) - setTimeout(function () { - child.stdin.end('55\n'); -- }, 200) -+ }, 2000) - - child.on('close', function () { - console.error('output=%j', output) -diff --git a/test/fn.js b/test/fn.js -index 899ebed..dfd516b 100644 ---- a/test/fn.js -+++ b/test/fn.js -@@ -38,13 +38,13 @@ test('prompt callback param', function (t) { - - setTimeout(function () { - child.stdin.write('\n') -- }, 100) -+ }, 1000) - setTimeout(function () { - child.stdin.write('55\n') -- }, 150) -+ }, 1500) - setTimeout(function () { - child.stdin.end('async prompt\n') -- }, 200) -+ }, 2000) - }) - - function child () { -diff --git a/test/simple.js b/test/simple.js -index 034a864..ffdf501 100644 ---- a/test/simple.js -+++ b/test/simple.js -@@ -22,9 +22,9 @@ test('simple', function (t) { - - setTimeout(function () { - process.stdin.emit('data', '\n'); -- }, 100); -+ }, 1000); - - setTimeout(function () { - process.stdin.emit('data', '55\n'); -- }, 200); -+ }, 2000); - }); -diff --git a/test/validate.js b/test/validate.js -index a120681..d37ec3c 100644 ---- a/test/validate.js -+++ b/test/validate.js -@@ -13,8 +13,8 @@ test('validate', function (t) { - }) - setTimeout(function () { - process.stdin.emit('data', 'not cool\n') -- }, 100) -+ }, 1000) - setTimeout(function () { - process.stdin.emit('data', 'cool\n') -- }, 200) -+ }, 2000) - }) diff --git a/nodejs-promzard.spec b/nodejs-promzard.spec deleted file mode 100644 index aa3871c..0000000 --- a/nodejs-promzard.spec +++ /dev/null @@ -1,100 +0,0 @@ -%{?nodejs_find_provides_and_requires} - -Name: nodejs-promzard -Version: 0.3.0 -Release: 9%{?dist} -Summary: A prompting wizard for building files from specialized PromZard modules - -License: BSD -URL: https://github.com/isaacs/promzard -Source0: https://registry.npmjs.org/promzard/-/promzard-%{version}.tgz -Patch0: nodejs-promzard-timeout.patch -BuildArch: noarch -ExclusiveArch: %{nodejs_arches} noarch - -BuildRequires: nodejs-packaging - -BuildRequires: npm(tap) -BuildRequires: npm(read) - -%description -A prompting wizard for building files from specialized PromZard modules. - -The goal is a nice drop-in enhancement for `npm init`. - - -%prep -%autosetup -p 1 -n package - - -%build -#nothing to do - -%install -mkdir -p %{buildroot}%{nodejs_sitelib}/promzard -cp -pr package.json promzard.js %{buildroot}%{nodejs_sitelib}/promzard - - -%check -%nodejs_symlink_deps --check -%tap test/*.js - - -%files -%doc example README.md -%license LICENSE -%{nodejs_sitelib}/promzard - - -%changelog -* Wed Jan 29 2020 Fedora Release Engineering - 0.3.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jul 25 2019 Fedora Release Engineering - 0.3.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Feb 01 2019 Fedora Release Engineering - 0.3.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 0.3.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Feb 08 2018 Fedora Release Engineering - 0.3.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.3.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0.3.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 0.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Sat Jan 16 2016 Tom Hughes - 0.3.0-1 -- Update to 0.3.0 upstream release -- Enable tests - -* Wed Jun 17 2015 Fedora Release Engineering - 0.2.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.2.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Aug 03 2013 Fedora Release Engineering - 0.2.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sat Jun 22 2013 T.C. Hollingsworth - 0.2.0-6 -- restrict to compatible arches - -* Mon Apr 15 2013 T.C. Hollingsworth - 0.2.0-5 -- add macro for EPEL6 dependency generation - -* Thu Feb 14 2013 Fedora Release Engineering - 0.2.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Jan 07 2013 T.C. Hollingsworth - 0.2.0-2 -- fix summary, description, license - -* Mon Dec 31 2012 T.C. Hollingsworth - 0.2.0-1 -- initial package generated by npm2rpm diff --git a/sources b/sources deleted file mode 100644 index 9030d98..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -dba9d89bf5865106b6aaa7f786a47489 promzard-0.3.0.tgz