%{?nodejs_find_provides_and_requires} %global enable_tests 0 Name: nodejs-character-parser Version: 1.2.0 Release: 8%{?dist} Summary: Parse JavaScript one character at a time to look for snippets in templates License: MIT Group: System Environment/Libraries URL: https://github.com/ForbesLindesay/character-parser Source0: http://registry.npmjs.org/character-parser/-/character-parser-%{version}.tgz # The test files are not included in the npm tarball. # Source1 is generated by running Source10, which pulls from the upstream # version control repository. Source1: tests-%{version}.tar.bz2 Source10: dl-tests.sh BuildArch: noarch %if 0%{?fedora} >= 19 ExclusiveArch: %{nodejs_arches} noarch %else ExclusiveArch: %{ix86} x86_64 %{arm} noarch %endif BuildRequires: nodejs-packaging %if 0%{?enable_tests} BuildRequires: mocha BuildRequires: npm(better-assert) %endif %description Parse JavaScript one character at a time to look for snippets in templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly. %prep %setup -q -n package %setup -q -T -D -a 1 -n package # Fix wrong-file-end-of-line-encoding. for i in LICENSE README.md; do sed -i -e 's/\r$//' "${i}" done %build #nothing to do %install mkdir -p %{buildroot}%{nodejs_sitelib}/character-parser cp -pr package.json index.js \ %{buildroot}%{nodejs_sitelib}/character-parser %nodejs_symlink_deps %if 0%{?enable_tests} %check %nodejs_symlink_deps --check /usr/bin/mocha -R spec %endif %files %doc LICENSE README.md %{nodejs_sitelib}/character-parser %changelog * Fri Jul 13 2018 Fedora Release Engineering - 1.2.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering - 1.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 1.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering - 1.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Mar 02 2014 Jamie Nguyen - 1.2.0-1 - initial package