From 3d5c79dcf73f3b268a9933069516c17eb49f5bd6 Mon Sep 17 00:00:00 2001 From: kloczek Date: Wed, 30 Jun 1999 22:39:13 +0000 Subject: [PATCH] - raw version. Changed files: ascii.spec -> 1.1 --- ascii.spec | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ascii.spec diff --git a/ascii.spec b/ascii.spec new file mode 100644 index 0000000..3f76eea --- /dev/null +++ b/ascii.spec @@ -0,0 +1,30 @@ +Name: ascii +Version: 2.6 +Release: 1 +Source: locke.ccil.org:/pub/esr/ascii-2.6.tar.gz +Copyright: distributable +Group: Utilities/Text +Summary: interactive ASCII name and synonym chart + +%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. + +%prep +%setup + +%build +make + +%install +rm -f /usr/bin/ascii +cp ascii /usr/bin +cp ascii.1 /usr/man/man1/ascii.1 + +%files +/usr/man/man1/ascii.1 +/usr/bin/ascii -- 2.44.0