Compare commits

..

No commits in common. "fcf719f7e40a55c2fdf7f1cba2a2b357e3dbc2bc" and "1b4a4179fc58ab7cbb26b0dcbe94dfc1b1236675" have entirely different histories.

2 changed files with 6 additions and 14 deletions

View File

@ -1,12 +1,14 @@
%define debug_package %{nil}
Name: sassc Name: sassc
Version: 3.5.0 Version: 3.5.0
Release: 5 Release: 2
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
Source0: https://github.com/sass/sassc/archive/3.5.0.tar.gz Source0: https://github.com/sass/sassc/archive/3.5.0.tar.gz
BuildRequires: libsass-devel libsass gcc BuildRequires: libsass-devel libsass
Requires: libsass Requires: libsass
%description %description
@ -20,7 +22,6 @@ 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)//
@ -42,14 +43,5 @@ rm -rf docs/**/*windows*
%{_bindir}/%{name} %{_bindir}/%{name}
%changelog %changelog
* Tue Dec 06 2022 yaoxin <yaoxin30@h-partners.com> - 3.5.0-5 * Thu Jan 03 2020 catastrowings <jianghuhao1994@163.com> - 3.5.0-2
- Fix not striped problem
* 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
- Completing build dependencies to fix gcc compiler missing error
* Fri Jan 03 2020 catastrowings <jianghuhao1994@163.com> - 3.5.0-2
- openEuler init - openEuler init

View File

@ -1,4 +1,4 @@
version_control: github version_control: github
src_repo: sass/sassc src_repo: sass/sassc
tag_prefix: ^ tag_prefix: ^v
seperator: . seperator: .