Fix binary /usr/bin/sassc not striped problem.
This commit is contained in:
parent
675c22aa09
commit
0e4d7d5696
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: sassc
|
Name: sassc
|
||||||
Version: 3.5.0
|
Version: 3.5.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Libsass command line driver
|
Summary: Libsass command line driver
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/sass/sassc
|
URL: https://github.com/sass/sassc
|
||||||
@ -22,6 +22,7 @@ if libsass supports that in the future.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="${RPM_OPT_FLAGS}"
|
||||||
sed -i.bak '
|
sed -i.bak '
|
||||||
/^$(SASSC_EXE):/s/libsass//
|
/^$(SASSC_EXE):/s/libsass//
|
||||||
/^build-shared:/s/$(LIB_SHARED)//
|
/^build-shared:/s/$(LIB_SHARED)//
|
||||||
@ -43,6 +44,9 @@ rm -rf docs/**/*windows*
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 08 2021 sunguoshuai <sunguoshuai@huawei.com> - 3.5.0-4
|
||||||
|
- Fix binary /usr/bin/sassc not striped problem.
|
||||||
|
|
||||||
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 3.5.0-3
|
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 3.5.0-3
|
||||||
- Completing build dependencies to fix gcc compiler missing error
|
- Completing build dependencies to fix gcc compiler missing error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user