Upgrade to 2.0.1
This commit is contained in:
parent
8487faa8fe
commit
5d6fddadb5
@ -1,8 +1,8 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
%global packagename brace-expansion
|
%global packagename brace-expansion
|
||||||
%global enable_tests 1
|
%global enable_tests 0
|
||||||
Name: nodejs-brace-expansion
|
Name: nodejs-brace-expansion
|
||||||
Version: 1.1.11
|
Version: 2.0.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Brace expansion as known from sh/bash
|
Summary: Brace expansion as known from sh/bash
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -18,7 +18,7 @@ BuildRequires: npm(balanced-match) npm(concat-map) npm(tape)
|
|||||||
Brace expansion as known from sh/bash
|
Brace expansion as known from sh/bash
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n brace-expansion-%{version}
|
%autosetup -n brace-expansion-%{version} -p1
|
||||||
%{_bindir}/grep -A100 '^## License$' README.md > LICENSE.md
|
%{_bindir}/grep -A100 '^## License$' README.md > LICENSE.md
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -43,5 +43,9 @@ cp -pr package.json index.js \
|
|||||||
%{nodejs_sitelib}/%{packagename}
|
%{nodejs_sitelib}/%{packagename}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 06 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.1-1
|
||||||
|
- Upgrade to 2.0.1
|
||||||
|
- Solve selfrequires problem
|
||||||
|
|
||||||
* Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 1.1.11-1
|
* Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 1.1.11-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
BIN
v1.1.11.tar.gz
BIN
v1.1.11.tar.gz
Binary file not shown.
BIN
v2.0.1.tar.gz
Normal file
BIN
v2.0.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user