rebuilt with debug package and aarch64 build fix [release 1.1.1-2mamba;Thu Dec 10 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 06:32:24 +01:00
parent ec3242d425
commit 4d7f67e5a7

View File

@ -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 <ercole69@gmail.com>
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 <silvan.calarco@mambasoft.it> 1.1.1-2mamba
- rebuilt with debug package and aarch64 build fix
* Sat Mar 31 2012 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
- automatic version update by autodist