!6 [sync] PR-5: remove unuse code
From: @openeuler-sync-bot Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
d74b673d23
@ -3,7 +3,7 @@
|
||||
%global barename clean-css
|
||||
Name: nodejs-clean-css
|
||||
Version: 5.3.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A well-tested CSS minifier
|
||||
License: MIT
|
||||
URL: https://www.npmjs.org/package/clean-css
|
||||
@ -32,8 +32,6 @@ rm -rf node_modules/
|
||||
mkdir -p %{buildroot}%{nodejs_sitelib}/clean-css
|
||||
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}/
|
||||
%nodejs_symlink_deps
|
||||
|
||||
%check
|
||||
@ -45,11 +43,14 @@ vows
|
||||
%files
|
||||
%doc README.md History.md
|
||||
%license LICENSE
|
||||
%{_bindir}/cleancss
|
||||
%{nodejs_sitelib}/clean-css/
|
||||
|
||||
%changelog
|
||||
* Tue Aug 29 2023 xu_ping <707078654@qq.com> - 5.3.1-2
|
||||
- Remove unuse code
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user