Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c4051a7eff
!15 Fix not stripped problem
From: @caodongxia 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2023-03-03 09:41:29 +00:00
caodongxia
999bf213bb Fix not stripped problem 2023-03-03 10:04:32 +08:00
openeuler-ci-bot
4d7768df20
!11 update to 3.6.2
From: @fu-shanqing 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-09-21 03:52:06 +00:00
openeuler-ci-bot
66d321b7dc
!6 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-09-21 03:50:44 +00:00
fu-shanqing
12bc4b7d54 update to 3.6.2 2022-08-01 10:02:38 +08:00
openeuler-ci-bot
a02098dea0
!9 [sync] PR-5: Fix binary /usr/bin/sassc not striped problem.
From: @openeuler-sync-bot 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
2022-07-30 07:08:31 +00:00
sunguoshuai
c0fd899d0b Fix binary /usr/bin/sassc not striped problem.
(cherry picked from commit 0e4d7d569617d9b6820513fdbbec366c7907dc05)
2022-07-30 09:48:53 +08:00
zhangkea
af8161628e fix bogus date in %changelog 2022-06-16 17:31:30 +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
4 changed files with 26 additions and 11 deletions

Binary file not shown.

Binary file not shown.

BIN
sassc-3.6.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,13 @@
%define debug_package %{nil}
Name: sassc
Version: 3.5.0
Version: 3.6.2
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
Source0: https://github.com/sass/sassc/archive/sassc-3.6.2.tar.gz
Source1: sass-spec-libsass-3.6.3.tar.gz
BuildRequires: libsass-devel libsass
BuildRequires: libsass-devel libsass gcc-c++ autoconf automake libtool
Requires: libsass
%description
@ -19,23 +18,27 @@ SassC currently statically links the libsass library, but might one day using dy
if libsass supports that in the future.
%prep
%autosetup -p1
%autosetup -a 1
mv sass-spec-libsass-3.6.3 sass-spec
autoreconf -fiv
%build
export CFLAGS="${RPM_OPT_FLAGS}"
sed -i.bak '
/^$(SASSC_EXE):/s/libsass//
/^build-shared:/s/$(LIB_SHARED)//
s|-L$(SASS_LIBSASS_PATH)/lib||g' Makefile
%configure
%make_build BUILD="shared"
%install
install -Dpm 0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
rm -rf docs/**/*windows*
%make_install
%check
./bin/%{name} -h
./bin/%{name} -v
./%{name} -h
./%{name} -v
%files
%doc docs/* Readme.md
@ -43,5 +46,17 @@ rm -rf docs/**/*windows*
%{_bindir}/%{name}
%changelog
* Thu Jan 03 2020 catastrowings <jianghuhao1994@163.com> - 3.5.0-2
* Fri Mar 3 2023 caodongxia <caodongxia@h-partners.com> - 3.6.2-2
- Fix not stripped problem
* Thu Jul 28 2022 fushanqing <fushanqing@kylinos.cn> - 3.6.2-1
- update sassc to 3.6.2
* 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