38 lines
1.0 KiB
RPMSpec
38 lines
1.0 KiB
RPMSpec
%{?nodejs_find_provides_and_requires}
|
|
Name: nodejs-grunt-contrib-internal
|
|
Version: 0.4.13
|
|
Release: 1
|
|
Summary: Internal tasks for managing the grunt-contrib project
|
|
License: MIT
|
|
URL: https://github.com/gruntjs/grunt-contrib-internal
|
|
Source0: http://registry.npmjs.org/grunt-contrib-internal/-/grunt-contrib-internal-%{version}.tgz
|
|
BuildArch: noarch
|
|
%if 0%{?fedora} >= 19
|
|
ExclusiveArch: %{nodejs_arches} noarch
|
|
%else
|
|
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
|
|
%endif
|
|
BuildRequires: nodejs-packaging
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
%setup -q -n package
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-contrib-internal
|
|
cp -pr package.json tasks/ CONTRIBUTING.md \
|
|
%{buildroot}%{nodejs_sitelib}/grunt-contrib-internal
|
|
%nodejs_symlink_deps
|
|
|
|
%files
|
|
%doc CONTRIBUTING.md README.md
|
|
%license LICENSE-MIT
|
|
%{nodejs_sitelib}/grunt-contrib-internal
|
|
|
|
%changelog
|
|
* Thu Aug 20 2020 Anan Fu <fuanan3@huawei.com> - 0.4.13-1
|
|
- package init
|