Blame SPECS/nodejs-graceful-fs.spec

543ef2
%{?scl:%scl_package nodejs-graceful-fs}
543ef2
%{!?scl:%global pkg_name %{name}}
543ef2
%{?nodejs_find_provides_and_requires}
543ef2
543ef2
Name:       %{?scl_prefix}nodejs-graceful-fs
543ef2
Version:    4.1.6
543ef2
Release:    2%{?dist}
543ef2
Summary:    'fs' module with incremental back-off on EMFILE
543ef2
License:    ISC
543ef2
URL:        https://github.com/isaacs/node-graceful-fs
543ef2
Source0:    http://registry.npmjs.org/graceful-fs/-/graceful-fs-%{version}.tgz
543ef2
# The LICENSE file has been updated upstream to reflect the actual license.
543ef2
BuildArch:  noarch
543ef2
ExclusiveArch: %{nodejs_arches} noarch
543ef2
543ef2
BuildRequires:  %{?scl_prefix}nodejs-devel
543ef2
543ef2
%description
543ef2
Just like node.js' fs module, but it does an incremental back-off when EMFILE is
543ef2
encountered.  Useful in asynchronous situations where one needs to try to open
543ef2
lots and lots of files.
543ef2
543ef2
%prep
543ef2
%setup -q -n package
543ef2
543ef2
%build
543ef2
#nothing to do
543ef2
543ef2
%install
543ef2
mkdir -p %{buildroot}%{nodejs_sitelib}/graceful-fs
543ef2
cp -p fs.js graceful-fs.js package.json polyfills.js legacy-streams.js \
543ef2
    %{buildroot}%{nodejs_sitelib}/graceful-fs
543ef2
543ef2
%nodejs_symlink_deps
543ef2
543ef2
%files
543ef2
%{nodejs_sitelib}/graceful-fs
543ef2
%doc README.md LICENSE
543ef2
543ef2
%changelog
543ef2
* Mon Jul 03 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 4.1.6-2
543ef2
- rh-nodejs8 rebuild
543ef2
543ef2
* Thu Sep 22 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 4.1.6-1
543ef2
- Updated with script
543ef2
543ef2
* Wed Sep 21 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 4.1.4-1
543ef2
- Updated with script
543ef2
543ef2
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 4.1.2-4
543ef2
- rebuilt
543ef2
543ef2
* Wed Dec 09 2015 Tomas Hrcka <thrcka@redhat.com> - 4.1.2-3
543ef2
- Reflect Upstream License
543ef2
543ef2
* Mon Nov 30 2015 Tomas Hrcka <thrcka@redhat.com> - 4.1.2-2
543ef2
- New upstream release
543ef2
543ef2
* Tue Jan 13 2015 Tomas Hrcka <thrcka@redhat.com> - 3.0.5-2
543ef2
- Add missing source file fs.js
543ef2
543ef2
* Fri Jan 09 2015 Tomas Hrcka <thrcka@redhat.com> - 3.0.5-1
543ef2
- New upstream release 3.0.5
543ef2
543ef2
* Fri Jul 12 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 2.0.0-2
543ef2
- include missing polyfills.js file
543ef2
543ef2
* Fri Jul 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.0.0-1
543ef2
- new upstream release 2.0.0
543ef2
- license file now updated upstream
543ef2
543ef2
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.2.2-1
543ef2
- new upstream release 1.2.2
543ef2
543ef2
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.2.1-3
543ef2
- restrict to compatible arches
543ef2
543ef2
* Tue May 28 2013 Tomas Hrcka <thrcka@redhat.com> - 1.2.1-2.1
543ef2
- merged latest upstream release and fix BZ#967550
543ef2
543ef2
* Mon May 27 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.2.1-2
543ef2
- the LICENSE file previously contained the wrong license (MIT), but now
543ef2
  upstream have fixed it to contain the correct license (BSD) (#967442)
543ef2
543ef2
* Sat May 25 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.2.1-1
543ef2
- update to upstream release 1.2.1
543ef2
543ef2
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.2.0-2
543ef2
- add macro for EPEL6 dependency generation
543ef2
543ef2
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.2.0-2
543ef2
- Add support for software collections
543ef2
543ef2
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.2.0-1
543ef2
- new upstream release 1.2.0
543ef2
543ef2
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.14-2
543ef2
- add missing build section
543ef2
543ef2
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.14-1
543ef2
- new upstream release 1.1.14
543ef2
- clean up for submission
543ef2
543ef2
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.8-2
543ef2
- guard Requires for F17 automatic depedency generation
543ef2
543ef2
* Thu Mar 22 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.8-1
543ef2
- new upstream release 1.1.8
543ef2
543ef2
* Sun Jan 29 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.5-1
543ef2
- new upstream release 1.1.5
543ef2
543ef2
* Sat Jan 21 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.4-2
543ef2
- missing Group field for EL5
543ef2
543ef2
* Sat Jan 21 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.4-1
543ef2
- new upstream release 1.1.4
543ef2
543ef2
* Thu Nov 10 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.2-0.1.20111109git33dee97
543ef2
- new upstream release
543ef2
- Node v0.6.0 compatibility fixes
543ef2
543ef2
* Tue Oct 25 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.1-1
543ef2
- new upstream release
543ef2
543ef2
* Mon Aug 22 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-1
543ef2
- initial package