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.
120 lines
3.9 KiB
120 lines
3.9 KiB
%{?nodejs_find_provides_and_requires} |
|
|
|
Name: nodejs-nopt |
|
Version: 3.0.6 |
|
Release: 9%{?dist} |
|
Summary: Node.js option parsing |
|
License: MIT |
|
URL: https://github.com/isaacs/nopt |
|
Source0: https://registry.npmjs.org/nopt/-/nopt-%{version}.tgz |
|
BuildArch: noarch |
|
ExclusiveArch: %{nodejs_arches} noarch |
|
|
|
BuildRequires: nodejs-packaging |
|
|
|
BuildRequires: npm(tap) |
|
BuildRequires: npm(abbrev) |
|
|
|
%description |
|
An option parsing library for Node.js and its package manager (npm). |
|
|
|
|
|
%prep |
|
%setup -q -n package |
|
|
|
|
|
%build |
|
#nothing to do |
|
|
|
|
|
%install |
|
mkdir -p %{buildroot}%{nodejs_sitelib}/nopt |
|
cp -pr bin lib package.json %{buildroot}%{nodejs_sitelib}/nopt |
|
mkdir -p %{buildroot}%{_bindir} |
|
ln -sf ../lib/node_modules/nopt/bin/nopt.js %{buildroot}%{_bindir}/nopt |
|
%nodejs_symlink_deps |
|
|
|
|
|
%check |
|
%nodejs_symlink_deps --check |
|
%tap test/*.js |
|
|
|
|
|
%files |
|
%doc README.md examples |
|
%license LICENSE |
|
%{nodejs_sitelib}/nopt |
|
%{_bindir}/nopt |
|
|
|
|
|
%changelog |
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-9 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-8 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-7 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-6 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-5 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-4 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-3 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-2 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
|
|
|
* Sun Jan 17 2016 Tom Hughes <tom@compton.nu> - 3.0.6-1 |
|
- Update to 3.0.6 upstream release |
|
- Enable tests |
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.2-3 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.2-2 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
|
|
|
* Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.1.2-1 |
|
- new upstream release 2.1.2 |
|
|
|
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.1.1-3 |
|
- restrict to compatible arches |
|
|
|
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.1.1-2 |
|
- add macro for EPEL6 dependency generation |
|
|
|
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.1.1-1 |
|
- new upstream release 2.1.1 |
|
|
|
* Sun Jan 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.0.0-3 |
|
- fix symlink to nopt script |
|
|
|
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.0.0-2 |
|
- add missing build section |
|
|
|
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.0.0-1 |
|
- new upstream release 2.0.0 |
|
- clean up for submission |
|
|
|
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.10-4 |
|
- bring in line with newer module packaging standards |
|
|
|
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.10-3 |
|
- guard Requires for F17 automatic depedency generation |
|
|
|
* Sun Dec 18 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.10-2 |
|
- add Group to make EL5 happy |
|
|
|
* Tue Oct 25 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> 1.0.10-1 |
|
- new upstream release |
|
|
|
* Mon Aug 22 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.6-1 |
|
- initial package
|
|
|