From ec3242d4259af330b8305907624694e141ef440d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:32:23 +0100 Subject: [PATCH] automatic version update by autodist [release 1.1.1-1mamba;Sat Mar 31 2012] --- README.md | 2 ++ luit.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 luit.spec diff --git a/README.md b/README.md index 8895f6c..91a4c16 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # luit +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. + diff --git a/luit.spec b/luit.spec new file mode 100644 index 0000000..2c13dfb --- /dev/null +++ b/luit.spec @@ -0,0 +1,57 @@ +Name: luit +Version: 1.1.1 +Release: 1mamba +Summary: luit - Locale and ISO 2022 support for Unicode terminals +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +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 +%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 + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/luit +%{_mandir}/man1/luit.1.gz +%doc COPYING ChangeLog + +%changelog +* Sat Mar 31 2012 Automatic Build System 1.1.1-1mamba +- automatic version update by autodist + +* Fri Oct 08 2010 Automatic Build System 1.1.0-1mamba +- automatic update by autodist + +* Wed Feb 10 2010 Automatic Build System 1.0.5-1mamba +- automatic update by autodist + +* Fri Oct 16 2009 Automatic Build System 1.0.4-1mamba +- automatic update by autodist + +* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto 1.0.3-1mamba +- package created by autospec