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