!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:
commit
5c3fa49875
Binary file not shown.
BIN
clean-css-5.3.1.tgz
Normal file
BIN
clean-css-5.3.1.tgz
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
%global enable_tests 0
|
%global enable_tests 0
|
||||||
%global barename clean-css
|
%global barename clean-css
|
||||||
Name: nodejs-clean-css
|
Name: nodejs-clean-css
|
||||||
Version: 3.4.6
|
Version: 5.3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A well-tested CSS minifier
|
Summary: A well-tested CSS minifier
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -30,7 +30,7 @@ rm -rf node_modules/
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{nodejs_sitelib}/clean-css
|
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
|
%{buildroot}%{nodejs_sitelib}/clean-css
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
ln -s %{nodejs_sitelib}/%{barename}/bin/cleancss %{buildroot}%{_bindir}/
|
ln -s %{nodejs_sitelib}/%{barename}/bin/cleancss %{buildroot}%{_bindir}/
|
||||||
@ -49,5 +49,7 @@ vows
|
|||||||
%{nodejs_sitelib}/clean-css/
|
%{nodejs_sitelib}/clean-css/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 18 2020 leiju <leiju4@huawei.com> - 3.4.6-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user