commit
c0c5635b11
34
nodejs-grunt-contrib-internal.spec
Normal file
34
nodejs-grunt-contrib-internal.spec
Normal file
@ -0,0 +1,34 @@
|
||||
%{?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: https://github.com/gruntjs/grunt-contrib-internal/archive/v%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
|
||||
BuildRequires: nodejs-packaging
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n grunt-contrib-internal-%{version}
|
||||
|
||||
%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
|
||||
4
nodejs-grunt-contrib-internal.yaml
Normal file
4
nodejs-grunt-contrib-internal.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: gruntjs/grunt-contrib-internal
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
BIN
v0.4.13.tar.gz
Normal file
BIN
v0.4.13.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user