Compare commits
No commits in common. "7e221e89771dcf5cb2c9bca2c61a19c3fa3360cb" and "6d366269384126fdb924e54eabfdf63663e8b1f3" have entirely different histories.
7e221e8977
...
6d36626938
11
enchant.spec
11
enchant.spec
@ -1,6 +1,6 @@
|
|||||||
Name: enchant
|
Name: enchant
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 4
|
Release: 2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Generic spell checking library
|
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
|
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: aspell-devel automake gcc-c++ hunspell-devel libtool libvoikko-devel
|
||||||
BuildRequires: glib2-devel >= 2.6.0
|
BuildRequires: glib2-devel >= 2.6.0 gdb
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Enchant aims to provide a simple but comprehensive abstraction for dealing
|
Enchant aims to provide a simple but comprehensive abstraction for dealing
|
||||||
@ -47,7 +47,6 @@ 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}
|
||||||
@ -84,12 +83,6 @@ 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
|
|
||||||
- delete gdb in buildrequires
|
|
||||||
|
|
||||||
* Sat Mar 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:1.6.1-2
|
* Sat Mar 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:1.6.1-2
|
||||||
- Type:NA
|
- Type:NA
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: github
|
version_control: github
|
||||||
src_repo: AbiWord/enchant
|
src_repo: AbiWord/enchant
|
||||||
tag_prefix: ^v
|
tag_prefix: ^v
|
||||||
separator: .
|
seperator: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user