Blame nodejs-unzip-response.spec

b081ce9
# test BR: not yet in fedora
b081ce9
%global enable_tests 0
62ba130
%global module_name unzip-response
62ba130
62ba130
Name:           nodejs-%{module_name}
b081ce9
Version:        2.0.1
7ea24b6
Release:        2%{?dist}
62ba130
Summary:        Unzip a HTTP response if needed
62ba130
62ba130
License:        MIT
b081ce9
URL:            https://github.com/sindresorhus/unzip-response
b081ce9
Source0:        https://github.com/sindresorhus/%{module_name}/archive/v%{version}.tar.gz
62ba130
62ba130
BuildArch:      noarch
62ba130
ExclusiveArch:  %{nodejs_arches} noarch
62ba130
62ba130
BuildRequires:  nodejs-packaging
62ba130
62ba130
%if 0%{?enable_tests}
b081ce9
BuildRequires:  npm(ava)
b081ce9
BuildRequires:  npm(get-stream)
b081ce9
BuildRequires:  npm(pify)
b081ce9
BuildRequires:  npm(rfpify)
b081ce9
BuildRequires:  npm(xo)
62ba130
%endif
62ba130
62ba130
%description
62ba130
Unzips the response from http.request if it's gzipped/deflated, otherwise
62ba130
just passes it through.
62ba130
62ba130
%prep
b081ce9
%autosetup -n %{module_name}-%{version}
62ba130
rm -rf node_modules
62ba130
62ba130
%build
62ba130
# nothing to build
62ba130
62ba130
%install
62ba130
mkdir -p %{buildroot}%{nodejs_sitelib}/%{module_name}
62ba130
cp -p package.json index.js %{buildroot}%{nodejs_sitelib}/%{module_name}
62ba130
%nodejs_symlink_deps
62ba130
62ba130
%if 0%{?enable_tests}
62ba130
%check
62ba130
%nodejs_symlink_deps --check
b081ce9
%{__nodejs} -e 'require("./")'
b081ce9
xo && ava
62ba130
%endif
62ba130
62ba130
%files
62ba130
%doc readme.md
62ba130
%license license
62ba130
%{nodejs_sitelib}/%{module_name}
62ba130
62ba130
%changelog
7ea24b6
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
7ea24b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7ea24b6
b081ce9
* Sat Sep 17 2016 Parag Nemade <pnemade AT redhat DOT com> - 2.0.1-1
b081ce9
- Update to 2.0.1
b081ce9
07af46b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
07af46b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
07af46b
62ba130
* Fri Jul 31 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.0.0-1
62ba130
- Initial packaging
62ba130