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
|
Summary: A test framework agnostic BDD-style assertions for Node.js
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/shouldjs/should.js
|
URL: https://github.com/shouldjs/should.js
|
||||||
Source0: https://registry.npmjs.org/should/-/should-%{version}.tgz
|
Source0: https://github.com/shouldjs/should.js/archive/%{version}.tar.gz
|
||||||
#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
|
|
||||||
Obsoletes: nodejs-should-promised < 0.3.1-2
|
Obsoletes: nodejs-should-promised < 0.3.1-2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} 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.
|
supporting this constructor will function properly with should.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%autosetup -n should.js-%{version} -S git
|
||||||
%setup -q -T -D -a 1 -n package
|
|
||||||
%patch0001 -p1
|
|
||||||
rm -f should.min.js
|
rm -f should.min.js
|
||||||
find . -type f -exec chmod -x '{}' \;
|
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