]> git.pld-linux.org Git - SPECS.git/blob - xorg-app-luit.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xorg-app-luit.spec
1 Summary:        luit application - locale and ISO 2022 support for Unicode terminals
2 Summary(pl.UTF-8):      Aplikacja luit - obsługa lokalizacji i ISO 2022 dla terminali unikodowych
3 Name:           xorg-app-luit
4 Version:        1.1.1
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/luit-%{version}.tar.bz2
9 # Source0-md5:  c4a3664e08e5a47c120ff9263ee2f20c
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libX11-devel
15 BuildRequires:  xorg-lib-libfontenc-devel
16 BuildRequires:  xorg-util-util-macros >= 1.8
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 luit is a filter that can be run between an arbitrary application and
21 a UTF-8 terminal emulator. It will convert application output from the
22 locale's encoding into UTF-8, and convert terminal input from UTF-8
23 into the locale's encoding.
24
25 %description -l pl.UTF-8
26 luit to filtr, który można uruchomić między dowolną aplikacją a
27 emulatorem terminala UTF-8. Konwertuje wyjście z aplikacji z kodowania
28 lokalizacji do UTF-8 oraz wejście terminala z UTF-8 do kodowania
29 lokalizacji.
30
31 %prep
32 %setup -q -n luit-%{version}
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING ChangeLog README
55 %attr(755,root,root) %{_bindir}/luit
56 %{_mandir}/man1/luit.1x*
This page took 0.119526 seconds and 3 git commands to generate.