Blame SPECS/nodejs-archy.spec

5edbd6
%{?scl:%scl_package nodejs-archy}
5edbd6
%{!?scl:%global pkg_name %{name}}
5edbd6
%{?nodejs_find_provides_and_requires}
5edbd6
5edbd6
5edbd6
Name:       %{?scl_prefix}nodejs-archy
5edbd6
Version:    1.0.0
6356bd
Release:    5%{?dist}
5edbd6
Summary:    Renders nested hierarchies with unicode pipes
5edbd6
License:    MIT
5edbd6
URL:        https://github.com/substack/node-archy
5edbd6
Source0:    http://registry.npmjs.org/archy/-/archy-%{version}.tgz
5edbd6
BuildArch:  noarch
5edbd6
5edbd6
BuildRequires:  %{?scl_prefix}nodejs-devel
5edbd6
5edbd6
%description
5edbd6
Render nested hierarchies with unicode pipes, `npm ls` style.
5edbd6
5edbd6
%prep
5edbd6
%setup -q -n package
5edbd6
5edbd6
%build
5edbd6
#nothing to do
5edbd6
5edbd6
%install
5edbd6
mkdir -p %{buildroot}%{nodejs_sitelib}/archy
5edbd6
cp -p index.js package.json %{buildroot}%{nodejs_sitelib}/archy
5edbd6
5edbd6
%nodejs_symlink_deps
5edbd6
5edbd6
# tests disabled until tap is packaged
5edbd6
#%%check
5edbd6
#%%tap test
5edbd6
5edbd6
%files
5edbd6
%{nodejs_sitelib}/archy
5edbd6
%doc readme.markdown examples/*
5edbd6
5edbd6
%changelog
6356bd
* Mon May 28 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.0-5
6356bd
- Resolves: RHBZ#1543198, rebuild for multiarch
6356bd
5edbd6
* Mon Jan 16 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.0-4
5edbd6
- Clean up
5edbd6
5edbd6
* Tue Feb 16 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.0-3
5edbd6
- Use macro in -runtime dependency
5edbd6
5edbd6
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.0-2
5edbd6
- Rebuilt with updated metapackage
5edbd6
5edbd6
* Mon Nov 30 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.0-1
5edbd6
- New upstream release
5edbd6
5edbd6
* Thu Oct 17 2013 Tomas Hrcka thrcka@redhat.com - 0.0.2-8
5edbd6
- replace provides and requires with macro
5edbd6
5edbd6
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.0.2-7
5edbd6
- Add support for software collections
5edbd6
5edbd6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2-6
5edbd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5edbd6
5edbd6
* Thu Jan 17 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.2-5
5edbd6
- fix URL
5edbd6
5edbd6
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.2-4
5edbd6
- add missing build section
5edbd6
5edbd6
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.2-3
5edbd6
- clean up for submission
5edbd6
5edbd6
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.2-2
5edbd6
- fix BuildRequires not present on 
5edbd6
5edbd6
* Thu Mar 29 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.2-1
5edbd6
- initial package