]> git.pld-linux.org Git - packages/bash-completion-vserver.git/blob - bash-completion-vserver.spec
- use full path for vserver-info
[packages/bash-completion-vserver.git] / bash-completion-vserver.spec
1 # TODO
2 # - add (v)poldek support
3 Summary:        bash-completion for vserver command
4 Name:           bash-completion-vserver
5 Version:        0.4.1
6 Release:        2
7 License:        GPL
8 Group:          Applications/Shells
9 Source0:        %{name}.sh
10 URL:            http://linux-vserver.org/util-vserver:Bash_Completion
11 Requires:       bash-completion
12 Requires:       util-vserver
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _sysconfdir /etc/bash_completion.d
17
18 %description
19 bash-completion for vserver command.
20
21 %prep
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -D %{SOURCE0} $RPM_BUILD_ROOT%{_sysconfdir}/vserver
26
27 %clean
28 rm -rf $RPM_BUILD_ROOT
29
30 %files
31 %defattr(644,root,root,755)
32 %{_sysconfdir}/*
This page took 0.074223 seconds and 3 git commands to generate.