diff --git a/nodejs-grunt-known-options.spec b/nodejs-grunt-known-options.spec new file mode 100644 index 0000000000000000000000000000000000000000..98eac51414a1a73c69ddc6a2c507bf88d8223d43 --- /dev/null +++ b/nodejs-grunt-known-options.spec @@ -0,0 +1,36 @@ +%global srcname grunt-known-options +Name: nodejs-%{srcname} +Version: 1.1.1 +Release: 1 +Summary: The known options used in Grunt +License: MIT +URL: https://github.com/gruntjs/grunt-known-options +Source0: https://github.com/gruntjs/grunt-known-options/archive/v%{version}.tar.gz +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch +BuildRequires: nodejs-packaging +%description +%{summary}. + +%prep +%autosetup -n grunt-known-options-%{version} + +%build + +%check +%{__nodejs} -e 'require("./")' + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/%{srcname} +cp -pr package.json *.js \ + %{buildroot}%{nodejs_sitelib}/%{srcname} +%nodejs_symlink_deps + +%files +%doc README.md +%license LICENSE +%{nodejs_sitelib}/%{srcname} + +%changelog +* Thu Aug 20 2020 Anan Fu - 1.1.1-1 +- package init diff --git a/nodejs-grunt-known-options.yaml b/nodejs-grunt-known-options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..55ad4268de3178fbfe2cc99b860df6c1d8ac4069 --- /dev/null +++ b/nodejs-grunt-known-options.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: gruntjs/grunt-known-options +tag_prefix: "^v" +seperator: "." diff --git a/v1.1.1.tar.gz b/v1.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..82cfbc6890b46ae4aa04c9edc525bc69a5c7da40 Binary files /dev/null and b/v1.1.1.tar.gz differ