Summary: Interactive ASCII name and synonym chart Summary(pl): Interaktywna tablica kodów i synonimów ASCII Name: ascii Version: 3.5 Release: 1 License: distributable Group: Applications/Text Source0: http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz # Source0-md5: a178c7c128d6d0855fded1c90a43c746 URL: http://www.catb.org/~esr/ascii/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The ascii utility provides easy conversion between various byte representations and the American Standard Code for Information Interchange (ASCII) character table. It knows about a wide variety of hex, binary, octal, Teletype mnemonic, ISO/ECMA code point, slang name, and other representations. Given any one on the command line, it will try to display all others. Called with no arguments it displays a handy small ASCII chart. %description -l pl Program ascii umożliwia łatwą konwersję pomiędzy tablicą znaków ASCII i ich różnymi odpowiednikami w postaci heksadecymalnej, binarnej, oktalnej, Teletype mnemonic, ISO/ECMA, nazw potocznych, etc. Jakikolwiek z nich podany w linii poleceń spowoduje wyświetlenie pozostałych odpowiedników. Wywołany bez argumentów wyświetla poręczny zestaw znaków ASCII. %prep %setup -q %build %{__make} \ CC="%{__cc} %{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} install ascii $RPM_BUILD_ROOT%{_bindir} install ascii.1 $RPM_BUILD_ROOT%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_bindir}/ascii %{_mandir}/man1/*