!3 Fix requires globule version

From: @lei_ju
Reviewed-by: @solarhu
Signed-off-by: @solarhu
This commit is contained in:
openeuler-ci-bot 2020-11-07 11:17:36 +08:00 committed by Gitee
commit 7846966c4a

View File

@ -3,7 +3,7 @@
%global commitid dad5345a2876346fe49a68ee6e4db34205680798
Name: nodejs-gaze
Version: 0.5.2
Release: 1
Release: 2
Summary: A globbing fs.watch wrapper built from parts of other watch libraries
License: MIT
URL: https://github.com/shama/gaze
@ -23,9 +23,9 @@ parts of other fine watch libraries: speedy data behavior from chokidar, the
API interface from watch, and file globbing using glob.
%prep
%setup -q -n gaze-0.5.2
%setup -q -n gaze-%{version}
cp -p %{SOURCE1} .
%nodejs_fixdep globule '~0.1'
%nodejs_fixdep globule '~0.2'
%build
@ -46,5 +46,8 @@ cp -pr package.json lib/ \
%{nodejs_sitelib}/gaze
%changelog
* Wed Sep 16 2020 leiju <leiju4@huawei.com> - 0.5.2-2
- Fix requires globule version
* Tue Sep 8 2020 yaokai <yaokai13@huawei.com> - 0.5.2-1
- package init