automatic version update by autodist [release 1.1.1-1mamba;Sat Mar 31 2012]

This commit is contained in:
Automatic Build System 2024-01-06 06:32:23 +01:00
parent 8f61cff509
commit ec3242d425
2 changed files with 59 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# luit # 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.

57
luit.spec Normal file
View File

@ -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 <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
%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 <autodist@mambasoft.it> 1.1.1-1mamba
- automatic version update by autodist
* Fri Oct 08 2010 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
- automatic update by autodist
* Wed Feb 10 2010 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
- automatic update by autodist
* Fri Oct 16 2009 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
- automatic update by autodist
* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.3-1mamba
- package created by autospec