!2 修复因缺少依赖导致编译失败问题
From: @wu-leilei Reviewed-by: @myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
6f7685815f
@ -1,17 +1,17 @@
|
|||||||
Name: nodejsporter
|
Name: nodejsporter
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A rpm packager bot for nodejs modules from npmjs.org
|
Summary: A rpm packager bot for nodejs modules from npmjs.org
|
||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
URL: https://gitee.com/openeuler/nodejsporter
|
URL: https://gitee.com/openeuler/nodejsporter
|
||||||
Source0: https://gitee.com/openeuler/rubyporter/repository/archive/v%{version}.tar.gz
|
Source0: https://gitee.com/openeuler/rubyporter/repository/archive/v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: nodejs python3-setuptools
|
||||||
|
Requires: gcc gdb libstdc++-devel python3-cffi nodejs
|
||||||
|
|
||||||
%description
|
%description
|
||||||
nodejsporter is a tool to create spec file and create rpm for nodejs modules.
|
nodejsporter is a tool to create spec file and create rpm for nodejs modules.
|
||||||
|
|
||||||
BuildRequires: gcc gdb libstdc++-devel python3-cffi nodejs
|
|
||||||
Requires: gcc gdb libstdc++-devel python3-cffi nodejs
|
|
||||||
|
|
||||||
|
|
||||||
%package -n python3-nodejsporter
|
%package -n python3-nodejsporter
|
||||||
Summary: A rpm packager bot for nodejs modules from npmjs.org
|
Summary: A rpm packager bot for nodejs modules from npmjs.org
|
||||||
@ -51,6 +51,9 @@ mv %{buildroot}/filelist.lst .
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 16 2021 wulei <wulei80@huawei.com> - 1.0-2
|
||||||
|
- fixes failed: No module named 'setuptools'
|
||||||
|
|
||||||
* Wed Nov 4 2020 sunchendong<sunchendong@huawei.com> -1.0-1
|
* Wed Nov 4 2020 sunchendong<sunchendong@huawei.com> -1.0-1
|
||||||
- Type:NA
|
- Type:NA
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user