Blame SPECS/nodejs-mkdirp.spec

72a39e
%{?scl:%scl_package nodejs-mkdirp}
72a39e
%{!?scl:%global pkg_name %{name}}
72a39e
%{?nodejs_find_provides_and_requires}
72a39e
72a39e
Name:       %{?scl_prefix}nodejs-mkdirp
72a39e
Version:    0.5.1
72a39e
Release:    1%{?dist}
72a39e
Summary:    Recursive directory creation module for Node.js
72a39e
License:    MIT
72a39e
URL:        https://github.com/substack/node-mkdirp
72a39e
Source0:    http://registry.npmjs.org/mkdirp/-/mkdirp-%{version}.tgz
72a39e
BuildArch:  noarch
72a39e
72a39e
BuildRequires:  %{?scl_prefix}nodejs-devel
72a39e
72a39e
%description
72a39e
Creates directories recursively, like `mkdir -p`.
72a39e
72a39e
%prep
72a39e
%setup -q -n package
72a39e
72a39e
%build
72a39e
#nothing to do
72a39e
72a39e
%install
72a39e
mkdir -p %{buildroot}%{nodejs_sitelib}/mkdirp
72a39e
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/mkdirp
72a39e
72a39e
%nodejs_symlink_deps
72a39e
72a39e
%files
72a39e
%{nodejs_sitelib}/mkdirp
72a39e
%doc readme.markdown examples LICENSE
72a39e
72a39e
%changelog
72a39e
* Thu Sep 22 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.5.1-1
72a39e
- Updated with script
72a39e
72a39e
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.5.0-2
72a39e
- rebuilt
72a39e
72a39e
* Fri Jan 09 2015 Tomas Hrcka <thrcka@redhat.com> - 0.5.0-1
72a39e
- New upstream release 0.5.0
72a39e
72a39e
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.3.5-3
72a39e
- replace provides and requires with macro
72a39e
72a39e
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.3.5-2
72a39e
- Add support for software collections
72a39e
72a39e
* Wed Mar 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.3.5-1
72a39e
- new upstream release 0.3.5
72a39e
72a39e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-3
72a39e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
72a39e
72a39e
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.3.4-2
72a39e
- add missing build section
72a39e
- improve summary/description
72a39e
72a39e
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.3.4-1
72a39e
- new upstream release 0.3.4
72a39e
- clean up for submission
72a39e
72a39e
* Wed May 02 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.3.2-1
72a39e
- New upstream release 0.3.2
72a39e
72a39e
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.3.1-2
72a39e
- guard Requires for F17 automatic depedency generation
72a39e
72a39e
* Mon Apr 02 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.3.1-1
72a39e
- New upstream release 0.3.1
72a39e
72a39e
* Sat Jan 21 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.3.0-1
72a39e
- new upstream release 0.3.0
72a39e
72a39e
* Thu Dec 22 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.1-1
72a39e
- initial package