diff --git a/luit.spec b/luit.spec index 2c13dfb..149b9f7 100644 --- a/luit.spec +++ b/luit.spec @@ -1,6 +1,6 @@ Name: luit Version: 1.1.1 -Release: 1mamba +Release: 2mamba Summary: luit - Locale and ISO 2022 support for Unicode terminals Group: System/X11 Vendor: openmamba @@ -9,22 +9,27 @@ Packager: Ercole 'ercolinux' Carpanetto URL: http://x.org Source: http://ftp.x.org/pub/individual/app/luit-%{version}.tar.bz2 License: MIT -BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libfontenc-devel BuildRequires: libX11-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + %description Luit is a filter that can be run between an arbitrary application and a UTF-8 terminal emulator. It will convert application output from the locale's encoding into UTF-8, and convert terminal input from UTF-8 into the locale's encoding. -%prep +%debug_package +%prep %setup -q +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub %build -%configure +%configure \ + CFLAGS="%{optflags} -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600" + %make %install @@ -41,6 +46,9 @@ Luit is a filter that can be run between an arbitrary application and a UTF-8 te %doc COPYING ChangeLog %changelog +* Thu Dec 10 2020 Silvan Calarco 1.1.1-2mamba +- rebuilt with debug package and aarch64 build fix + * Sat Mar 31 2012 Automatic Build System 1.1.1-1mamba - automatic version update by autodist