Sophie

Sophie

distrib > Fedora > 19 > x86_64 > by-pkgid > e5719a44295ebe8e78adf84532b1802c > files > 2

nodejs-async-each-0.1.6-2.fc19.src.rpm

%global srcname async-each

Name:           nodejs-%{srcname}
Version:        0.1.6
Release:        2%{?dist}
Summary:        Async parallel forEach / map function for JavaScript

License:        MIT
URL:            https://github.com/paulmillr/async-each
Source0:        http://registry.npmjs.org/%{srcname}/-/%{srcname}-%{version}.tgz

BuildArch:      noarch
ExclusiveArch:  %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging


%description
%{summary}.

%prep
%setup -q -n package
rm -rf node_modules/


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{srcname}
cp -pr package.json index.js bower.json component.json \
  %{buildroot}%{nodejs_sitelib}/%{srcname}

%nodejs_symlink_deps


%files
%doc CHANGELOG.md README.md
%{nodejs_sitelib}/%{srcname}


%changelog
* Sat Dec  6 2014 Piotr Popieluch <piotr1212@gmail.com> - 0.1.6-2
- Removed Group tag
- Added rm -rf node_modules/

* Wed Nov 26 2014 Piotr Popieluch <piotr1212@gmail.com> - 0.1.6-1
- Initial package