diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b29433c..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/util-extend-1.0.1.tgz diff --git a/LICENSE b/LICENSE deleted file mode 100644 index ee27ba4..0000000 --- a/LICENSE +++ /dev/null @@ -1,18 +0,0 @@ -This software is released under the MIT license: - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 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-util-extend.spec b/nodejs-util-extend.spec deleted file mode 100644 index 04f3ef1..0000000 --- a/nodejs-util-extend.spec +++ /dev/null @@ -1,94 +0,0 @@ -%{?scl:%scl_package nodejs-util-extend} -%{!?scl:%global pkg_name %{name}} - -%{?nodejs_find_provides_and_requires} - -%global enable_tests 1 - -Name: %{?scl_prefix}nodejs-util-extend -Version: 1.0.1 -Release: 14%{?dist} -Summary: Node's internal object extension function -License: MIT -Url: https://github.com/isaacs/util-extend -Source: http://registry.npmjs.org/util-extend/-/util-extend-%{version}.tgz -Source1: https://raw.githubusercontent.com/kasicka/util-extend/72ad112332507572d2c4dbe55f30b584a0d70878/LICENSE - #https://github.com/isaacs/util-extend/pull/7 -BuildRequires: nodejs-packaging -BuildArch: noarch -ExclusiveArch: %{nodejs_arches} noarch - -%description -The object extending function used with Node.js. - -%prep -%setup -q -n package - -cp -p %{SOURCE1} . - -%build - -%install -mkdir -p %{buildroot}%{nodejs_sitelib}/util-extend -cp -pr package.json extend.js \ - %{buildroot}%{nodejs_sitelib}/util-extend/ - -%{nodejs_symlink_deps} - -%if 0%{?enable_tests} -%check -%{nodejs_symlink_deps} --check -node test.js -%endif - -%files -%doc README.md -%license LICENSE -%{nodejs_sitelib}/util-extend - -%changelog -* Sat Aug 01 2020 Fedora Release Engineering - 1.0.1-14 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jul 28 2020 Fedora Release Engineering - 1.0.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jan 29 2020 Fedora Release Engineering - 1.0.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jul 25 2019 Fedora Release Engineering - 1.0.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Feb 01 2019 Fedora Release Engineering - 1.0.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 1.0.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Feb 08 2018 Fedora Release Engineering - 1.0.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.0.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.0.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 1.0.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Sat Mar 14 2015 Zuzana Svetlikova - 1.0.1-4 -- Removed Group, BuildRoot and %%defattr -- changed ExclusiveArch -- added %%check, %%nodejs_symlink_deps macro and %%license -- fixed nodejs-packaging dependency - -* Tue Jan 13 2015 Tomas Hrcka - 1.0.1-3 -- Remove undefined macro - -* Mon Jan 12 2015 Tomas Hrcka - 1.0.1-2 -- Add dist macro - -* Tue Jan 06 2015 Tomas Hrcka - 1.0.1-1 -- Initial build diff --git a/sources b/sources deleted file mode 100644 index 6089d36..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -e14ca0f0df2bc5a1c7f06d1fb874e7a6 util-extend-1.0.1.tgz