package init
This commit is contained in:
parent
1d18f3e007
commit
a75d39c530
BIN
1.9.1.tar.gz
Normal file
BIN
1.9.1.tar.gz
Normal file
Binary file not shown.
@ -6,13 +6,8 @@ Version: 1.9.1
|
|||||||
Release: 1
|
Release: 1
|
||||||
Summary: JavaScript's functional programming helper library
|
Summary: JavaScript's functional programming helper library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://underscorejs.org/
|
URL: http://github.com/jashkenas/underscore
|
||||||
Source0: http://registry.npmjs.org/underscore/-/underscore-%{version}.tgz
|
Source0: http://github.com/jashkenas/underscore/archive/%{version}.tar.gz
|
||||||
#git clone git://github.com/jashkenas/underscore.git
|
|
||||||
#cd underscore
|
|
||||||
#git archive --prefix="test/" --format=tar tags/${tag}:test/ \
|
|
||||||
# | bzip2 > "$pwd"/tests-${tag}.tar.bz2
|
|
||||||
Source1: tests-%{version}.tar.bz2
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildRequires: web-assets-devel
|
BuildRequires: web-assets-devel
|
||||||
@ -35,8 +30,7 @@ for the usual functional suspects (each, map, reduce, filter...) without
|
|||||||
extending any core JavaScript objects.
|
extending any core JavaScript objects.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%autosetup -n underscore-%{version}
|
||||||
%setup -T -D -a 1 -q -n package
|
|
||||||
rm -f underscore-min.*
|
rm -f underscore-min.*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user