fuanan add package

This commit is contained in:
fwx913451 2020-09-07 20:19:29 +08:00
parent 949e27e073
commit ed0fec33a4
4 changed files with 2 additions and 3 deletions

BIN
0.4.13.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@ Release: 1
Summary: A Node.js event emitter implementation with namespaces, wildcards and TTL Summary: A Node.js event emitter implementation with namespaces, wildcards and TTL
License: MIT License: MIT
URL: https://github.com/hij1nx/EventEmitter2 URL: https://github.com/hij1nx/EventEmitter2
Source0: http://registry.npmjs.org/eventemitter2/-/eventemitter2-%{version}.tgz Source0: https://github.com/hij1nx/EventEmitter2/archive/%{version}.tar.gz
Source1: tests-%{version}.tar.bz2 Source1: tests-%{version}.tar.bz2
Source10: dl-tests.sh Source10: dl-tests.sh
BuildArch: noarch BuildArch: noarch
@ -21,8 +21,7 @@ A Node.js event emitter implementation with namespaces, wildcards,
time to live (TTL) and browser support. time to live (TTL) and browser support.
%prep %prep
%setup -q -n package %autosetup -n EventEmitter2-%{version}
%setup -q -T -D -a 1 -n package
%build %build

Binary file not shown.