diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c8475f9..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/unicode-7.0.0-0.1.5.tgz diff --git a/LICENSE-MIT.txt b/LICENSE-MIT.txt deleted file mode 100644 index a41e0a7..0000000 --- a/LICENSE-MIT.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright Mathias Bynens - -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..d79a4cc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This has become Obsolete old Unicode module, the current version is 11.0.0 and distributed under different upstream project https://www.npmjs.com/package/unicode diff --git a/nodejs-unicode-7.0.0.spec b/nodejs-unicode-7.0.0.spec deleted file mode 100644 index 73fd8a5..0000000 --- a/nodejs-unicode-7.0.0.spec +++ /dev/null @@ -1,67 +0,0 @@ -%global module_name unicode-7.0.0 - -Name: nodejs-%{module_name} -Version: 0.1.5 -Release: 8%{?dist} -Summary: JavaScript-compatible Unicode 7.0.0 data - -License: MIT -URL: http://mths.be/node-unicode-data -Source0: http://registry.npmjs.org/%{module_name}/-/%{module_name}-%{version}.tgz -# I see license text in upstream but no released tarball with it -Source1: https://raw.githubusercontent.com/mathiasbynens/node-unicode-data/master/LICENSE-MIT.txt -BuildArch: noarch -ExclusiveArch: %{nodejs_arches} noarch - -BuildRequires: nodejs-packaging - -%description -JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, -and regular expressions for Unicode v7.0.0’s categories, scripts, blocks, -bidi, and other properties. - -%prep -%setup -q -n package -rm -rf node_modules - -cp -p %{SOURCE1} . - -%build -# nothing to build - -%install -mkdir -p %{buildroot}%{nodejs_sitelib}/%{module_name} -cp -pr bidi bidi-brackets bidi-mirroring blocks case-folding categories \ - index.js package.json properties scripts \ - %{buildroot}%{nodejs_sitelib}/%{module_name} -%nodejs_symlink_deps - -%files -%doc README.md LICENSE-MIT.txt -%{nodejs_sitelib}/%{module_name} - -%changelog -* Fri Jul 13 2018 Fedora Release Engineering - 0.1.5-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Feb 08 2018 Fedora Release Engineering - 0.1.5-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.1.5-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.1.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 0.1.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 0.1.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Dec 07 2014 Parag Nemade - 0.1.5-2 -- Fix summary - -* Wed Dec 03 2014 Parag Nemade - 0.1.5-1 -- Initial packaging - diff --git a/sources b/sources deleted file mode 100644 index 66c521d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -193474baf3f91c6c685042266ed7c2ff unicode-7.0.0-0.1.5.tgz