Compare commits
No commits in common. "fcf719f7e40a55c2fdf7f1cba2a2b357e3dbc2bc" and "1b4a4179fc58ab7cbb26b0dcbe94dfc1b1236675" have entirely different histories.
fcf719f7e4
...
1b4a4179fc
18
sassc.spec
18
sassc.spec
@ -1,12 +1,14 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: sassc
|
||||
Version: 3.5.0
|
||||
Release: 5
|
||||
Release: 2
|
||||
Summary: Libsass command line driver
|
||||
License: MIT
|
||||
URL: https://github.com/sass/sassc
|
||||
Source0: https://github.com/sass/sassc/archive/3.5.0.tar.gz
|
||||
|
||||
BuildRequires: libsass-devel libsass gcc
|
||||
BuildRequires: libsass-devel libsass
|
||||
Requires: libsass
|
||||
|
||||
%description
|
||||
@ -20,7 +22,6 @@ if libsass supports that in the future.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="${RPM_OPT_FLAGS}"
|
||||
sed -i.bak '
|
||||
/^$(SASSC_EXE):/s/libsass//
|
||||
/^build-shared:/s/$(LIB_SHARED)//
|
||||
@ -42,14 +43,5 @@ rm -rf docs/**/*windows*
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Dec 06 2022 yaoxin <yaoxin30@h-partners.com> - 3.5.0-5
|
||||
- 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
|
||||
* Thu Jan 03 2020 catastrowings <jianghuhao1994@163.com> - 3.5.0-2
|
||||
- openEuler init
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: sass/sassc
|
||||
tag_prefix: ^
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user