Compare commits
10 Commits
1b4a4179fc
...
fcf719f7e4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcf719f7e4 | ||
|
|
0298a55e81 | ||
|
|
ec55614866 | ||
|
|
cbcdd94139 | ||
|
|
992fc130ba | ||
|
|
0e4d7d5696 | ||
|
|
675c22aa09 | ||
|
|
c4166e776b | ||
|
|
87b74cd0e9 | ||
|
|
849f018493 |
18
sassc.spec
18
sassc.spec
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: sass/sassc
|
||||
tag_prefix: ^v
|
||||
tag_prefix: ^
|
||||
seperator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user