Blame SPECS/nodejs-debuglog.spec

00bfcd
%{?scl:%scl_package nodejs-debuglog}
00bfcd
%{!?scl:%global pkg_name %{name}}
00bfcd
00bfcd
# This macro is needed at the start for building on EL6
00bfcd
%{?nodejs_find_provides_and_requires}
00bfcd
00bfcd
%global barename debuglog
00bfcd
00bfcd
Name:               %{?scl_prefix}nodejs-debuglog
00bfcd
Version:            1.0.1
e37561
Release:            7%{?dist}
00bfcd
Summary:            Backport of util.debuglog from node v0.11
00bfcd
License:            MIT
00bfcd
URL:                https://www.npmjs.org/package/debuglog
00bfcd
Source0:            http://registry.npmjs.org/%{barename}/-/%{barename}-%{version}.tgz
00bfcd
BuildArch:          noarch
00bfcd
%if 0%{?fedora} >= 19
00bfcd
ExclusiveArch:      %{nodejs_arches} noarch
00bfcd
%else
e37561
ExclusiveArch:      %{nodejs_arches} noarch
00bfcd
%endif
00bfcd
00bfcd
BuildRequires:      %{?scl_prefix}runtime
00bfcd
00bfcd
%description
00bfcd
To facilitate using the `util.debuglog()` function that will be available
00bfcd
when node v0.12 is released now, this is a copy extracted from the source.
00bfcd
00bfcd
%prep
00bfcd
%setup -q -n package
00bfcd
00bfcd
%build
00bfcd
00bfcd
%install
00bfcd
mkdir -p %{buildroot}%{nodejs_sitelib}/debuglog
00bfcd
cp -pr package.json debuglog.js \
00bfcd
    %{buildroot}%{nodejs_sitelib}/debuglog
00bfcd
00bfcd
%nodejs_symlink_deps
00bfcd
00bfcd
%files
00bfcd
%doc LICENSE README.md
00bfcd
%{nodejs_sitelib}/debuglog/
00bfcd
00bfcd
%changelog
e37561
* Mon May 28 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.1-7
e37561
- Resolves: RHBZ#1543198, rebuild for multiarch
e37561
00bfcd
* Tue Feb 16 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.1-6
00bfcd
- Use macro in -runtime dependency
00bfcd
00bfcd
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.1-5
00bfcd
- Rebuilt with updated metapackage
00bfcd
00bfcd
* Tue Dec 01 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.1-4
00bfcd
- Enable scl macros
00bfcd
00bfcd
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
00bfcd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
00bfcd
00bfcd
* Tue Jul 22 2014 Ralph Bean <rbean@redhat.com> - 1.0.1-1
00bfcd
- Initial packaging for Fedora.