]> git.pld-linux.org Git - packages/bash.git/blame - bash.spec
- revision up to 4,
[packages/bash.git] / bash.spec
CommitLineData
67581caa 1Summary: GNU Bourne Again Shell (bash)
2Summary(de): GNU Bourne Again Shell (bash)
3Summary(fr): GNU Bourne Again Shell (bash)
4Summary(pl): GNU Bourne Again Shell (bash)
5Summary(tr): GNU Bourne Again Shell (bash)
6Name: bash
7Version: 2.02.1
babafb99 8Release: 4
67581caa 9Group: Shells
10Copyright: GPL
11Source0: ftp://ftp.gnu.org/pub/gnu/bash-%{PACKAGE_VERSION}.tar.gz
12Source1: bashrc
13Source2: rbash.1
babafb99 14Patch0: bash-paths.patch
15Patch1: bash-security.patch
67581caa 16Patch2: bash-fixes.patch
babafb99 17Patch3: bash-arm.patch
67581caa 18Prereq: fileutils, grep
19BuildRoot: /tmp/%{name}-%{version}-root
20
21%description
22Bash is an sh-compatible command language interpreter that executes commands
23read from the standard input or from a file. Bash also incorporates useful
24features from the Korn and C shells (ksh and csh).
25
26Bash is ultimately intended to be a conformant implementation of the IEEE
27Posix Shell and Tools specification (IEEE Working Group 1003.2).
28
29%description -l de
30