auto-import changelog data from

bash-completion-0.0-0.fdr.3.20041017.src.rpm
0.0-0.fdr.3.20041017
- Update to 20041017, adds dhclient, lvm, and bittorrent completion.
This commit is contained in:
cvsextras 2004-11-08 04:05:13 +00:00
parent 05bf1d92fc
commit 66bb349a32
3 changed files with 14 additions and 4 deletions

View File

@ -1 +1 @@
bash-completion-20040711.tar.bz2
bash-completion-20041017.tar.bz2

View File

@ -1,13 +1,13 @@
Name: bash-completion
Version: 0.0
Release: 0.fdr.3.20040711
Release: 0.fdr.3.20041017
Epoch: 0
Summary: Programmable completion for Bash
Group: System Environment/Shells
License: GPL
URL: http://www.caliban.org/bash/
Source0: http://www.caliban.org/files/bash/bash-completion-20040711.tar.bz2
Source0: http://www.caliban.org/files/bash/bash-completion-20041017.tar.bz2
Source1: %{name}.profile
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -47,6 +47,13 @@ cd -
rm -rf $RPM_BUILD_ROOT
%triggerin -- bittorrent
if [ ! -e %{_sysconfdir}/bash_completion.d/bittorrent ] ; then
ln -s %{_datadir}/%{name}/bittorrent %{_sysconfdir}/bash_completion.d
fi
%triggerun -- bittorrent
[ $2 -gt 0 ] || rm -f %{_sysconfdir}/bash_completion.d/bittorrent
%triggerin -- cksfv
if [ ! -e %{_sysconfdir}/bash_completion.d/cksfv ] ; then
ln -s %{_datadir}/%{name}/cksfv %{_sysconfdir}/bash_completion.d
@ -121,6 +128,9 @@ fi
%changelog
* Mon Oct 18 2004 Ville Skyttä <ville.skytta at iki.fi> 0:0.0-0.fdr.3.20041017
- Update to 20041017, adds dhclient, lvm, and bittorrent completion.
* Mon Jul 12 2004 Ville Skyttä <ville.skytta at iki.fi> 0:0.0-0.fdr.3.20040711
- Update to 20040711, patches applied upstream.

View File

@ -1 +1 @@
985c0ff1f94fca97ad1cbf191bdf8535 bash-completion-20040711.tar.bz2
3fd0836127d01606a9dc4262f3e2e1fb bash-completion-20041017.tar.bz2