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