package init

This commit is contained in:
wangxiao65 2020-09-08 14:24:22 +08:00
parent f06e512efe
commit dd465efc4a
4 changed files with 2 additions and 5 deletions

BIN
1.3.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -6,8 +6,7 @@ Release: 1
Summary: Jade template engine for Node.js
License: MIT
URL: https://github.com/visionmedia/jade
Source0: http://registry.npmjs.org/jade/-/jade-%{version}.tgz
Source1: tests-%{version}.tar.bz2
Source0: https://github.com/visionmedia/jade/archive/%{version}.tar.gz
Patch0: %{name}-1.2.0-Fix-test-import-path.patch
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
@ -22,9 +21,7 @@ Jade is a high performance template engine heavily influenced by Haml and
implemented with JavaScript for Node.js.
%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
%patch0 -p1
%autosetup -n pug-%{version} -S git
%nodejs_fixdep character-parser '~1.2'
%nodejs_fixdep commander '>=2.1.0'
%nodejs_fixdep constantinople '~2.0'

Binary file not shown.