]> git.pld-linux.org Git - packages/bash.git/commitdiff
- updated to 2.05a
authorfilon <filon@sokrates.mimuw.edu.pl>
Fri, 15 Feb 2002 22:05:09 +0000 (22:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated patches DESTDIR, autoconf, requires, shellfunc
- rewrite rlimit_locks patch
- ipv6 patch seems to be obsoletted by code changes

Changed files:
    bash.spec -> 1.94

bash.spec

index 92ab0c20fe6e949c92caf7a3f32a7fbd9fbd7424..04b275a093d28d30859f1cdaf81fa583684d498d 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -2,8 +2,8 @@ Summary:        GNU Bourne Again Shell (bash)
 Summary(fr):   Le shell Bourne Again de GNU
 Summary(pl):   Pow³oka GNU Bourne Again Shell (bash)
 Name:          bash
-Version:       2.05
-Release:       10
+Version:       2.05a
+Release:       1
 License:       GPL
 Group:         Applications/Shells
 Group(cs):     Aplikace/Shelly
@@ -36,12 +36,12 @@ Patch4:             %{name}-profile.patch
 Patch5:                %{name}-requires.patch
 Patch6:                %{name}-compat.patch
 Patch7:                %{name}-shellfunc.patch
-Patch8:                http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/%{name}-2.05-ipv6-20010418.patch.gz
-Patch9:                %{name}-DESTDIR.patch
-Patch10:       %{name}-rlimit_locks.patch
-Patch11:       %{name}-sighup.patch
-Patch12:       %{name}-tmpfile.patch
+Patch8:                %{name}-DESTDIR.patch
+Patch9:                %{name}-rlimit_locks.patch
+Patch10:       %{name}-sighup.patch
+Patch11:       %{name}-tmpfile.patch
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: bison
 BuildRequires: glibc-devel >= 2.2
 BuildRequires: ncurses-devel >= 5.2
@@ -177,14 +177,13 @@ tym pakiecie jest statycznie zlinkowany bash.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-%patch11 -p1
-%patch12 -p1
 
 echo %{version} > _distribution
 echo %{release} > _patchlevel
 
 %build
 autoconf
+cp -f /usr/share/automake/config.* support/
 for mode in %{!?_without_static:static} shared; do
 %configure \
        --enable-alias \
This page took 0.068949 seconds and 4 git commands to generate.