| [5588] | 1 | Name: bash-completion |
|---|
| 2 | Version: 1.99 |
|---|
| 3 | Release: 1%{?_dist_release} |
|---|
| 4 | License: GPLv2+ |
|---|
| 5 | Group: System Environment/Shells |
|---|
| 6 | URL: http://bash-completion.alioth.debian.org/ |
|---|
| 7 | Source0: %{name}-%{version}.tar.bz2 |
|---|
| 8 | Source3: %{name}-1.99-redefine_filedir.bash |
|---|
| 9 | Patch0: %{name}-1.99-noblacklist.patch |
|---|
| 10 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 11 | |
|---|
| 12 | Vendor: Project Vine |
|---|
| 13 | Distribution: Vine Linux |
|---|
| 14 | |
|---|
| 15 | Summary: Programmable completion for Bash |
|---|
| 16 | Summary(ja): bash のプログラム可能な補完拡張 |
|---|
| 17 | |
|---|
| 18 | BuildArch: noarch |
|---|
| 19 | |
|---|
| 20 | # Dependency |
|---|
| 21 | |
|---|
| 22 | %description |
|---|
| 23 | bash-completion is a collection of shell functions that take advantage of |
|---|
| 24 | the programmable completion feature of bash. |
|---|
| 25 | |
|---|
| 26 | %description -l ja |
|---|
| 27 | bash-completion は bash のプログラム可能な補完機能を利用し、 |
|---|
| 28 | 高機能な補完機能を bash に提供するシェル関数集です。 |
|---|
| 29 | |
|---|
| 30 | 使用にあたっては ~/.bashrc に以下の行を追加してください。 |
|---|
| 31 | . /etc/profile.d/bash_completion.sh |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | %prep |
|---|
| 35 | %setup -q |
|---|
| 36 | %patch0 -p1 |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | %build |
|---|
| 40 | %configure |
|---|
| 41 | %{__make} %{?_smp_mflags} |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | %install |
|---|
| 45 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 46 | %{__make} install DESTDIR=${RPM_BUILD_ROOT} |
|---|
| 47 | |
|---|
| 48 | install -Dpm 644 %{SOURCE3} \ |
|---|
| 49 | $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/redefine_filedir |
|---|
| 50 | |
|---|
| 51 | %clean |
|---|
| 52 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | %files |
|---|
| 56 | %defattr(-,root,root) |
|---|
| 57 | %doc AUTHORS COPYING README |
|---|
| 58 | %config %{_sysconfdir}/profile.d/bash_completion.sh |
|---|
| 59 | %{_sysconfdir}/bash_completion.d/ |
|---|
| 60 | %{_datadir}/bash-completion/ |
|---|
| 61 | %{_datadir}/pkgconfig/bash-completion.pc |
|---|
| 62 | |
|---|
| 63 | %changelog |
|---|
| 64 | * Tue Feb 7 2012 TANAKA hiroaki <mosaicist@par.odn.ne.jp> 1.99-1 |
|---|
| 65 | - initial build for Vine Linux based on bash-completion-1.99-1.fc17.src.rpm |
|---|