From 15a7538147ffc1d15b2d862841d0c76eba2da9eb Mon Sep 17 00:00:00 2001 From: wangqiang Date: Thu, 7 Mar 2024 23:12:30 +0800 Subject: [PATCH] Fix CC compiler support --- enchant.spec | 6 +++++- enchant.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/enchant.spec b/enchant.spec index ce81179..018bcfd 100644 --- a/enchant.spec +++ b/enchant.spec @@ -1,6 +1,6 @@ Name: enchant Version: 1.6.1 -Release: 3 +Release: 4 Epoch: 1 Summary: Generic spell checking library @@ -47,6 +47,7 @@ Applications need libraries integrated by using libenchant with voikko. %autosetup -n %{name}-%{version} -p1 %build +export OBJC=%{__cc} %configure --disable-ispell --disable-hspell --disable-zemberek --enable-myspell \ --with-myspell-dir=/usr/share/myspell make %{?_smp_mflags} @@ -83,6 +84,9 @@ make install DESTDIR=%{buildroot} %{_mandir}/man1/*.gz %changelog +* Fri Mar 15 2024 wangqiang - 1:1.6.1-4 +- Fix CC compiler support + * Tue Jul 20 2021 liuyumeng - 1:1.6.1-3 - delete gdb in buildrequires diff --git a/enchant.yaml b/enchant.yaml index 4ca0726..cf3450a 100644 --- a/enchant.yaml +++ b/enchant.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: AbiWord/enchant tag_prefix: ^v -seperator: . +separator: . -- Gitee