Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > e0f8b8b9ba9c049c365633f0b61624f8 > files > 2

nodejs-bunker-0.1.2-3.mga7.src.rpm

%{?nodejs_find_provides_and_requires}

Name:           nodejs-bunker
Version:        0.1.2
Release:        %mkrel 3
Summary:        Code coverage in native JavaScript
BuildArch:      noarch

Group:          System/Libraries
#no license file included, "MIT/X11" indicated in package.json
License:        MIT
URL:            https://github.com/substack/node-bunker
Source0:        http://registry.npmjs.org/bunker/-/bunker-%{version}.tgz

BuildRequires:  nodejs-packaging
#BuildRequires:  npm(tap)

%description
Bunker is a module to calculate code coverage written in native JavaScript.
It uses AST trickery with the help of the nodejs-burrito package.

%prep
%setup -q -n package

%build
#nothing to do

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

%nodejs_symlink_deps

# recursive deps are recursive
#%%check
#%%tap test/*.js

%files
%{nodejs_sitelib}/bunker
%doc README.markdown example



%changelog
* Wed Sep 19 2018 umeabot <umeabot> 0.1.2-3.mga7
  (not released yet)
+ Revision: 1264720
- Mageia 7 Mass Rebuild

* Mon Feb 08 2016 umeabot <umeabot> 0.1.2-2.mga6
+ Revision: 950368
- Mageia 6 Mass Rebuild

* Tue Oct 28 2014 tv <tv> 0.1.2-1.mga5
+ Revision: 794200
- imported package nodejs-bunker


* Tue Oct 28 2014 Thierry Vignaud <tv@mageia.org> 0.1.2-1.mga5
- import from FC

* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.2-1
- initial package generated by npm2rpm