Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
fcf719f7e4
!14 [sync] PR-13: fix strip problem
From: @openeuler-sync-bot 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
2022-12-06 09:41:16 +00:00
starlet-dx
0298a55e81 Fix not striped problem
(cherry picked from commit 5cb395038f9ee84e089d1a5278ae64ede506feed)
2022-12-06 16:31:52 +08:00
openeuler-ci-bot
ec55614866
!7 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-09-21 03:51:06 +00:00
zhangkea
cbcdd94139 fix bogus date in %changelog 2022-06-16 17:31:57 +08:00
openeuler-ci-bot
992fc130ba !5 Fix binary /usr/bin/sassc not striped problem.
From: @si-gui
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-09-10 02:26:52 +00:00
sunguoshuai
0e4d7d5696 Fix binary /usr/bin/sassc not striped problem. 2021-09-08 16:36:37 +08:00
openeuler-ci-bot
675c22aa09 !4 Completing build dependencies to fix gcc compiler missing error
From: @hht8
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-06-02 20:52:08 +08:00
hht8
c4166e776b Completing build dependencies to fix gcc compiler missing error 2021-06-02 15:44:14 +08:00
openeuler-ci-bot
87b74cd0e9 !3 add sassc.yaml
Merge pull request !3 from 成子晗/master
2020-05-09 19:20:07 +08:00
chengzihan2
849f018493 add sassc.yaml 2020-05-07 09:47:40 +08:00
2 changed files with 14 additions and 6 deletions

View File

@ -1,14 +1,12 @@
%define debug_package %{nil}
Name: sassc
Version: 3.5.0
Release: 2
Release: 5
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
BuildRequires: libsass-devel libsass gcc
Requires: libsass
%description
@ -22,6 +20,7 @@ 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)//
@ -43,5 +42,14 @@ rm -rf docs/**/*windows*
%{_bindir}/%{name}
%changelog
* Thu Jan 03 2020 catastrowings <jianghuhao1994@163.com> - 3.5.0-2
* 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
- openEuler init

View File

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