Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > e59ea20123a5888c5c278c129a722f07 > files > 2

nodejs-aws4-1.7.0-2.mga7.src.rpm

%global npm_name aws4
%global enable_tests 1

Name: nodejs-%{npm_name}
Version: 1.7.0
Release: %mkrel 2
Summary: Signs and prepares requests using AWS Signature Version 4
License: MIT
Group: Development/Other
URL: https://github.com/mhart/aws4#readme
Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildArch: noarch

%description
%{summary}

%prep
%setup -q -n package

%build
# Nothing to do here

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr aws4.js %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr lru.js %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}

%nodejs_symlink_deps

%if 0%{?enable_tests}
%check
%{nodejs_symlink_deps} --check
%endif

%files
%{nodejs_sitelib}/%{npm_name}
%license LICENSE
%doc README.md



%changelog
* Thu Sep 20 2018 umeabot <umeabot> 1.7.0-2.mga7
  (not released yet)
+ Revision: 1280163
- Mageia 7 Mass Rebuild

* Wed May 02 2018 kekepower <kekepower> 1.7.0-1.mga7
+ Revision: 1224754
- imported package nodejs-aws4