[packages/vcsh: 5/5] Rename subpackage to imitate convention used for bash completion packages
caleb
caleb at pld-linux.org
Wed May 22 20:30:57 CEST 2013
commit d493de648a04e7a328b01b4daf03efae1d3926f8
Author: Caleb Maclennan <caleb at pld-linux.org>
Date: Wed May 22 21:29:10 2013 +0300
Rename subpackage to imitate convention used for bash completion packages
vcsh.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/vcsh.spec b/vcsh.spec
index 7a96c89..eebcecd 100644
--- a/vcsh.spec
+++ b/vcsh.spec
@@ -18,12 +18,12 @@ turn, means you can have one repository per config set (zsh, vim, ssh,
etc), picking and choosing which configs you want to use on which
machine.
-%package zsh-completions
+%package -n zsh-completion-%{name}
Summary: zsh shell completion routines for %{name}
Group: Applications/Console
Requires: zsh
-%description zsh-completions
+%description -n zsh-completion-%{name}
Tab completion routines for %{name} in zsh.
%prep
@@ -48,6 +48,6 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
-%files zsh-completions
+%files -n zsh-completion-%{name}
%defattr(644,root,root,755)
%{_datadir}/zsh/site-functions/_%{name}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vcsh.git/commitdiff/d493de648a04e7a328b01b4daf03efae1d3926f8
More information about the pld-cvs-commit
mailing list