]> git.pld-linux.org Git - packages/ascii.git/blob - ascii.spec
- changed all BuildRoot definitons
[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 Copyright:      distributable
7 Group:          Utilities/Text
8 Group(pl):      Narzêdzia/Tekstowe
9 Source:         ftp://locke.ccil.org/pub/esr/%{name}-%{version}.tar.gz
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 Interchange 
15 (ASCII) character table.  It knows about a wide variety of hex, binary, 
16 octal, Teletype mnemonic, ISO/ECMA code point, slang name, and other 
17 representations.  Given any one on the command line, it will try to display 
18 all others.  Called with no arguments it displays a handy small ASCII 
19 chart.   
20
21 %description -l pl
22 Program ascii umo¿liwia ³atw± konwersjê pomiêdzy tablic± znaków ASCII i ich 
23 ró¿nymi odpowiednikami w postaci heksadecymalnej, binarnej, oktalnej,  
24 Teletype mnemonic, ISO/ECMA, nazw potocznych, etc. Jakikolwiek z nich  
25 podany w linii poleceñ spowoduje wy¶wietlenie pozosta³ych odpowiedników. 
26 Wywo³any bez argumentów wy¶wietla porêczny zestaw znaków ASCII.   
27
28 %prep
29 %setup -q
30
31 %build
32 make CFLAGS="$RPM_OPT_FLAGS"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
37
38 install -s ascii $RPM_BUILD_ROOT%{_bindir}
39 install ascii.1  $RPM_BUILD_ROOT%{_mandir}/man1/ascii.1
40
41 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/ascii.1
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_bindir}/ascii
49 %{_mandir}/man1/*
This page took 0.065798 seconds and 4 git commands to generate.