!4 升级到5.3.1

From: @json-book 
Reviewed-by: @cherry530, @small_leek, @gitee-cmd 
Signed-off-by: @gitee-cmd, @small_leek
This commit is contained in:
openeuler-ci-bot 2023-03-08 02:17:50 +00:00 committed by Gitee
commit 5c3fa49875
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 2 deletions

Binary file not shown.

BIN
clean-css-5.3.1.tgz Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
%global enable_tests 0
%global barename clean-css
Name: nodejs-clean-css
Version: 3.4.6
Version: 5.3.1
Release: 1
Summary: A well-tested CSS minifier
License: MIT
@ -30,7 +30,7 @@ rm -rf node_modules/
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/clean-css
cp -pr package.json lib bin/ index.js \
cp -pr package.json lib index.js \
%{buildroot}%{nodejs_sitelib}/clean-css
mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/%{barename}/bin/cleancss %{buildroot}%{_bindir}/
@ -49,5 +49,7 @@ vows
%{nodejs_sitelib}/clean-css/
%changelog
* Sat Jan 7 2023 wenchaofan <349464272@qq.com> - 5.3.1-1
- Upgrade 5.3.1
* Tue Aug 18 2020 leiju <leiju4@huawei.com> - 3.4.6-1
- Package init