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