Blame SPECS/nodejs-for-own.spec

712574
%{?scl:%scl_package nodejs-%{npm_name}}
712574
%{!?scl:%global pkg_name %{name}}
712574
712574
%{?nodejs_find_provides_and_requires}
712574
%global npm_name for-own
712574
712574
Summary:       return an object with properties that evaluate to true from the callback
712574
Name:          %{?scl_prefix}nodejs-%{npm_name}
712574
Version:       0.1.3
712574
Release:       4%{?dist}
712574
License:       MIT
712574
URL:           https://github.com/jonschlinkert/for-own
712574
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
712574
BuildRequires: %{?scl_prefix}nodejs-devel
712574
ExclusiveArch: %{nodejs_arches} noarch
712574
BuildArch:     noarch
712574
712574
%description
712574
Iterate over the own enumerable properties of an object, and return 
712574
an object with properties that evaluate to true from the callback. 
712574
Exit early by returning false.
712574
712574
%prep
712574
%setup -q -n package
712574
712574
%build
712574
712574
%install
712574
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
712574
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}
712574
712574
%nodejs_symlink_deps
712574
712574
%files
712574
%{!?_licensedir:%global license %doc}
712574
%doc README.md
712574
%license LICENSE
712574
%{nodejs_sitelib}/%{npm_name}
712574
712574
%changelog
712574
* Tue Feb 16 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.1.3-4
712574
- Use macro in -runtime dependency
712574
712574
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.1.3-3
712574
- Rebuilt with updated metapackage
712574
712574
* Tue Jan 12 2016 Tomas Hrcka <thrcka@redhat.com> - 0.1.3-2
712574
- Enable scl macros, fix license macro for el6
712574
712574
* Wed Dec 16 2015 Troy Dawson <tdawson@redhat.com> - 0.1.3-1
712574
- Initial package