!17 [sync] PR-16: [平行宇宙] Fix CC compiler support

From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2024-03-27 02:53:03 +00:00 committed by Gitee
commit 7e221e8977
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: enchant Name: enchant
Version: 1.6.1 Version: 1.6.1
Release: 3 Release: 4
Epoch: 1 Epoch: 1
Summary: Generic spell checking library Summary: Generic spell checking library
@ -47,6 +47,7 @@ Applications need libraries integrated by using libenchant with voikko.
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
export OBJC=%{__cc}
%configure --disable-ispell --disable-hspell --disable-zemberek --enable-myspell \ %configure --disable-ispell --disable-hspell --disable-zemberek --enable-myspell \
--with-myspell-dir=/usr/share/myspell --with-myspell-dir=/usr/share/myspell
make %{?_smp_mflags} make %{?_smp_mflags}
@ -83,6 +84,9 @@ make install DESTDIR=%{buildroot}
%{_mandir}/man1/*.gz %{_mandir}/man1/*.gz
%changelog %changelog
* Fri Mar 15 2024 wangqiang <wangqiang1@kylinos.cn> - 1:1.6.1-4
- Fix CC compiler support
* Tue Jul 20 2021 liuyumeng <liuyumeng5@huawei.com> - 1:1.6.1-3 * Tue Jul 20 2021 liuyumeng <liuyumeng5@huawei.com> - 1:1.6.1-3
- delete gdb in buildrequires - delete gdb in buildrequires

View File

@ -1,4 +1,4 @@
version_control: github version_control: github
src_repo: AbiWord/enchant src_repo: AbiWord/enchant
tag_prefix: ^v tag_prefix: ^v
seperator: . separator: .