Project

General

Profile

« Previous | Next » 

Revision 282eab74

Added by Eric Helms almost 6 years ago

Bump nodejs-react-numeric-input to 2.2.3

View differences:

packages/foreman/nodejs-react-numeric-input/nodejs-react-numeric-input.spec
%global npm_name react-numeric-input
%global enable_tests 1
Name: nodejs-%{npm_name}
Version: 2.2.0
Version: 2.2.3
Release: 1%{?dist}
Summary: A React component to replace number inputs with a cross-browser consistent appearance
Summary: Number input component that can replace the native number input which is not yet very well supported and where it is, it does not have the same appearance across the browsers
License: MIT
Group: Development/Libraries
URL: https://github.com/vlad-ignatov/react-numeric-input#readme
......
ExclusiveArch: %{nodejs_arches} noarch
%description
Number input component that can replace the native number input which is not
yet very well supported and where it is, it does not have the same appearance
across the browsers. Additionally this component offers more flexible options
and can be used for any values (differently formatted representations of the
internal numeric value).
%{summary}
%prep
%setup -q -n package
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr index.js package.json src %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr __tests__ %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr build_config %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr dist %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr index.js %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr nightwatch.conf.js %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr nightwatch.json %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr selenium-download.js %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr src %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr tests_e2e %{buildroot}%{nodejs_sitelib}/%{npm_name}
%nodejs_symlink_deps
%if 0%{?enable_tests}
%check
%{nodejs_symlink_deps} --check
%endif
%files
%{nodejs_sitelib}/%{npm_name}
......
%doc docs
%changelog
* Wed Jun 06 2018 Eric D. Helms <ericdhelms@gmail.com> 2.2.3-1
- Update to 2.2.3
* Fri Nov 17 2017 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> 2.2.0-1
- Bump nodejs-react-numeric-input to 2.2.0 (ewoud@kohlvanwijngaarden.nl)
packages/foreman/nodejs-react-numeric-input/react-numeric-input-2.2.0.tgz
../../../.git/annex/objects/x8/mV/SHA256E-s72589--a77220eb7ba72e558fd23bd3590e10cb06681e8fae8ad1070f22a29a483c5b7d.0.tgz/SHA256E-s72589--a77220eb7ba72e558fd23bd3590e10cb06681e8fae8ad1070f22a29a483c5b7d.0.tgz
packages/foreman/nodejs-react-numeric-input/react-numeric-input-2.2.3.tgz
../../../.git/annex/objects/9G/5g/SHA256E-s73265--93390c0c215fa133a01cf504428c5105e545f7edd5a0e7aa6fafd953376829ec.3.tgz/SHA256E-s73265--93390c0c215fa133a01cf504428c5105e545f7edd5a0e7aa6fafd953376829ec.3.tgz

Also available in: Unified diff