Blob Blame History Raw
%{?nodejs_find_provides_and_requires}

Name:       nodejs-asap
Version:    1.0.0
Release:    1%{?dist}
Summary:    High-priority task queue for Node.js and browser
License:    MIT
Group:      System Environment/Libraries
URL:        https://github.com/kriskowal/asap
Source0:    http://registry.npmjs.org/asap/-/asap-%{version}.tgz

BuildArch:  noarch
%if 0%{?fedora} >= 19
ExclusiveArch: %{nodejs_arches} noarch
%else
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
%endif

BuildRequires:  nodejs-packaging

%description
%{summary}.

%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/asap
cp -pr package.json asap.js \
    %{buildroot}%{nodejs_sitelib}/asap

%nodejs_symlink_deps


%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/asap


%changelog
* Sun Mar 02 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.0.0-1
- initial package