Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
7e221e8977
!17 [sync] PR-16: [平行宇宙] Fix CC compiler support
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-03-27 02:53:03 +00:00
wangqiang
3cbb927a07 Fix CC compiler support
(cherry picked from commit 15a7538147ffc1d15b2d862841d0c76eba2da9eb)
2024-03-27 10:28:05 +08:00
openeuler-ci-bot
fb6fc61a5e
!14 rollback 1.6.1
From: @dedv_dwe 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-24 07:49:09 +00:00
ut004527
58bcc42d0a rollback 1.6.1 2024-01-24 15:37:03 +08:00
openeuler-ci-bot
ff050e1b38
!13 Update to upstream version 2.6.5
From: @dedv_dwe 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-22 09:00:29 +00:00
ut004527
441a3573e8 Update to upstream version 2.6.5 2024-01-16 17:48:40 +08:00
openeuler-ci-bot
fbcc28c1a5
!7 fix spec changelog date
From: @archlee 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-05-17 07:26:29 +00:00
mylee
281a0bbb16 fix spec changelog date 2022-05-16 16:24:26 +08:00
openeuler-ci-bot
09415dba1a !6 delete gdb in buildrequires
From: @liuyumeng1
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-07-20 08:35:22 +00:00
liuyumeng
324feac417 delete gdb in buildrequires 2021-07-20 15:58:55 +08:00
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

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