Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 6a9f40bd70a23184268b79c6f5a8d688 > files > 1

nodejs-pause-0.0.1-3.fc18.src.rpm

%{?nodejs_find_provides_and_requires}

Name:       nodejs-pause
Version:    0.0.1
Release:    3%{?dist}
Summary:    Node.js module to pause streams
# License text is included in Readme.md
License:    MIT
Group:      System Environment/Libraries
URL:        https://github.com/visionmedia/node-pause
Source0:    http://registry.npmjs.org/pause/-/pause-%{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}/pause
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/pause

%nodejs_symlink_deps


%files
%doc History.md Readme.md
%{nodejs_sitelib}/pause


%changelog
* Sun Jul 28 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.0.1-3
- restrict to compatible arches

* Wed Jun 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.1-2
- rebuild for missing npm(pause) provides

* Mon Feb 11 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.0.1-1
- initial package