]> git.pld-linux.org Git - packages/bash.git/commitdiff
- conditional build with patch to invigilate users
authorundefine <undefine@pld-linux.org>
Tue, 14 May 2002 14:45:18 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash.spec -> 1.105

bash.spec

index 7fddc8bfff54444905f345a94d0664d3f36919dd..98ed11615480ad353451741ff6e5446fee5c59c9 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -11,7 +11,7 @@ Summary(ru):  GNU Bourne Again Shell (bash)
 Summary(uk):   GNU Bourne Again Shell (bash)
 Name:          bash
 Version:       2.05a
-Release:       14
+Release:       14%{?_with_bash_history:inv}
 License:       GPL
 Group:         Applications/Shells
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/bash/%{name}-%{version}.tar.gz
@@ -33,6 +33,7 @@ Patch9:               %{name}-rlimit_locks.patch
 Patch10:       %{name}-sighup.patch
 Patch11:       %{name}-tmpfile.patch
 Patch13:       %{name}-%{version}-service_completion.patch
+%{?_with_bash_history:Patch14:bash-backup_history.patch}
 
 BuildRequires: autoconf
 BuildRequires: automake
@@ -189,6 +190,7 @@ tym pakiecie jest statycznie zlinkowany bash.
 %patch9 -p1
 %patch10 -p1
 %patch13 -p1
+%{?_with_bash_history:%patch14 -p1}
 
 echo %{version} > _distribution
 echo %{release} > _patchlevel
This page took 0.109513 seconds and 4 git commands to generate.