Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > a6230a5976cc847aa65ad80e2e6e8ef4 > files > 1

nodejs-uid2-0.0.3-1.fc18.src.rpm

Name:           nodejs-uid2
Version:        0.0.3
Release:        1%{?dist}
Summary:        Node.js module to generate strong unique IDs

License:        MIT
URL:            https://github.com/Coreh/uid2
Source0:        http://registry.npmjs.org/uid2/-/uid2-%{version}.tgz
BuildArch:      noarch
ExclusiveArch:  %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

%description
%{summary}.


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


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/uid2
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/uid2
%nodejs_symlink_deps


%files
%doc LICENSE
%{nodejs_sitelib}/uid2


%changelog
* Sat Aug 17 2013 Tom Hughes <tom@compton.nu> - 0.0.3-1
- Initial build of 0.0.3