!12 [sync] PR-11: Update to version 3.1.2
From: @openeuler-sync-bot Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
9c8165b8cf
Binary file not shown.
BIN
nodejs-minimatch-3.1.2.tar.gz
Normal file
BIN
nodejs-minimatch-3.1.2.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,13 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
%global enable_tests 0
|
%global enable_tests 0
|
||||||
Name: nodejs-minimatch
|
Name: nodejs-minimatch
|
||||||
Version: 3.0.4
|
Version: 3.1.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: JavaScript glob matcher
|
Summary: JavaScript glob matcher
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/isaacs/minimatch
|
URL: https://github.com/isaacs/minimatch
|
||||||
Source0: https://github.com/isaacs/minimatch/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/isaacs/minimatch/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildRequires: nodejs-packaging
|
BuildRequires: nodejs-packaging
|
||||||
@ -15,7 +16,7 @@ BuildRequires: npm(tap) npm(brace-expansion)
|
|||||||
Converts glob expressions to JavaScript "RegExp" objects.
|
Converts glob expressions to JavaScript "RegExp" objects.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n minimatch-%{version}
|
%autosetup -n minimatch-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -40,5 +41,8 @@ cp -p package.json minimatch.js %{buildroot}%{nodejs_sitelib}/minimatch
|
|||||||
%{nodejs_sitelib}/minimatch
|
%{nodejs_sitelib}/minimatch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 02 2023 Ge Wang <wang__ge@126.com> - 3.1.2-1
|
||||||
|
- Update to 3.1.2
|
||||||
|
|
||||||
* Mon Aug 17 2020 wutao <wutao61@huawei.com> - 3.0.4-1
|
* Mon Aug 17 2020 wutao <wutao61@huawei.com> - 3.0.4-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user