diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4f40028..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/ebnf-parser-0.1.10.tgz diff --git a/LICENSE-MIT.txt b/LICENSE-MIT.txt deleted file mode 100644 index 89de354..0000000 --- a/LICENSE-MIT.txt +++ /dev/null @@ -1,17 +0,0 @@ -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-ebnf-parser.spec b/nodejs-ebnf-parser.spec deleted file mode 100644 index 4ea60ef..0000000 --- a/nodejs-ebnf-parser.spec +++ /dev/null @@ -1,107 +0,0 @@ -%{?nodejs_find_provides_and_requires} - -%global packagename ebnf-parser -%global enable_tests 0 -%global bootstrap 1 - -Name: nodejs-ebnf-parser -Version: 0.1.10 -Release: 10%{?dist} -Summary: A parser for BNF and EBNF grammars used by jison - -License: MIT -URL: https://github.com/zaach/ebnf-parser.git -Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz -Source1: LICENSE-MIT.txt -# upstream license file requeset at https://github.com/zaach/ebnf-parser/issues/9 - -BuildArch: noarch -%if 0%{?fedora} >= 19 -ExclusiveArch: %{nodejs_arches} noarch -%else -ExclusiveArch: %{ix86} x86_64 %{arm} noarch -%endif - -BuildRequires: nodejs-packaging - -%if !0%{?bootstrap} -BuildRequires: npm(jison) -%endif - -%if 0%{?enable_tests} -BuildRequires: npm(jison) -BuildRequires: npm(lex-parser) -%endif - -Requires: nodejs - -%description -A parser for BNF and EBNF grammars used by jison - - -%prep -%setup -q -n package -cp -p %{SOURCE1} . -%nodejs_fixdep --dev -r lex-parser -%nodejs_fixdep lex-parser '0.1.x' - - -%build -%if !0%{?bootstrap} -%{_bindir}/jison bnf.y bnf.l -mv bnf.js parser.js -%{_bindir}/jison ebnf.y -mv ebnf.js transform-parser.js -%endif - -%install -mkdir -p %{buildroot}%{nodejs_sitelib}/%{packagename} -cp -pr package.json *.js \ - %{buildroot}%{nodejs_sitelib}/%{packagename} - -%nodejs_symlink_deps - -%if 0%{?enable_tests} -%check -%nodejs_symlink_deps --check -%{__nodejs} tests/all-tests.js -%endif - - -%files -%{!?_licensedir:%global license %doc} -%doc *.md -%license LICENSE-MIT.txt -%{nodejs_sitelib}/%{packagename} - -%changelog -* Tue Jul 28 2020 Fedora Release Engineering - 0.1.10-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jan 29 2020 Fedora Release Engineering - 0.1.10-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jul 25 2019 Fedora Release Engineering - 0.1.10-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Feb 01 2019 Fedora Release Engineering - 0.1.10-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 0.1.10-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Feb 08 2018 Fedora Release Engineering - 0.1.10-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0.1.10-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0.1.10-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 0.1.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 24 2015 Jared Smith - 0.1.10-1 -- Initial packaging -- Turn on bootstrap mode for building npm(jison) diff --git a/sources b/sources deleted file mode 100644 index 49bf2b2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -9ed00a2ba4d311be965bd901496d4132 ebnf-parser-0.1.10.tgz