Blob Blame History Raw
%{?nodejs_find_provides_and_requires}

Name:       nodejs-parseurl
Version:    1.0.1
Release:    2%{?dist}
Summary:    Parse a URL with memoization
License:    MIT
Group:      System Environment/Libraries
URL:        https://github.com/expressjs/parseurl
Source0:    http://registry.npmjs.org/parseurl/-/parseurl-%{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}/parseurl
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/parseurl

%nodejs_symlink_deps


%files
%doc README.md
%{nodejs_sitelib}/parseurl


%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Sat Apr 19 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.0.1-1
- initial package