rebuilt with debug package and aarch64 build fix [release 1.1.1-2mamba;Thu Dec 10 2020]
This commit is contained in:
parent
ec3242d425
commit
4d7f67e5a7
16
luit.spec
16
luit.spec
@ -1,6 +1,6 @@
|
|||||||
Name: luit
|
Name: luit
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: luit - Locale and ISO 2022 support for Unicode terminals
|
Summary: luit - Locale and ISO 2022 support for Unicode terminals
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,22 +9,27 @@ Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|||||||
URL: http://x.org
|
URL: http://x.org
|
||||||
Source: http://ftp.x.org/pub/individual/app/luit-%{version}.tar.bz2
|
Source: http://ftp.x.org/pub/individual/app/luit-%{version}.tar.bz2
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libfontenc-devel
|
BuildRequires: libfontenc-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
CFLAGS="%{optflags} -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%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
|
%doc COPYING ChangeLog
|
||||||
|
|
||||||
%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
|
* Sat Mar 31 2012 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user