]> git.pld-linux.org Git - packages/bash.git/commitdiff
- fixed guessing installed libreadline version
authorpius <pius@pld-linux.org>
Fri, 11 Feb 2000 21:01:01 +0000 (21:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- build against external readline library
- cosmetics
- release++

Changed files:
    bash.spec -> 1.39

bash.spec

index b992cca8448868da877089006058803d68640d9c..b812fb84174efbc731d2351dc8cc0489de4dda60 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -5,10 +5,10 @@ Summary(pl):  GNU Bourne Again Shell (bash)
 Summary(tr):   GNU Bourne Again Shell (bash)
 Name:          bash
 Version:       2.03
-Release:       11
+Release:       12
 Group:         Shells
 Group(pl):     Pow³oki
-Copyright:     GPL
+License:       GPL
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/bash/%{name}-%{version}.tar.gz
 Source1:       bashrc
 Source2:       bash-skel-.bash_logout
@@ -23,7 +23,9 @@ Patch4:               bash-autoconf.patch
 Patch5:                bash-info.patch
 Patch6:                bash-requires.patch
 Patch7:                bash-profile.patch
+Patch8:                bash-rlvers.patch
 BuildRequires: ncurses-static >= 5.0
+BuildRequires: readline-static >= 4.0
 Prereq:                /usr/sbin/fix-info-dir
 PreReq:                grep
 PreReq:                fileutils
@@ -137,6 +139,7 @@ W tym pakiecie jest statycznie zlinkowany bash.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 echo %{version} > _distribution
 echo %{release} > _patchlevel
@@ -153,7 +156,8 @@ LDFLAGS="-s"; export LDFLAGS
        --with-curses \
        --enable-extended-glob \
        --enable-dparen-arithmetic \
-       --enable-static-link
+       --enable-static-link \
+       --with-installed-readline
 
 make TERMCAP_LIB="-ltinfo"
 mv bash bash.static
This page took 0.048569 seconds and 4 git commands to generate.