fuanan add package
This commit is contained in:
parent
f2bd7bde30
commit
4f909178f9
BIN
extend-3.0.0.tgz
BIN
extend-3.0.0.tgz
Binary file not shown.
@ -6,8 +6,8 @@ Version: 3.0.0
|
|||||||
Release: 1
|
Release: 1
|
||||||
Summary: Port of jQuery.extend for node.js and the browser
|
Summary: Port of jQuery.extend for node.js and the browser
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.npmjs.org/package/extend
|
URL: https://github.com/justmoon/node-extend
|
||||||
Source0: https://registry.npmjs.org/extend/-/extend-%{version}.tgz
|
Source0: https://github.com/justmoon/node-extend/archive/v%{version}.tar.gz
|
||||||
Source1: test-index.js
|
Source1: test-index.js
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
@ -21,7 +21,7 @@ nodejs-extend is a port of the classic extend() method from jQuery. It behaves
|
|||||||
as you expect. It is simple, tried and true.
|
as you expect. It is simple, tried and true.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%autosetup -n node-extend-%{version}
|
||||||
install -D -p -m0644 %{SOURCE1} test/index.js
|
install -D -p -m0644 %{SOURCE1} test/index.js
|
||||||
rm -rf node_modules/
|
rm -rf node_modules/
|
||||||
%nodejs_fixdep --caret
|
%nodejs_fixdep --caret
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
git_url: https://www.npmjs.org/package/extend
|
version_control: github
|
||||||
version_control: registry
|
src_repo: justmoon/node-extend
|
||||||
src_repo: https://registry.npmjs.org/extend/-
|
tag_prefix: "^v"
|
||||||
tag_prefix: "^"
|
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|||||||
BIN
v3.0.0.tar.gz
Normal file
BIN
v3.0.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user