Blame SPECS/nodejs-once.spec

0ae6c2
%{?scl:%scl_package nodejs-once}
0ae6c2
%{!?scl:%global pkg_name %{name}}
0ae6c2
%{?nodejs_find_provides_and_requires}
0ae6c2
0ae6c2
Name:           %{?scl_prefix}nodejs-once
0ae6c2
Version:        1.3.3
0ae6c2
Release:        1%{?dist}
0ae6c2
Summary:        Run a function exactly one time
0ae6c2
BuildArch:      noarch
0ae6c2
ExclusiveArch:  %{nodejs_arches} noarch
0ae6c2
License:        BSD
0ae6c2
URL:            https://github.com/isaacs/once
0ae6c2
Source0:        http://registry.npmjs.org/once/-/once-%{version}.tgz
0ae6c2
0ae6c2
BuildRequires:  %{?scl_prefix}nodejs-devel
0ae6c2
0ae6c2
%description
0ae6c2
Run a function exactly one time.
0ae6c2
0ae6c2
%prep
0ae6c2
%setup -q -n package
0ae6c2
0ae6c2
%build
0ae6c2
#nothing to do
0ae6c2
0ae6c2
%install
0ae6c2
rm -rf %buildroot
0ae6c2
mkdir -p %{buildroot}%{nodejs_sitelib}/once
0ae6c2
cp -pr package.json once.js %{buildroot}%{nodejs_sitelib}/once
0ae6c2
0ae6c2
%nodejs_symlink_deps
0ae6c2
0ae6c2
%files
0ae6c2
%{nodejs_sitelib}/once
0ae6c2
%doc LICENSE README.md
0ae6c2
0ae6c2
%changelog
0ae6c2
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.3.1-1
0ae6c2
- Update
0ae6c2
0ae6c2
* Thu Jan 16 2014 Tomas Hrcka <thrcka@redhat.com> - 1.3.0-1
0ae6c2
- New upstream release 1.3.0
0ae6c2
0ae6c2
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 1.1.1-5
0ae6c2
- replace provides and requires with macro
0ae6c2
0ae6c2
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-4
0ae6c2
- Add support for software collections
0ae6c2
0ae6c2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-3
0ae6c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0ae6c2
0ae6c2
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.1-2
0ae6c2
- add missing build section
0ae6c2
- sentences end with a period
0ae6c2
0ae6c2
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.1-1
0ae6c2
- initial package generated by npm2rpm