]> git.pld-linux.org Git - packages/ascii.git/blob - ascii.spec
- rel 3
[packages/ascii.git] / ascii.spec
1 Summary:        Interactive ASCII name and synonym chart
2 Summary(pl):    Interaktywna tablica kodów i synonimów ASCII
3 Name:           ascii
4 Version:        3.6
5 Release:        2
6 License:        distributable
7 Group:          Applications/Text
8 Source0:        http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  724c9743e13791585050c01be70a4cf9
10 URL:            http://www.catb.org/~esr/ascii/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The ascii utility provides easy conversion between various byte
15 representations and the American Standard Code for Information
16 Interchange (ASCII) character table. It knows about a wide variety of
17 hex, binary, octal, Teletype mnemonic, ISO/ECMA code point, slang
18 name, and other representations. Given any one on the command line, it
19 will try to display all others. Called with no arguments it displays a
20 handy small ASCII chart.
21
22 %description -l pl
23 Program ascii umo¿liwia ³atw± konwersjê pomiêdzy tablic± znaków ASCII
24 i ich ró¿nymi odpowiednikami w postaci heksadecymalnej, binarnej,
25 oktalnej, Teletype mnemonic, ISO/ECMA, nazw potocznych, etc.
26 Jakikolwiek z nich podany w linii poleceñ spowoduje wy¶wietlenie
27 pozosta³ych odpowiedników. Wywo³any bez argumentów wy¶wietla porêczny
28 zestaw znaków ASCII.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__make} \
35         CC="%{__cc} %{rpmcflags}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
40
41 install ascii $RPM_BUILD_ROOT%{_bindir}
42 install ascii.1 $RPM_BUILD_ROOT%{_mandir}/man1
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README
50 %attr(755,root,root) %{_bindir}/ascii
51 %{_mandir}/man1/*
This page took 0.088558 seconds and 3 git commands to generate.