Fix CC compiler support
(cherry picked from commit 15a7538147ffc1d15b2d862841d0c76eba2da9eb)
This commit is contained in:
parent
fb6fc61a5e
commit
3cbb927a07
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user