!4 delete nodejs-define-properties.spec.old redundancy file
From: @lei_ju Reviewed-by: @solarhu Signed-off-by: @solarhu
This commit is contained in:
commit
71b34e32c9
@ -1,7 +1,7 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
Name: nodejs-define-properties
|
Name: nodejs-define-properties
|
||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Define multiple non-enumerable properties at once
|
Summary: Define multiple non-enumerable properties at once
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/ljharb/define-properties
|
URL: https://github.com/ljharb/define-properties
|
||||||
@ -38,5 +38,8 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/define-properties
|
|||||||
%{nodejs_sitelib}/define-properties
|
%{nodejs_sitelib}/define-properties
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 26 2020 leiju <leiju4@huawei.com> - 1.1.3-2
|
||||||
|
- delete nodejs-define-properties.spec.old redundancy file
|
||||||
|
|
||||||
* Tue Aug 18 2020 Anan Fu <fuanan3@huawei.com> - 1.1.3-1
|
* Tue Aug 18 2020 Anan Fu <fuanan3@huawei.com> - 1.1.3-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
@ -1,77 +0,0 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
|
||||||
|
|
||||||
Name: nodejs-define-properties
|
|
||||||
Version: 1.1.3
|
|
||||||
Release: 2%{?dist}
|
|
||||||
Summary: Define multiple non-enumerable properties at once
|
|
||||||
|
|
||||||
License: MIT
|
|
||||||
URL: https://github.com/ljharb/define-properties
|
|
||||||
Source0: https://registry.npmjs.org/define-properties/-/define-properties-%{version}.tgz
|
|
||||||
BuildArch: noarch
|
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
|
||||||
|
|
||||||
BuildRequires: nodejs-packaging
|
|
||||||
|
|
||||||
BuildRequires: npm(foreach)
|
|
||||||
BuildRequires: npm(object-keys)
|
|
||||||
BuildRequires: npm(tape)
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
|
||||||
Define multiple non-enumerable properties at once. Use
|
|
||||||
Object.defineProperty when available; falls back to standard
|
|
||||||
assignment in older engines. Existing properties are not
|
|
||||||
overridden. Accepts a map of property names to a predicate
|
|
||||||
that, when true, force-overrides.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n package
|
|
||||||
rm -rf node_modules
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
mkdir -p %{buildroot}%{nodejs_sitelib}/define-properties
|
|
||||||
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/define-properties
|
|
||||||
%nodejs_symlink_deps
|
|
||||||
|
|
||||||
|
|
||||||
%check
|
|
||||||
%nodejs_symlink_deps --check
|
|
||||||
%{__nodejs} test/index.js
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
|
||||||
%doc README.md CHANGELOG.md
|
|
||||||
%license LICENSE
|
|
||||||
%{nodejs_sitelib}/define-properties
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Aug 15 2018 Tom Hughes <tom@compton.nu> - 1.1.3-1
|
|
||||||
- Update to 1.1.3 upstream release
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Oct 22 2015 Tom Hughes <tom@compton.nu> - 1.1.2-1
|
|
||||||
- Initial build of 1.1.2
|
|
||||||
Loading…
x
Reference in New Issue
Block a user