]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash.spec
- there is no need to drop nxterm
[packages/bash.git] / bash.spec
index 670688ef2a71a168c3131c209ddd00fa022ae520..a7d7ffeeaf21aa0518051238fd3b6c260c2574bf 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -12,7 +12,7 @@ Summary(ru):  GNU Bourne Again Shell (bash)
 Summary(uk):   GNU Bourne Again Shell (bash)
 Name:          bash
 Version:       3.0
-Release:       4%{?with_bash_history:inv}
+Release:       8%{?with_bash_history:inv}
 License:       GPL
 Group:         Applications/Shells
 Source0:       ftp://ftp.gnu.org/pub/gnu/bash/%{name}-%{version}.tar.gz
@@ -51,6 +51,8 @@ Patch33:      ftp://ftp.cwru.edu/pub/bash/bash-3.0-patches/bash30-013
 Patch34:       ftp://ftp.cwru.edu/pub/bash/bash-3.0-patches/bash30-014
 Patch35:       ftp://ftp.cwru.edu/pub/bash/bash-3.0-patches/bash30-015
 Patch36:       ftp://ftp.cwru.edu/pub/bash/bash-3.0-patches/bash30-016
+Patch37:       %{name}-WCONTINUED.patch
+URL:           http://www.gnu.org/software/bash/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
@@ -223,6 +225,7 @@ tym pakiecie jest wersja basha skonsolidowana statycznie.
 %patch34 -p0
 %patch35 -p0
 %patch36 -p0
+%patch37 -p1
 
 echo %{version} > _distribution
 echo %{release} > _patchlevel
@@ -241,6 +244,7 @@ for mode in %{?with_static:static} shared; do
        --with-curses \
        --enable-extended-glob \
        --enable-dparen-arithmetic \
+       --without-bash-malloc \
        `[ "$mode" = "static" ] && echo "--enable-static-link"` \
        --with-installed-readline
 
This page took 0.070268 seconds and 4 git commands to generate.