package init
This commit is contained in:
parent
dc2a2b1730
commit
e226482ceb
BIN
8.4.0.tar.gz
Normal file
BIN
8.4.0.tar.gz
Normal file
Binary file not shown.
@ -6,11 +6,7 @@ Release: 1
|
||||
Summary: A test framework agnostic BDD-style assertions for Node.js
|
||||
License: MIT
|
||||
URL: https://github.com/shouldjs/should.js
|
||||
Source0: https://registry.npmjs.org/should/-/should-%{version}.tgz
|
||||
#git clone git://github.com/shouldjs/should.js.git
|
||||
#cd should.js
|
||||
#git archive --prefix="test/" --format=tar tags/%{version}:test/ | bzip2 > tests-%{version}.tar.bz2
|
||||
Source1: tests-%{version}.tar.bz2
|
||||
Source0: https://github.com/shouldjs/should.js/archive/%{version}.tar.gz
|
||||
Obsoletes: nodejs-should-promised < 0.3.1-2
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
@ -30,9 +26,7 @@ and should.AssertionError is assert.AssertionError, meaning any test framework
|
||||
supporting this constructor will function properly with should.
|
||||
|
||||
%prep
|
||||
%setup -q -n package
|
||||
%setup -q -T -D -a 1 -n package
|
||||
%patch0001 -p1
|
||||
%autosetup -n should.js-%{version} -S git
|
||||
rm -f should.min.js
|
||||
find . -type f -exec chmod -x '{}' \;
|
||||
|
||||
|
||||
BIN
should-8.4.0.tgz
BIN
should-8.4.0.tgz
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user