package init

This commit is contained in:
zhanghua1831 2020-09-08 09:54:48 +08:00
parent 1d18f3e007
commit a75d39c530
4 changed files with 3 additions and 9 deletions

BIN
1.9.1.tar.gz Normal file

Binary file not shown.

View File

@ -6,13 +6,8 @@ Version: 1.9.1
Release: 1
Summary: JavaScript's functional programming helper library
License: MIT
URL: http://underscorejs.org/
Source0: http://registry.npmjs.org/underscore/-/underscore-%{version}.tgz
#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
URL: http://github.com/jashkenas/underscore
Source0: http://github.com/jashkenas/underscore/archive/%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: web-assets-devel
@ -35,8 +30,7 @@ for the usual functional suspects (each, map, reduce, filter...) without
extending any core JavaScript objects.
%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
%autosetup -n underscore-%{version}
rm -f underscore-min.*
%build

Binary file not shown.

Binary file not shown.