package init

This commit is contained in:
wangchong1995924 2020-09-07 17:04:21 +08:00
parent 1e453b82e3
commit a3bc5485aa
4 changed files with 15 additions and 15 deletions

View File

@ -7,7 +7,7 @@ Release: 1
Summary: Require($THIS_PACKAGE) -> require('./') Summary: Require($THIS_PACKAGE) -> require('./')
License: MIT License: MIT
URL: https://github.com/kemitchell/replace-require-self.js.git URL: https://github.com/kemitchell/replace-require-self.js.git
Source0: https://registry.npmjs.org/replace-require-self/-/replace-require-self-%{version}.tgz Source0: https://github.com/kemitchell/replace-require-self.js/archive/v%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging npm(stream-replace) BuildRequires: nodejs-packaging npm(stream-replace)
@ -15,7 +15,7 @@ BuildRequires: nodejs-packaging npm(stream-replace)
Require($THIS_PACKAGE) -> require('./') Require($THIS_PACKAGE) -> require('./')
%prep %prep
%setup -q -n package %autosetup -n replace-require-self.js-%{version}
%build %build
@ -43,5 +43,5 @@ ln -sf %{nodejs_sitelib}/%{packagename}/cli.js \
%{_bindir}/replace-require-self %{_bindir}/replace-require-self
%changelog %changelog
* Fri Aug 21 2020 wangchong <wangchong56@huawei.com> - 1.1.1-1 * Mon Sep 7 2020 wangchong <wangchong56@huawei.com> - 1.1.1-1
- package init - package init

View File

@ -1,4 +1,4 @@
version-control: github version_control: github
src_repo: kemitchell/replace-require-self.js src_repo: kemitchell/replace-require-self.js
tag_prefix: ^v tag_prefix: "^v"
seperator: . seperator: "."

Binary file not shown.

BIN
v1.1.1.tar.gz Normal file

Binary file not shown.