Accepting request 103060 from home:hmacht:branches:shells
Enable installation of openSUSE completion functions which are upstream OBS-URL: https://build.opensuse.org/request/show/103060 OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=98
This commit is contained in:
parent
47701ce2cd
commit
125af727a6
13
zsh-enable-openSUSE-completion-functions.patch
Normal file
13
zsh-enable-openSUSE-completion-functions.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: zsh-4.3.15/Src/Zle/complete.mdd
|
||||||
|
===================================================================
|
||||||
|
--- zsh-4.3.15.orig/Src/Zle/complete.mdd
|
||||||
|
+++ zsh-4.3.15/Src/Zle/complete.mdd
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
name=zsh/complete
|
||||||
|
link=either
|
||||||
|
load=yes
|
||||||
|
-functions='Completion/*comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Cygwin/*/* Completion/Darwin/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandriva/*/* Completion/Redhat/*/* Completion/Solaris/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
|
||||||
|
+functions='Completion/*comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Cygwin/*/* Completion/Darwin/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandriva/*/* Completion/Redhat/*/* Completion/Solaris/*/* Completion/openSUSE/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
|
||||||
|
|
||||||
|
moddeps="zsh/zle"
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 7 14:27:18 CET 2012 - hmacht@suse.de
|
||||||
|
|
||||||
|
- add zsh-enable-openSUSE-completion-functions.patch: Enable
|
||||||
|
installation of openSUSE completion functions which are upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 31 11:08:53 UTC 2012 - idonmez@suse.com
|
Tue Jan 31 11:08:53 UTC 2012 - idonmez@suse.com
|
||||||
|
|
||||||
|
4
zsh.spec
4
zsh.spec
@ -15,6 +15,8 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 4.3.15
|
Version: 4.3.15
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -37,6 +39,7 @@ Source17: zshprompt.pl
|
|||||||
%endif
|
%endif
|
||||||
Patch1: %{name}-4.3.12-fix-c02cond-test.patch
|
Patch1: %{name}-4.3.12-fix-c02cond-test.patch
|
||||||
Patch2: osc.patch
|
Patch2: osc.patch
|
||||||
|
Patch3: zsh-enable-openSUSE-completion-functions.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Requires(pre): %{install_info_prereq}
|
Requires(pre): %{install_info_prereq}
|
||||||
@ -89,6 +92,7 @@ This package contains the Zsh manual in html format.
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p0
|
%patch2 -p0
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
# Remove executable bit
|
# Remove executable bit
|
||||||
chmod 0644 Etc/changelog2html.pl
|
chmod 0644 Etc/changelog2html.pl
|
||||||
|
Loading…
Reference in New Issue
Block a user