Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/nodejs-nodemon.git#d54043451355033f504759df7bd7a52f36bd37fd
This commit is contained in:
parent
c4444ad186
commit
8688c7e17e
@ -1,12 +1,12 @@
|
||||
%{?nodejs_find_provides_and_requires}
|
||||
%global npm_name nodemon
|
||||
|
||||
# Disable until dependencies are met
|
||||
# Disable until dependencies are bundled
|
||||
%global enable_tests 0
|
||||
|
||||
Name: nodejs-%{npm_name}
|
||||
Version: 2.0.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Simple monitor script for use during development of a node.js app
|
||||
License: MIT
|
||||
URL: https://github.com/remy/nodemon
|
||||
@ -19,18 +19,6 @@ BuildRequires: npm
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildArch: noarch
|
||||
|
||||
%if 0%{?enable_tests}
|
||||
BuildRequires: npm(async)
|
||||
BuildRequires: npm(coffee-script)
|
||||
BuildRequires: npm(husky)
|
||||
BuildRequires: npm(istanbul)
|
||||
BuildRequires: npm(jscs)
|
||||
BuildRequires: npm(mocha)
|
||||
BuildRequires: npm(proxyquire)
|
||||
BuildRequires: npm(semantic-release)
|
||||
BuildRequires: npm(should)
|
||||
%endif
|
||||
|
||||
%description
|
||||
Simple monitor script for use during development of a node.js app.
|
||||
|
||||
@ -76,6 +64,9 @@ npm run test
|
||||
%{_bindir}/nodemon
|
||||
|
||||
%changelog
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user