Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 4802aa3948911bae6831eb0f0d0515d8 > files > 2

nodejs-is-plain-object-2.0.4-6.mga9.src.rpm

%global npm_name is-plain-object
%global enable_tests 1

Name: nodejs-%{npm_name}
Version: 2.0.4
Release: %mkrel 6
Summary: Returns true if an object was created by the `Object` constructor
License: MIT
Group: Development/Other
URL: https://github.com/jonschlinkert/is-plain-object
Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
Requires: npm(isobject) >= 3.0.1
Requires: npm(isobject) < 4.0.0
BuildArch: noarch

%description
%{summary}

%prep
%setup -q -n package

%build
# Nothing to do here

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr index.d.ts %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr index.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
* Tue Mar 22 2022 umeabot <umeabot> 2.0.4-6.mga9
+ Revision: 1820021
- Mageia 9 Mass Rebuild

* Fri May 15 2020 joequant <joequant> 2.0.4-5.mga8
+ Revision: 1584091
- recompute deps

* Fri May 15 2020 joequant <joequant> 2.0.4-4.mga8
+ Revision: 1584024
- redo deps

* Wed Feb 12 2020 umeabot <umeabot> 2.0.4-3.mga8
+ Revision: 1502891
- Mageia 8 Mass Rebuild

* Thu Sep 20 2018 umeabot <umeabot> 2.0.4-2.mga7
+ Revision: 1280528
- Mageia 7 Mass Rebuild

* Thu May 03 2018 kekepower <kekepower> 2.0.4-1.mga7
+ Revision: 1225309
- imported package nodejs-is-plain-object