From 2177ac3514f8cbf8fad2309086bb3844dd633e07 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:06:17 +0100 Subject: [PATCH] rebuilt with debug package and aarch64 build fix [release 1.6.0-6mamba;Sun Dec 27 2020] --- enchant1.spec | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/enchant1.spec b/enchant1.spec index 369928f..2a37d08 100644 --- a/enchant1.spec +++ b/enchant1.spec @@ -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 1.6.0-6mamba +- rebuilt with debug package and aarch64 build fix + * Tue Jan 16 2018 Silvan Calarco 1.6.0-5mamba - other requirements fixes as legacy package