]> git.pld-linux.org Git - packages/ascii.git/blob - ascii.spec
- updated to 3.20
[packages/ascii.git] / ascii.spec
1 Summary:        Interactive ASCII name and synonym chart
2 Summary(pl.UTF-8):      Interaktywna tablica kodów i synonimów ASCII
3 Name:           ascii
4 Version:        3.18
5 Release:        1
6 License:        BSD
7 Group:          Applications/Text
8 Source0:        http://www.catb.org/~esr/ascii/%{name}-%{version}.tar.gz
9 # Source0-md5:  e5a559a5b820ab20c630525ca5f7383b
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.UTF-8
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 COPYING README
50 %attr(755,root,root) %{_bindir}/ascii
51 %{_mandir}/man1/ascii.1*
This page took 0.043238 seconds and 3 git commands to generate.