You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
140 lines
4.5 KiB
140 lines
4.5 KiB
%{?nodejs_find_provides_and_requires} |
|
|
|
# Tests disabled due to old version of npm(tap) |
|
%global enable_tests 0 |
|
|
|
Name: nodejs-minimatch |
|
Version: 3.0.4 |
|
Release: 6%{?dist} |
|
Summary: JavaScript glob matcher |
|
|
|
License: MIT |
|
URL: https://github.com/isaacs/minimatch |
|
Source0: https://github.com/isaacs/minimatch/archive/v%{version}/%{name}-%{version}.tar.gz |
|
BuildArch: noarch |
|
ExclusiveArch: %{nodejs_arches} noarch |
|
|
|
BuildRequires: nodejs-packaging |
|
|
|
BuildRequires: npm(tap) |
|
BuildRequires: npm(brace-expansion) |
|
|
|
|
|
%description |
|
Converts glob expressions to JavaScript "RegExp" objects. |
|
|
|
|
|
%prep |
|
%autosetup -n minimatch-%{version} |
|
|
|
|
|
%build |
|
#nothing to do |
|
|
|
|
|
%install |
|
mkdir -p %{buildroot}%{nodejs_sitelib}/minimatch |
|
cp -p package.json minimatch.js %{buildroot}%{nodejs_sitelib}/minimatch |
|
%nodejs_symlink_deps |
|
|
|
|
|
%check |
|
%nodejs_symlink_deps --check |
|
%{__nodejs} -e 'require("./")' |
|
%if 0%{?enable_tests} |
|
%{_bindir}/tap test/*.js |
|
%else |
|
%{_bindir}/echo -e "\e[101m -=#=- Tests disabled -=#=- \e[0m" |
|
%endif |
|
|
|
|
|
%files |
|
%{!?_licensedir:%global license %doc} |
|
%doc README.md |
|
%license LICENSE |
|
%{nodejs_sitelib}/minimatch |
|
|
|
|
|
%changelog |
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-6 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-5 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-4 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-3 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-2 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
|
|
|
* Mon Sep 25 2017 Jared Smith <jsmith@fedoraproject.org> - 3.0.4-1 |
|
- Update to upstream 3.0.4 release |
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-4 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
|
|
|
* Fri Jan 1 2016 Tom Hughes <tom@compton.nu> - 3.0.0-1 |
|
- Update to 3.0.0 upstream release |
|
- Enable tests |
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.12-5 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.12-4 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.12-3 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
|
|
|
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.12-2 |
|
- restrict to compatible arches |
|
|
|
* Sat May 25 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.2.12-1 |
|
- update to upstream release 0.2.12 |
|
|
|
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.11-2 |
|
- add macro for EPEL6 dependency generation |
|
|
|
* Wed Mar 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.11-1 |
|
- new upstream release 0.2.11 |
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.9-3 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
|
|
|
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.9-2 |
|
- add missing build section |
|
|
|
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.9-1 |
|
- new upstream release 0.2.9 |
|
- clean up for submission |
|
|
|
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.4-2 |
|
- guard Requires for F17 automatic depedency generation |
|
|
|
* Thu Mar 29 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.4-1 |
|
- New upstream release 0.2.4 |
|
|
|
* Thu Mar 29 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.2-2 |
|
- New upstream release 0.2.4 |
|
|
|
* Thu Mar 22 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.2-1 |
|
- new upstream release 0.2.2 |
|
|
|
* Sat Feb 25 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.0-1 |
|
- new upstream release 0.2.0 |
|
|
|
* Sun Dec 18 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.4-2 |
|
- add Group to make EL5 happy |
|
|
|
* Mon Aug 22 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.4-1 |
|
- initial package
|
|
|