!2 Update to 1.0.2

From: @wu-leilei 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-11-03 07:22:59 +00:00 committed by Gitee
commit 0a0b2428d5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global packagename is-function
%global enable_tests 1
Name: nodejs-is-function
Version: 1.0.1
Version: 1.0.2
Release: 1
Summary: Is that thing a function? Use this module to find out
License: MIT
URL: https://github.com/grncdr/js-is-function.git
Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz
Source0: https://github.com/grncdr/js-is-function/archive/v%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -18,7 +18,7 @@ BuildRequires: npm(tape)
Is that thing a function? Use this module to find out
%prep
%autosetup -n package
%autosetup -n js-is-function-%{version}
%build
@ -43,5 +43,8 @@ cp -pr package.json index.js \
%{nodejs_sitelib}/%{packagename}
%changelog
* Fri Nov 03 2023 wulei <wu_lei@hoperun.com> - 1.0.2-1
- Update to 1.0.2
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.0.1-1
- Package init

BIN
v1.0.2.tar.gz Normal file

Binary file not shown.