Blame SPECS/nodejs-lodash.padright.spec

82b947
%{?scl:%scl_package nodejs-lodash.padright}
82b947
%{!?scl:%global pkg_name %{name}}
82b947
82b947
# spec file for package nodejs-nodejs-lodash.padright
82b947
82b947
%global npm_name lodash.padright
82b947
%{?nodejs_find_provides_and_requires}
82b947
82b947
%global enable_tests 0
82b947
82b947
Name:		%{?scl_prefix}nodejs-lodash.padright
82b947
Version:	3.1.1
82b947
Release:	2%{?dist}
82b947
Summary:	The modern build of lodash’s `_.padRight` as a module.
82b947
Url:		https://lodash.com/
82b947
Source0:	https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
82b947
License:	MIT
82b947
82b947
BuildArch:	noarch
82b947
82b947
%if 0%{?fedora} >= 19
82b947
ExclusiveArch: %{nodejs_arches} noarch
82b947
%else
82b947
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
82b947
%endif
82b947
82b947
BuildRequires:  %{?scl_prefix}nodejs-devel
82b947
BuildRequires:  %{?scl_prefix}runtime
82b947
82b947
%if 0%{?enable_tests}
82b947
%endif
82b947
82b947
BuildRequires:	%{?scl_prefix}npm(lodash._basetostring)
82b947
BuildRequires:	%{?scl_prefix}npm(lodash._createpadding)
82b947
82b947
Requires:	%{?scl_prefix}npm(lodash._basetostring)
82b947
Requires:	%{?scl_prefix}npm(lodash._createpadding)
82b947
82b947
%description
82b947
The modern build of lodash’s `_.padRight` as a module.
82b947
82b947
%prep
82b947
%setup -q -n package
82b947
82b947
rm -rf node_modules
82b947
82b947
%build
82b947
82b947
%install
82b947
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
82b947
82b947
cp -pr package.json *.js \
82b947
%{buildroot}%{nodejs_sitelib}/%{npm_name}
82b947
82b947
%{nodejs_symlink_deps}
82b947
82b947
%if 0%{?enable_tests}
82b947
82b947
%check
82b947
%{nodejs_symlink_deps} --check
82b947
82b947
%endif
82b947
82b947
%files
82b947
%{nodejs_sitelib}/lodash.padright
82b947
82b947
%doc README.md LICENSE.txt
82b947
82b947
%changelog
82b947
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 3.1.1-2
82b947
- rebuilt
82b947
82b947
* Tue Dec 01 2015 Tomas Hrcka <thrcka@redhat.com> - 3.1.1-1
82b947
- Initial build