[packages/bash-completion/bash-completion-2.0-DEVEL] - install bugfix - updated bash version in description

qboosh qboosh at pld-linux.org
Thu Aug 2 19:38:24 CEST 2012


commit b8263468da80e90b0df36ca104ecc93a0a580ad5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Aug 2 19:38:17 2012 +0200

    - install bugfix
    - updated bash version in description

 bash-completion.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/bash-completion.spec b/bash-completion.spec
index 8dc61c3..f578178 100644
--- a/bash-completion.spec
+++ b/bash-completion.spec
@@ -40,12 +40,12 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 bash-completion is a collection of shell functions that take advantage
-of the programmable completion feature of bash 2.04 and later.
+of the programmable completion feature of bash 4.1 and later.
 
 %description -l pl.UTF-8
 bash-completion jest kolekcją funkcji shella, które opierają się na
-wbudowanych rozszerzeniach basha 2.04 lub późniejszego umożliwiającego
-kompletowanie parametrów linii poleceń.
+wbudowanych rozszerzeniach basha 4.1 lub późniejszego umożliwiającego
+dopełnianie parametrów linii poleceń.
 
 %prep
 %setup -q
@@ -74,8 +74,8 @@ rm -rf $RPM_BUILD_ROOT
 	DESTDIR=$RPM_BUILD_ROOT \
 	profiledir=/etc/shrc.d
 
-cp -p completions/_yum yum
-cp -p completions/_yum-utils yum-utils
+cp -p completions/_yum $RPM_BUILD_ROOT%{_datadir}/%{name}/completions/yum
+cp -p completions/_yum-utils $RPM_BUILD_ROOT%{_datadir}/%{name}/completions/yum-utils
 # No package matches '*/apache2ctl'
 %{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/completions/apache2ctl
 # No PLD package or no such binary to complete on


More information about the pld-cvs-commit mailing list