|
|
0a27b4 |
%{?scl:%scl_package nodejs-npmlog}
|
|
|
0a27b4 |
%{!?scl:%global pkg_name %{name}}
|
|
|
0a27b4 |
%{?nodejs_find_provides_and_requires}
|
|
|
0a27b4 |
|
|
|
0a27b4 |
Name: %{?scl_prefix}nodejs-npmlog
|
|
|
0a27b4 |
Version: 3.1.2
|
|
|
faed1e |
Release: 2%{?dist}
|
|
|
0a27b4 |
Summary: Logger for npm
|
|
|
0a27b4 |
BuildArch: noarch
|
|
|
0a27b4 |
ExclusiveArch: %{nodejs_arches} noarch
|
|
|
0a27b4 |
License: ISC
|
|
|
0a27b4 |
URL: https://github.com/isaacs/npmlog
|
|
|
0a27b4 |
Source0: https://registry.npmjs.org/npmlog/-/npmlog-%{version}.tgz
|
|
|
0a27b4 |
BuildRequires: %{?scl_prefix}nodejs-devel
|
|
|
0a27b4 |
|
|
|
0a27b4 |
%description
|
|
|
0a27b4 |
The logger utility that npm uses.
|
|
|
0a27b4 |
|
|
|
0a27b4 |
This logger is very basic. It does the logging for npm. It supports custom
|
|
|
0a27b4 |
levels and colored output.
|
|
|
0a27b4 |
|
|
|
0a27b4 |
%prep
|
|
|
0a27b4 |
%setup -q -n package
|
|
|
0a27b4 |
|
|
|
0a27b4 |
%build
|
|
|
0a27b4 |
#nothing to do
|
|
|
0a27b4 |
|
|
|
0a27b4 |
%install
|
|
|
0a27b4 |
mkdir -p %{buildroot}%{nodejs_sitelib}/npmlog
|
|
|
0a27b4 |
cp -pr package.json log.js %{buildroot}%{nodejs_sitelib}/npmlog
|
|
|
0a27b4 |
|
|
|
0a27b4 |
%nodejs_symlink_deps
|
|
|
0a27b4 |
|
|
|
0a27b4 |
%files
|
|
|
0a27b4 |
%{nodejs_sitelib}/npmlog
|
|
|
0a27b4 |
%doc LICENSE README.md
|
|
|
0a27b4 |
|
|
|
0a27b4 |
%changelog
|
|
|
faed1e |
* Mon May 28 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 3.1.2-2
|
|
|
faed1e |
- Resolves: RHBZ#1543198, rebuild for multiarch
|
|
|
faed1e |
|
|
|
0a27b4 |
* Thu Sep 22 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 3.1.2-1
|
|
|
0a27b4 |
- Updated with script
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Wed Sep 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 3.1.2-1
|
|
|
0a27b4 |
- Updated with script
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Wed Sep 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.4-1
|
|
|
0a27b4 |
- Updated with script
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Thu Jun 09 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.0-3
|
|
|
0a27b4 |
- Resolves: rhbz#1334856 , fixes wrong license
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.0-2
|
|
|
0a27b4 |
- rebuilt
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Mon Nov 30 2015 Tomas Hrcka <thrcka@redhat.com> - 2.0.0-1
|
|
|
0a27b4 |
- Rebase to new upstream release
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Thu Jul 23 2015 Tomas Hrcka <thrcka@redhat.com> - 0.1.1-2
|
|
|
0a27b4 |
- Remove macro that handles deps
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Thu Jan 08 2015 Tomas Hrcka <thrcka@redhat.com> - 0.1.1-1
|
|
|
0a27b4 |
- New upstream release 0.1.1
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Thu Jan 16 2014 Tomas Hrcka <thrcka@redhat.com> - 0.0.6-1
|
|
|
0a27b4 |
- New upstream release 0.0.6
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.0.4-2
|
|
|
0a27b4 |
- replace provides and requires with macro
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Sat Jul 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.4-1
|
|
|
0a27b4 |
- new upstream release 0.0.4
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Sun Jun 23 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-1
|
|
|
0a27b4 |
- new upstream release 0.0.3
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.2-5
|
|
|
0a27b4 |
- restrict to compatible arches
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.2-4
|
|
|
0a27b4 |
- add macro for EPEL6 dependency generation
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Fri Apr 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.0.2-4
|
|
|
0a27b4 |
- Add support for software collections
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2-3
|
|
|
0a27b4 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.2-2
|
|
|
0a27b4 |
- add missing build section
|
|
|
0a27b4 |
- minor description improvement
|
|
|
0a27b4 |
|
|
|
0a27b4 |
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.2-1
|
|
|
0a27b4 |
- initial package generated by npm2rpm
|