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