Blame SPECS/nodejs-proto-list.spec

513f4e
%{?scl:%scl_package nodejs-proto-list}
513f4e
%{!?scl:%global pkg_name %{name}}
513f4e
%{?nodejs_find_provides_and_requires}
513f4e
513f4e
Name:       %{?scl_prefix}nodejs-proto-list
513f4e
Version:    1.2.4
f95901
Release:    3%{?dist}
513f4e
Summary:    A list of objects bound by prototype chain
513f4e
License:    ISC
513f4e
URL:        https://github.com/isaacs/proto-list
513f4e
Source0:    http://registry.npmjs.org/proto-list/-/proto-list-%{version}.tgz
513f4e
BuildArch:  noarch
513f4e
513f4e
BuildRequires:  %{?scl_prefix}nodejs-devel
513f4e
#BuildRequires:  nodejs-tap
513f4e
513f4e
%description
513f4e
A list of objects bound by prototype chain.  Used for the Node.js package
513f4e
manager (npm) configuration.
513f4e
513f4e
%prep
513f4e
%setup -q -n package
513f4e
513f4e
%build
513f4e
#nothing to do
513f4e
513f4e
%install
513f4e
rm -rf %{buildroot}
513f4e
513f4e
mkdir -p %{buildroot}%{nodejs_sitelib}/proto-list
513f4e
cp -p package.json proto-list.js %{buildroot}%{nodejs_sitelib}/proto-list
513f4e
513f4e
%nodejs_symlink_deps
513f4e
513f4e
# We currently don't run tests because I'd have to file another ten or
513f4e
# so review reuqests for the node.js TAP testing framework and methinks there
513f4e
# are enough of those for now.  ;-)
513f4e
##%%check
513f4e
##%%nodejs proto-list.js
513f4e
513f4e
%files
513f4e
%{nodejs_sitelib}/proto-list
513f4e
%doc LICENSE README.md
513f4e
513f4e
%changelog
f95901
* Mon May 28 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.2.4-3
f95901
- Resolves: RHBZ#1543198, rebuild for multiarch
f95901
513f4e
* Fri Mar 10 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.2.4-2
513f4e
- Correct license
513f4e
513f4e
* Wed Sep 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.2.4-1
513f4e
- Updated with script
513f4e
513f4e
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.2.2-6
513f4e
- rebuilt
513f4e
513f4e
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 1.2.2-5
513f4e
- replace provides and requires with macro
513f4e
513f4e
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.2.2-4
513f4e
- Add support for software collections
513f4e
513f4e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-3
513f4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
513f4e
513f4e
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.2.2-2
513f4e
- add missing build section
513f4e
513f4e
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.2.2-1
513f4e
- new upstream release 1.2.2
513f4e
- clean up for submission
513f4e
513f4e
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-4
513f4e
- bring in line with newer module packaging standards
513f4e
513f4e
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-3
513f4e
- guard Requires for F17 automatic depedency generation
513f4e
513f4e
* Sun Dec 18 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-2
513f4e
- add Group to make EL5 happy
513f4e
513f4e
* Tue Aug 23 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-1
513f4e
- initial package