]> git.pld-linux.org Git - packages/ascii.git/blame - ascii.spec
- updated to 3.12
[packages/ascii.git] / ascii.spec
CommitLineData
27e26953 1Summary: Interactive ASCII name and synonym chart
7d2f3d72 2Summary(pl.UTF-8): Interaktywna tablica kodów i synonimów ASCII
27e26953 3Name: ascii
1a067363 4Version: 3.12
d03eafaf 5Release: 1
2ab8f4f4 6License: GPL v2
38b48283 7Group: Applications/Text
d03eafaf 8Source0: http://www.catb.org/~esr/ascii/%{name}-%{version}.tar.gz
1a067363 9# Source0-md5: d06267813ac83ed511b7330f43fcc4ee
f4c1201b 10URL: http://www.catb.org/~esr/ascii/
c95692a9 11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
3d5c79dc 12
13%description
ad1a8809 14The ascii utility provides easy conversion between various byte
15representations and the American Standard Code for Information
16Interchange (ASCII) character table. It knows about a wide variety of
17hex, binary, octal, Teletype mnemonic, ISO/ECMA code point, slang
18name, and other representations. Given any one on the command line, it
19will try to display all others. Called with no arguments it displays a
20handy small ASCII chart.
3d5c79dc 21
a16d0623
JR
22%description -l pl.UTF-8
23Program ascii umożliwia łatwą konwersję pomiędzy tablicą znaków ASCII
24i ich różnymi odpowiednikami w postaci heksadecymalnej, binarnej,
ad1a8809 25oktalnej, Teletype mnemonic, ISO/ECMA, nazw potocznych, etc.
a16d0623
JR
26Jakikolwiek z nich podany w linii poleceń spowoduje wyświetlenie
27pozostałych odpowiedników. Wywołany bez argumentów wyświetla poręczny
28zestaw znaków ASCII.
b39ed57c 29
3d5c79dc 30%prep
b39ed57c 31%setup -q
3d5c79dc 32
33%build
f4c1201b 34%{__make} \
35 CC="%{__cc} %{rpmcflags}"
3d5c79dc 36
37%install
b39ed57c 38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
40
38b48283 41install ascii $RPM_BUILD_ROOT%{_bindir}
ab70db10 42install ascii.1 $RPM_BUILD_ROOT%{_mandir}/man1
b39ed57c 43
b39ed57c 44%clean
45rm -rf $RPM_BUILD_ROOT
3d5c79dc 46
47%files
b39ed57c 48%defattr(644,root,root,755)
ab70db10 49%doc README
b39ed57c 50%attr(755,root,root) %{_bindir}/ascii
9c8f5234 51%{_mandir}/man1/ascii.1*
This page took 0.097465 seconds and 4 git commands to generate.