Compare commits
10 Commits
6d36626938
...
7e221e8977
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e221e8977 | ||
|
|
3cbb927a07 | ||
|
|
fb6fc61a5e | ||
|
|
58bcc42d0a | ||
|
|
ff050e1b38 | ||
|
|
441a3573e8 | ||
|
|
fbcc28c1a5 | ||
|
|
281a0bbb16 | ||
|
|
09415dba1a | ||
|
|
324feac417 |
11
enchant.spec
11
enchant.spec
@ -1,6 +1,6 @@
|
||||
Name: enchant
|
||||
Version: 1.6.1
|
||||
Release: 2
|
||||
Release: 4
|
||||
Epoch: 1
|
||||
Summary: Generic spell checking library
|
||||
|
||||
@ -9,7 +9,7 @@ URL: https://github.com/AbiWord/enchant
|
||||
Source0: https://github.com/AbiWord/enchant/releases/download/enchant-1-6-1/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: aspell-devel automake gcc-c++ hunspell-devel libtool libvoikko-devel
|
||||
BuildRequires: glib2-devel >= 2.6.0 gdb
|
||||
BuildRequires: glib2-devel >= 2.6.0
|
||||
|
||||
%description
|
||||
Enchant aims to provide a simple but comprehensive abstraction for dealing
|
||||
@ -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,12 @@ make install DESTDIR=%{buildroot}
|
||||
%{_mandir}/man1/*.gz
|
||||
|
||||
%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
|
||||
- delete gdb in buildrequires
|
||||
|
||||
* Sat Mar 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:1.6.1-2
|
||||
- Type:NA
|
||||
- Id:NA
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: AbiWord/enchant
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
separator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user