fuanan add package
This commit is contained in:
parent
1258bdada9
commit
26fb88da2f
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global srcname grunt-known-options
|
||||
Name: nodejs-%{srcname}
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Release: 1
|
||||
Summary: The known options used in Grunt
|
||||
License: MIT
|
||||
URL: https://www.npmjs.com/package/grunt-known-options
|
||||
Source0: https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-%{version}.tgz
|
||||
URL: https://github.com/gruntjs/grunt-known-options
|
||||
Source0: https://github.com/gruntjs/grunt-known-options/archive/v%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildRequires: nodejs-packaging
|
||||
@ -13,7 +13,7 @@ BuildRequires: nodejs-packaging
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -qn package
|
||||
%autosetup -n grunt-known-options-%{version}
|
||||
|
||||
%build
|
||||
|
||||
@ -32,5 +32,5 @@ cp -pr package.json *.js \
|
||||
%{nodejs_sitelib}/%{srcname}
|
||||
|
||||
%changelog
|
||||
* Thu Aug 20 2020 Anan Fu <fuanan3@huawei.com> - 1.1.0-1
|
||||
* Thu Aug 20 2020 Anan Fu <fuanan3@huawei.com> - 1.1.1-1
|
||||
- package init
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
git_url: https://www.npmjs.com/package/grunt-known-options
|
||||
version_control: registry
|
||||
src_repo: https://registry.npmjs.org/grunt-known-options/-
|
||||
tag_prefix: "^"
|
||||
version_control: github
|
||||
src_repo: gruntjs/grunt-known-options
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
|
||||
BIN
v1.1.1.tar.gz
Normal file
BIN
v1.1.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user