]> git.pld-linux.org Git - packages/xorg-app-luit.git/blob - xorg-app-luit.spec
- updated to 1.0.5
[packages/xorg-app-luit.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.0.5
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:  fd8579a993c4480978e3504a4c53c189
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
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.4
17 BuildRequires:  zlib-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 luit is a filter that can be run between an arbitrary application and
22 a UTF-8 terminal emulator. It will convert application output from the
23 locale's encoding into UTF-8, and convert terminal input from UTF-8
24 into the locale's encoding.
25
26 %description -l pl.UTF-8
27 luit to filtr, który można uruchomić między dowolną aplikacją a
28 emulatorem terminala UTF-8. Konwertuje wyjście z aplikacji z kodowania
29 lokalizacji do UTF-8 oraz wejście terminala z UTF-8 do kodowania
30 lokalizacji.
31
32 %prep
33 %setup -q -n luit-%{version}
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc COPYING ChangeLog README
56 %attr(755,root,root) %{_bindir}/luit
57 %{_mandir}/man1/luit.1x*
This page took 0.059482 seconds and 4 git commands to generate.