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