]> git.pld-linux.org Git - packages/xorg-app-luit.git/blobdiff - xorg-app-luit.spec
- updated to 1.0.5
[packages/xorg-app-luit.git] / xorg-app-luit.spec
index 707056b195677bf9827ee66891b55dc53d168823..0e3223b7c5510157a135c7715c0918fad025ce68 100644 (file)
@@ -1,40 +1,36 @@
-# $Rev: 3355 $, $Date: 2005-08-27 17:42:47 $
-#
-Summary:       luit application
-Summary(pl):   Aplikacja luit
+Summary:       luit application - locale and ISO 2022 support for Unicode terminals
+Summary(pl.UTF-8):     Aplikacja luit - obsługa lokalizacji i ISO 2022 dla terminali unikodowych
 Name:          xorg-app-luit
-Version:       0.99.0
-Release:       0.02
+Version:       1.0.5
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/X11R7.0-RC0/app/luit-%{version}.tar.bz2
-# Source0-md5: bd78d37a350a34ff9a52c8308970e902
-Patch0:                luit-man.patch
-Patch1:                luit-freebsd.patch
+Source0:       http://xorg.freedesktop.org/releases/individual/app/luit-%{version}.tar.bz2
+# Source0-md5: fd8579a993c4480978e3504a4c53c189
 URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.57
 BuildRequires: automake
+BuildRequires: pkgconfig >= 1:0.19
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libfontenc-devel
-BuildRequires: xorg-util-util-macros
-BuildRequires: pkgconfig >= 0.19
-BuildRoot:     %{tmpdir}/luit-%{version}-root-%(id -u -n)
-
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
+BuildRequires: xorg-util-util-macros >= 1.4
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-luit application.
-
-%description -l pl
-Aplikacja 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.
 
+%description -l pl.UTF-8
+luit to filtr, który można uruchomić między dowolną aplikacją a
+emulatorem terminala UTF-8. Konwertuje wyjście z aplikacji z kodowania
+lokalizacji do UTF-8 oraz wejście terminala z UTF-8 do kodowania
+lokalizacji.
 
 %prep
 %setup -q -n luit-%{version}
-%patch0 -p1
-%patch1 -p1
-
 
 %build
 %{__aclocal}
@@ -45,19 +41,17 @@ Aplikacja luit.
 
 %{__make}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(644,root,root,755)
-%attr(755,root,wheel) %{_bindir}/*
-%{_mandir}/man1/*.1*
+%doc COPYING ChangeLog README
+%attr(755,root,root) %{_bindir}/luit
+%{_mandir}/man1/luit.1x*
This page took 0.037679 seconds and 4 git commands to generate.