diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 604ed1d..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/tinycolor-0.0.1.tgz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..02d08ca --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Removed as part of Change Request to Stop Shipping Individual Nodejs Library Packages (F34) diff --git a/nodejs-tinycolor-README.md b/nodejs-tinycolor-README.md deleted file mode 100644 index 2abc86d..0000000 --- a/nodejs-tinycolor-README.md +++ /dev/null @@ -1,17 +0,0 @@ -# tinycolor - -This is a no-fuzz, barebone, zero muppetry color module for node.js. - -# Environment variables - -* The module respects the `NOCOLOR` environment variable if you wish to disable the coloring. - -# License - -MIT License -Copyright (c) 2012 Einar Otto Stangvik All Rights Reserved. - -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/nodejs-tinycolor.spec b/nodejs-tinycolor.spec deleted file mode 100644 index 8f147f5..0000000 --- a/nodejs-tinycolor.spec +++ /dev/null @@ -1,83 +0,0 @@ -%global npm_name tinycolor - -Summary: A to-the-point color module for node -Name: nodejs-%{npm_name} -Version: 0.0.1 -Release: 15%{?dist} -License: MIT -URL: http://github.com/einaros/tinycolor -Source0: http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz -# The readme file has been updated to include the license. -# We are including it here until the next release when it should be -# part of the release. -# https://raw.github.com/einaros/tinycolor/master/README.md -Source1: nodejs-tinycolor-README.md -BuildRequires: nodejs-devel -BuildArch: noarch - -%description -This is a no-fuzz, bare bones color module for nodejs. - -%prep -%setup -q -n package - -rm -f README.md -cp -pr %{SOURCE1} README.md - -%build -#nothing to do - -%install -mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} -cp -pr tinycolor.js package.json %{buildroot}%{nodejs_sitelib}/%{npm_name} - -%files -%doc README.md example.js -%{nodejs_sitelib}/%{npm_name} - -%changelog -* Tue Jul 28 2020 Fedora Release Engineering - 0.0.1-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jan 29 2020 Fedora Release Engineering - 0.0.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jul 25 2019 Fedora Release Engineering - 0.0.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Feb 01 2019 Fedora Release Engineering - 0.0.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 0.0.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Feb 08 2018 Fedora Release Engineering - 0.0.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.0.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.0.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 0.0.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 0.0.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.0.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Aug 03 2013 Fedora Release Engineering - 0.0.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Tue May 28 2013 Troy Dawson - 0.0.1-3 -- Fixed description so words are spelled correctly -- Updated README.md with the latest one that has a license - -* Fri Mar 01 2013 Troy Dawson - 0.0.1-2 -- Update spec to Fedora nodejs standards - -* Wed Nov 14 2012 Troy Dawson - 0.0.1-1 -- Initial build using tchor spec template diff --git a/sources b/sources deleted file mode 100644 index 5cf9168..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -795da891c356e097957f541ad6755eb4 tinycolor-0.0.1.tgz