nodejs-css/nodejs-css.spec
2020-08-20 16:36:59 +08:00

44 lines
1.0 KiB
RPMSpec

%{?nodejs_find_provides_and_requires}
%global enable_tests 1
Name: nodejs-css
Version: 1.6.0
Release: 1
Summary: A CSS parser/stringifier for Node.js using css-parse and css-stringify
License: MIT
URL: https://github.com/visionmedia/css
Source0: http://registry.npmjs.org/css/-/css-%{version}.tgz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
BuildRequires: nodejs-packaging
%if 0%{?enable_tests}
BuildRequires: npm(css-parse) npm(css-stringify)
%endif
%description
%{summary}.
%prep
%setup -q -n package
%build
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/css
cp -pr package.json index.js \
%{buildroot}%{nodejs_sitelib}/css
%nodejs_symlink_deps
%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs test
%endif
%files
%doc History.md LICENSE Readme.md
%{nodejs_sitelib}/css
%changelog
* Mon Aug 17 2020 Anan Fu <fuanan3@huawei.com> - 1.6.0-1
- package init