package init
This commit is contained in:
parent
cacd2aa4d3
commit
60f6e5493a
BIN
0.3.2.tar.gz
Normal file
BIN
0.3.2.tar.gz
Normal file
Binary file not shown.
@ -8,16 +8,7 @@ Release: 1
|
||||
Summary: Allows you to check the types of JavaScript values at runtime
|
||||
License: MIT
|
||||
URL: https://github.com/gkz/type-check
|
||||
Source0: https://registry.npmjs.org/type-check/-/type-check-%{version}.tgz
|
||||
#git clone https://github.com/gkz/type-check
|
||||
#cd type-check
|
||||
#git archive --prefix='test/' --format=tar ${gittag}:test/ \
|
||||
# | bzip2 > "$pwd"/tests-${tag}.tar.bz2
|
||||
Source1: tests-%{version}.tar.bz2
|
||||
#git archive --prefix='src/' --format=tar ${gittag}::src/ \
|
||||
#| bzip2 > "$pwd"/src-${tag}.tar.bz2
|
||||
Source2: src-%{version}.tar.bz2
|
||||
Source11: https://raw.githubusercontent.com/gkz/type-check/%{version}/package.json.ls
|
||||
Source0: https://github.com/gkz/type-check/archive/%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildRequires: nodejs-packaging npm(prelude-ls)
|
||||
@ -32,10 +23,7 @@ type-check allows you to check the types of JavaScript values at runtime with a
|
||||
Haskell like type syntax.
|
||||
|
||||
%prep
|
||||
%setup -q -n package
|
||||
%setup -q -T -D -a 1 -n package
|
||||
%setup -q -T -D -a 2 -n package
|
||||
cp -p %{SOURCE11} .
|
||||
%autosetup -n type-check-%{version}
|
||||
|
||||
%build
|
||||
%if !0%{?bootstrap}
|
||||
|
||||
@ -1,35 +0,0 @@
|
||||
name: 'type-check'
|
||||
version: '0.3.2'
|
||||
|
||||
author: 'George Zahariev <z@georgezahariev.com>'
|
||||
description: 'type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.'
|
||||
homepage: 'https://github.com/gkz/type-check'
|
||||
keywords:
|
||||
'type'
|
||||
'check'
|
||||
'checking'
|
||||
'library'
|
||||
files:
|
||||
'lib'
|
||||
'README.md'
|
||||
'LICENSE'
|
||||
main: './lib/'
|
||||
|
||||
bugs: 'https://github.com/gkz/type-check/issues'
|
||||
license: 'MIT'
|
||||
engines:
|
||||
node: '>= 0.8.0'
|
||||
repository:
|
||||
type: 'git'
|
||||
url: 'git://github.com/gkz/type-check.git'
|
||||
scripts:
|
||||
test: "make test"
|
||||
|
||||
dependencies:
|
||||
'prelude-ls': '~1.1.2'
|
||||
|
||||
dev-dependencies:
|
||||
livescript: '~1.4.0'
|
||||
mocha: '~2.3.4'
|
||||
istanbul: '~0.4.1'
|
||||
browserify: '~12.0.1'
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user