From d7e576e9c96a309cde9bd26ca515abd7c0f6fee7 Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Tue, 8 Sep 2020 16:16:14 +0800 Subject: [PATCH] package init --- nodejs-tap.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs-tap.spec b/nodejs-tap.spec index 2bcdef3..f33da2f 100644 --- a/nodejs-tap.spec +++ b/nodejs-tap.spec @@ -6,7 +6,7 @@ Release: 1 Summary: A Test Anything Protocol library License: MIT URL: https://github.com/isaacs/node-tap -Source0: https://github.com/tapjs/node-tap/archive/v0.7.1.tar.gz +Source0: https://github.com/isaacs/node-tap/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -21,7 +21,7 @@ harnesses and frameworks that communicate with one another using the Test Anything Protocol. %prep -%setup -q -n node-tap-%{version} +%autosetup -n node-tap-%{version} %nodejs_fixdep deep-equal '^1.0.1' %nodejs_fixdep glob '^6.0.3' %nodejs_fixdep inherits 1