Blame SPECS/nodejs-graceful-fs.spec

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