|
|
e4a814 |
%{?scl:%scl_package nodejs-glob}
|
|
|
e4a814 |
%{!?scl:%global pkg_name %{name}}
|
|
|
e4a814 |
%{?nodejs_find_provides_and_requires}
|
|
|
e4a814 |
|
|
|
e4a814 |
Name: %{?scl_prefix}nodejs-glob
|
|
|
e4a814 |
Version: 7.1.0
|
|
|
aab1c4 |
Release: 2%{?dist}
|
|
|
e4a814 |
Summary: A little globber for Node.js
|
|
|
e4a814 |
License: ISC
|
|
|
e4a814 |
URL: https://github.com/isaacs/node-glob
|
|
|
e4a814 |
Source0: http://registry.npmjs.org/glob/-/glob-%{version}.tgz
|
|
|
e4a814 |
|
|
|
e4a814 |
BuildArch: noarch
|
|
|
e4a814 |
ExclusiveArch: %{nodejs_arches} noarch
|
|
|
e4a814 |
|
|
|
e4a814 |
BuildRequires: %{?scl_prefix}nodejs-devel
|
|
|
e4a814 |
|
|
|
e4a814 |
%description
|
|
|
e4a814 |
This is a glob implementation in JavaScript. It uses the minimatch library
|
|
|
e4a814 |
to do its matching.
|
|
|
e4a814 |
|
|
|
e4a814 |
%prep
|
|
|
e4a814 |
%setup -q -n package
|
|
|
e4a814 |
|
|
|
e4a814 |
%build
|
|
|
e4a814 |
#nothing to do
|
|
|
e4a814 |
|
|
|
e4a814 |
%install
|
|
|
e4a814 |
mkdir -p %{buildroot}%{nodejs_sitelib}/glob
|
|
|
e4a814 |
cp -pr *.js package.json %{buildroot}%{nodejs_sitelib}/glob
|
|
|
e4a814 |
|
|
|
e4a814 |
%nodejs_symlink_deps
|
|
|
e4a814 |
|
|
|
e4a814 |
%files
|
|
|
e4a814 |
%{nodejs_sitelib}/glob
|
|
|
e4a814 |
%doc LICENSE
|
|
|
e4a814 |
%doc README.md
|
|
|
e4a814 |
|
|
|
e4a814 |
%changelog
|
|
|
aab1c4 |
* Mon May 28 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 7.1.0-2
|
|
|
aab1c4 |
- Resolves: RHBZ#1543198, rebuild for multiarch
|
|
|
aab1c4 |
|
|
|
e4a814 |
* Thu Jan 05 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 7.1.0-1
|
|
|
e4a814 |
- Updated with script
|
|
|
e4a814 |
|
|
|
e4a814 |
* Thu Sep 22 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 7.0.6-1
|
|
|
e4a814 |
- Updated with script
|
|
|
e4a814 |
|
|
|
e4a814 |
* Wed Sep 21 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 7.0.4-1
|
|
|
e4a814 |
- Updated with script
|
|
|
e4a814 |
|
|
|
e4a814 |
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 7.0.3-1
|
|
|
e4a814 |
- Change license
|
|
|
e4a814 |
- update to new upstream version
|
|
|
e4a814 |
|
|
|
e4a814 |
* Mon Nov 30 2015 Tomas Hrcka <thrcka@redhat.com> - 5.0.15-1
|
|
|
e4a814 |
- New upstream release
|
|
|
e4a814 |
|
|
|
e4a814 |
* Wed Jul 29 2015 Zuzana Svetlikova <zsvetlik@redhat.com> - 5.0.14-1
|
|
|
e4a814 |
- New upstream release
|
|
|
e4a814 |
|
|
|
e4a814 |
* Fri Jan 09 2015 Tomas Hrcka <thrcka@redhat.com> - 4.0.5-1
|
|
|
e4a814 |
- New upstream release 4.0.5
|
|
|
e4a814 |
|
|
|
e4a814 |
* Thu Jan 16 2014 Tomas Hrcka <thrcka@redhat.com> - 3.2.8-1
|
|
|
e4a814 |
- New upstream release 3.2.8
|
|
|
e4a814 |
|
|
|
e4a814 |
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 3.2.6-2
|
|
|
e4a814 |
- replace provides and requires with macro
|
|
|
e4a814 |
|
|
|
e4a814 |
* Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.2.6-1
|
|
|
e4a814 |
- new upstream release 3.2.6
|
|
|
e4a814 |
|
|
|
e4a814 |
* Fri Jul 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.2.3-1
|
|
|
e4a814 |
- new upstream release 3.2.3
|
|
|
e4a814 |
|
|
|
e4a814 |
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.2.1-1
|
|
|
e4a814 |
- new upstream release 3.2.1
|
|
|
e4a814 |
|
|
|
e4a814 |
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.21-3
|
|
|
e4a814 |
- restrict to compatible arches
|
|
|
e4a814 |
|
|
|
e4a814 |
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.21-2
|
|
|
e4a814 |
- add macro for EPEL6 dependency generation
|
|
|
e4a814 |
|
|
|
e4a814 |
* Fri Apr 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.21-2
|
|
|
e4a814 |
- Add support for software collections
|
|
|
e4a814 |
|
|
|
e4a814 |
* Wed Mar 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.21-1
|
|
|
e4a814 |
- new upstream release 3.1.21
|
|
|
e4a814 |
|
|
|
e4a814 |
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.20-1
|
|
|
e4a814 |
- new upstream release 3.1.20
|
|
|
e4a814 |
|
|
|
e4a814 |
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.14-2
|
|
|
e4a814 |
- add missing build section
|
|
|
e4a814 |
- adjust summary/description slightly
|
|
|
e4a814 |
|
|
|
e4a814 |
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.14-1
|
|
|
e4a814 |
- new upstream release 3.1.14
|
|
|
e4a814 |
- clean up for submission
|
|
|
e4a814 |
|
|
|
e4a814 |
* Thu Mar 22 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.9-1
|
|
|
e4a814 |
- new upstream release 3.1.9
|
|
|
e4a814 |
|
|
|
e4a814 |
* Fri Mar 16 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.6-1
|
|
|
e4a814 |
- initial package
|