Fix requires globule version
This commit is contained in:
parent
203b0a0e40
commit
30aac006b5
@ -3,7 +3,7 @@
|
|||||||
%global commitid dad5345a2876346fe49a68ee6e4db34205680798
|
%global commitid dad5345a2876346fe49a68ee6e4db34205680798
|
||||||
Name: nodejs-gaze
|
Name: nodejs-gaze
|
||||||
Version: 0.5.2
|
Version: 0.5.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A globbing fs.watch wrapper built from parts of other watch libraries
|
Summary: A globbing fs.watch wrapper built from parts of other watch libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/shama/gaze
|
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.
|
API interface from watch, and file globbing using glob.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gaze-0.5.2
|
%setup -q -n gaze-%{version}
|
||||||
cp -p %{SOURCE1} .
|
cp -p %{SOURCE1} .
|
||||||
%nodejs_fixdep globule '~0.1'
|
%nodejs_fixdep globule '~0.2'
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -46,5 +46,8 @@ cp -pr package.json lib/ \
|
|||||||
%{nodejs_sitelib}/gaze
|
%{nodejs_sitelib}/gaze
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 8 2020 yaokai <yaokai13@huawei.com> - 0.5.2-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user