init package

This commit is contained in:
root 2020-09-07 17:52:00 +08:00
parent 1c12f18526
commit e1de4fdac4
4 changed files with 2 additions and 8 deletions

BIN
2.4.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -6,12 +6,7 @@ Release: 1
Summary: Utility to parse a string bytes to bytes and vice-versa Summary: Utility to parse a string bytes to bytes and vice-versa
License: MIT License: MIT
URL: https://github.com/visionmedia/bytes.js URL: https://github.com/visionmedia/bytes.js
Source0: http://registry.npmjs.org/bytes/-/bytes-%{version}.tgz Source0: https://github.com/visionmedia/bytes.js/archive/%{version}.tar.gz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1: tests-%{version}.tar.bz2
Source10: dl-tests.sh
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
@ -22,8 +17,7 @@ BuildRequires: npm(mocha)
%summary %summary
%prep %prep
%setup -q -n package %autosetup -n bytes.js-%{version}
%setup -T -D -a 1 -q -n package
%build %build

Binary file not shown.