modify Source
This commit is contained in:
parent
9ba13c2c57
commit
9b7699440c
Binary file not shown.
BIN
node-http-signature-0.10.0.tar.gz
Normal file
BIN
node-http-signature-0.10.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -8,20 +8,18 @@ BuildArch: noarch
|
|||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/joyent/node-http-signature
|
URL: https://github.com/joyent/node-http-signature
|
||||||
Source0: https://registry.npmjs.org/http-signature/-/http-signature-%{version}.tgz
|
#https://codeload.github.com/joyent/node-http-signature/tar.gz/v{version}
|
||||||
Source1: https://github.com/joyent/node-http-signature/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
|
Source0: node-http-signature-%{version}.tar.gz
|
||||||
BuildRequires: nodejs-packaging npm(tap) npm(node-uuid) npm(assert-plus) npm(asn1) npm(ctype)
|
BuildRequires: nodejs-packaging npm(tap) npm(node-uuid) npm(assert-plus) npm(asn1) npm(ctype)
|
||||||
%description
|
%description
|
||||||
nodejs-http-signature is a node.js library that has client and server components
|
nodejs-http-signature is a node.js library that has client and server components
|
||||||
for Joyent's HTTP Signature Scheme.
|
for Joyent's HTTP Signature Scheme.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package -a1
|
%setup -q -n node-http-signature-%{version}
|
||||||
%nodejs_fixdep assert-plus
|
%nodejs_fixdep assert-plus
|
||||||
%nodejs_fixdep ctype '~0.5.3'
|
%nodejs_fixdep ctype '~0.5.3'
|
||||||
%nodejs_fixdep asn1 '~0.1.11'
|
%nodejs_fixdep asn1 '~0.1.11'
|
||||||
mv node-http-signature-%{commit}/test .
|
|
||||||
rm -rf node-http-signature-%{commit}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user