Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 68b5a64c5907b3415bfd4b9ca10585b3 > files > 3

nodejs-console-dot-log-0.1.3-4.fc18.src.rpm

%{?nodejs_find_provides_and_requires}

Name:       nodejs-console-dot-log
Version:    0.1.3
Release:    4%{?dist}
Summary:    A console.log implementation that plays nice with large amounts of data
# License is specified in console.log.js.
# Upstream have been informed about missing LICENSE file:
# https://gist.github.com/tmpvar/1077544#comment-770148
License:    MIT
Group:      System Environment/Libraries
URL:        https://gist.github.com/1077544
Source0:    http://registry.npmjs.org/console.log/-/console.log-%{version}.tgz
# Include a copy of the MIT license to comply with license requirements.
Source20:   LICENSE

BuildArch:  noarch
%if 0%{?fedora} >= 19
ExclusiveArch: %{nodejs_arches} noarch
%else
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
%endif

BuildRequires:  nodejs-packaging

%description
A console.log implementation that plays nice with large amounts of data.
It keeps the node alive until the output has flushed to the screen.


%prep
%setup -q -n package
cp -a %{SOURCE20} .


%build
#nothing to do


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

%nodejs_symlink_deps


%files
%doc LICENSE README.md
%{nodejs_sitelib}/console.log


%changelog
* Sat Jul 06 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.1.3-4
- fix compatible arches for f18/el6

* Fri Jul 05 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.1.3-3
- restrict to compatible arches

* Fri Jun 07 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.1.3-2
- rename from nodejs-console-log to nodejs-console-dot-log, as the real npm
  registry name of this module is "console.log" and there is already another
  npm module called "console-log"

* Sun Feb 17 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.1.3-1
- initial package