packages: bash-completion/bash-completion.spec, bash-completion/pear.patch ...

glen glen at pld-linux.org
Tue Oct 19 21:55:37 CEST 2010


Author: glen                         Date: Tue Oct 19 19:55:37 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add PEAR_Command_Packaging support to pear

---- Files affected:
packages/bash-completion:
   bash-completion.spec (1.161 -> 1.162) , pear.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/bash-completion/bash-completion.spec
diff -u packages/bash-completion/bash-completion.spec:1.161 packages/bash-completion/bash-completion.spec:1.162
--- packages/bash-completion/bash-completion.spec:1.161	Sun Oct 10 21:27:52 2010
+++ packages/bash-completion/bash-completion.spec	Tue Oct 19 21:55:32 2010
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8):	Programowalne uzupełnianie nazw dla basha
 Name:		bash-completion
 Version:	1.2
-Release:	3
+Release:	4
 Epoch:		1
 License:	GPL
 Group:		Applications/Shells
@@ -23,6 +23,7 @@
 Source4:	http://svn.php.net/viewvc/pear2/sandbox/PEAR_BashCompletion/trunk/pear?revision=285425&view=co#/pear
 # Source4-md5:	8ce77e4459e2c45e2096da8d03c8f43d
 Patch0:		%{name}-rpm-cache.patch
+Patch1:		pear.patch
 URL:		http://bash-completion.alioth.debian.org/
 Requires(triggerpostun):	sed >= 4.0
 Requires:	bash >= 2.05a-3
@@ -43,10 +44,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
 cp -a %{SOURCE1} contrib/poldek
 cp -a %{SOURCE3} contrib/mysqldump
 cp -a %{SOURCE4} contrib/pear
+%patch0 -p1
+%patch1 -p1
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -495,6 +497,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.162  2010/10/19 19:55:32  glen
+- add PEAR_Command_Packaging support to pear
+
 Revision 1.161  2010/10/10 19:27:52  glen
 - fix service completion; rel 3
 

================================================================
Index: packages/bash-completion/pear.patch
diff -u /dev/null packages/bash-completion/pear.patch:1.1
--- /dev/null	Tue Oct 19 21:55:37 2010
+++ packages/bash-completion/pear.patch	Tue Oct 19 21:55:32 2010
@@ -0,0 +1,16 @@
+--- bash-completion-1.2/contrib/pear~	2010-08-23 20:41:58.000000000 +0300
++++ bash-completion-1.2/contrib/pear	2010-10-19 22:52:26.008412279 +0300
+@@ -106,6 +106,13 @@
+             _filedir '@(tgz)'
+             return 0
+             ;;
++        make-rpm-spec)
++            if [[ "${cur}" == -* ]] ; then
++                COMPREPLY=( $(compgen -W "-t -o -r -p -d --spec-template --output --rpm-release --rpm-pkgname --rpm-depname" -- ${cur}) )
++            fi
++            _filedir '@(tgz)'
++            return 0
++            ;;
+         package|pickle)
+             if [[ "${cur}" == -* ]] ; then
+                 COMPREPLY=( $(compgen -W "-Z -n --nocompress --showname" -- ${cur}) )
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bash-completion/bash-completion.spec?r1=1.161&r2=1.162&f=u



More information about the pld-cvs-commit mailing list