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