%{?nodejs_find_provides_and_requires} %global packagename icss-replace-symbols Name: nodejs-icss-replace-symbols Version: 1.1.0 Release: 1%{?dist} Summary: Replacing symbols during the linking phase of ICSS License: ISC URL: https://github.com/css-modules/icss-replace-symbols#readme Source0: http://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz ExclusiveArch: %{nodejs_arches} noarch BuildArch: noarch BuildRequires: nodejs-packaging Provides: npm(%{packagename}) %description Replacing symbols during the linking phase of ICSS %prep %setup -n "package" rm -Rf node_modules %build # nothing to do! %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{packagename} cp -pr * %{buildroot}%{nodejs_sitelib}/%{packagename} %{nodejs_symlink_deps} %check %{nodejs_symlink_deps} --check %{__nodejs} -e 'require("./")' %files %doc %license %{nodejs_sitelib}/%{packagename} %changelog