From 0bef30f3a26d0adf27b977721f1906f61b8b16f8 Mon Sep 17 00:00:00 2001 From: wangxiao65 <287608437@qq.com> Date: Tue, 8 Sep 2020 14:32:49 +0800 Subject: [PATCH] package init --- nodejs-http-signature.spec | 5 +---- node-http-signature-0.10.0.tar.gz => v0.10.0.tar.gz | Bin 2 files changed, 1 insertion(+), 4 deletions(-) rename node-http-signature-0.10.0.tar.gz => v0.10.0.tar.gz (100%) diff --git a/nodejs-http-signature.spec b/nodejs-http-signature.spec index e1964bd..d9b4533 100644 --- a/nodejs-http-signature.spec +++ b/nodejs-http-signature.spec @@ -1,5 +1,3 @@ -%global commit 8881c4a806604deabe958f37e51672a65ef150fe -%global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: nodejs-http-signature Version: 0.10.0 Release: 1 @@ -8,8 +6,7 @@ BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch License: MIT URL: https://github.com/joyent/node-http-signature -#https://codeload.github.com/joyent/node-http-signature/tar.gz/v{version} -Source0: node-http-signature-%{version}.tar.gz +Source0: https://github.com/joyent/node-http-signature/archive/v%{version}.tar.gz BuildRequires: nodejs-packaging npm(tap) npm(node-uuid) npm(assert-plus) npm(asn1) npm(ctype) %description nodejs-http-signature is a node.js library that has client and server components diff --git a/node-http-signature-0.10.0.tar.gz b/v0.10.0.tar.gz similarity index 100% rename from node-http-signature-0.10.0.tar.gz rename to v0.10.0.tar.gz