1 Star 0 Fork 3

json_book/nodejs-interpret

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nodejs-interpret.spec 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
json_book 提交于 2023-06-14 17:06 . update to 1.1.0
%{?nodejs_find_provides_and_requires}
%global packagename interpret
%global enable_tests 1
Name: nodejs-interpret
Version: 1.1.0
Release: 1
Summary: A dictionary of file extensions and associated module loaders
License: MIT
URL: https://github.com/tkellen/node-interpret.git
Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
%if 0%{?enable_tests}
BuildRequires: mocha
%endif
%description
A dictionary of file extensions and associated module loaders.
%prep
%autosetup -n interpret-1.1.0
%build
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{packagename}
cp -pr package.json *.js \
%{buildroot}%{nodejs_sitelib}/%{packagename}
%nodejs_symlink_deps
%check
%nodejs_symlink_deps --check
%{__nodejs} -e 'require("./")'
%if 0%{?enable_tests}
%{_bindir}/echo -e "\e[102m -=#=- No test suite -=#=- \e[0m"
%else
%{_bindir}/echo -e "\e[101m -=#=- Tests disabled -=#=- \e[0m"
%endif
%files
%{!?_licensedir:%global license %doc}
%doc *.md CHANGELOG
%license LICENSE
%{nodejs_sitelib}/%{packagename}
%changelog
* Wed June 14 2023 zhuwenshuo <1003254035@qq.com> -1.1.0-1
- update to 1.1.0
* Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 1.0.1-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/json-book/nodejs-interpret.git
git@gitee.com:json-book/nodejs-interpret.git
json-book
nodejs-interpret
nodejs-interpret
master

搜索帮助