]> git.pld-linux.org Git - packages/bash.git/commitdiff
ipv6 support; release 14; sent to builder bash-2_04-14
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 1 Dec 2000 08:58:03 +0000 (08:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash.spec -> 1.64

bash.spec

index 1198c10a1c7052295f2a6e3101bb6c650091fc14..8d3abcfec9a8c7f65188ad60d3bd95d8fa346663 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -5,7 +5,7 @@ Summary(pl):    GNU Bourne Again Shell (bash)
 Summary(tr):   GNU Bourne Again Shell (bash)
 Name:          bash
 Version:       2.04
-Release:       13
+Release:       14
 Group:         Applications/Shells
 Group(de):     Applikationen/Shells
 Group(pl):     Aplikacje/Pow³oki
@@ -26,6 +26,7 @@ Patch6:               %{name}-requires.patch
 Patch7:                %{name}-compat.patch
 Patch8:                %{name}-shellfunc.patch
 Patch9:                %{name}-export.patch
+Patch10:       http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/bash-2.04-ipv6-20003011.patch.gz
 BuildRequires: ncurses-static >= 5.0
 BuildRequires: readline-static >= 4.1
 BuildRequires: glibc-static >= 2.2
@@ -132,11 +133,13 @@ tym pakiecie jest statycznie zlinkowany bash.
 %patch7 -p1
 %patch8 -p1
 %patch9 -p0
+%patch10 -p1
 
 echo %{version} > _distribution
 echo %{release} > _patchlevel
 
 %build
+autoconf
 %configure \
        --enable-alias \
        --enable-help-builtin \
This page took 0.036085 seconds and 4 git commands to generate.