Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > e0ec01c444b81546947294f68a3da9f4 > files > 2

nodejs-glob-3.2.6-1.mga5.src.rpm

%{?nodejs_find_provides_and_requires}

Name:       nodejs-glob
Version:    3.2.6
Release:    %mkrel 1
Summary:    A little globber for Node.js
License:    BSD
Group:      System/Libraries
URL:        https://github.com/isaacs/node-glob
Source0:    http://registry.npmjs.org/glob/-/glob-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
This is a glob implementation in pure JavaScript. It uses the minimatch library
to do its matching.

%prep
%setup -q -n package

%build
#nothing to do

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

%nodejs_symlink_deps

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/glob
%doc LICENSE README.md examples



%changelog
* Sun Oct 26 2014 tv <tv> 3.2.6-1.mga5
+ Revision: 793430
- imported package nodejs-glob