diff --git a/enchant.spec b/enchant.spec index ce81179a5055ccb7e9c7e9f9d7a0b63c969ef3fb..018bcfdb7d3be36dc7d3c1a78b4abc7f32795236 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 4ca072699120420f16f7cb7d6ab10b8ec7a2805b..cf3450aa6ff8345880f4b68065d0d71e241af6c6 100644 --- a/enchant.yaml +++ b/enchant.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: AbiWord/enchant tag_prefix: ^v -seperator: . +separator: .