rebuilt with debug package and aarch64 build fix [release 1.6.0-6mamba;Sun Dec 27 2020]
This commit is contained in:
parent
bd0db50fb2
commit
2177ac3514
@ -2,7 +2,7 @@
|
||||
|
||||
Name: enchant1
|
||||
Version: 1.6.0
|
||||
Release: 5mamba
|
||||
Release: 6mamba
|
||||
Summary: An Enchanting Spell Checking Library
|
||||
Group: Applications/Spelling Checker
|
||||
Vendor: openmamba
|
||||
@ -12,16 +12,29 @@ URL: http://www.abisource.com/projects/enchant/
|
||||
Source: http://www.abisource.com/downloads/enchant/%{version}/enchant-%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: aspell-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdbus-glib-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libaspell-devel
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libhfstospell-devel
|
||||
BuildRequires: libhunspell-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: liblz4-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libsigc++-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libvoikko-devel
|
||||
BuildRequires: libxml++2-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: pkgconfig
|
||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -81,8 +94,11 @@ Libraries necessary to integrate applications using libenchant with voikko.
|
||||
# Build Zemberek backend: yes
|
||||
# Build a relocatable library: no
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n enchant-%{version}
|
||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -141,6 +157,9 @@ Libraries necessary to integrate applications using libenchant with voikko.
|
||||
%{_libdir}/enchant/libenchant_voikko.la
|
||||
|
||||
%changelog
|
||||
* Sun Dec 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-6mamba
|
||||
- rebuilt with debug package and aarch64 build fix
|
||||
|
||||
* Tue Jan 16 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-5mamba
|
||||
- other requirements fixes as legacy package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user