Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > c9ec8fb921d1817d320c2c60c0487ce0 > files > 2

gitcompletion-0-0.20060726.1mdv2007.0.src.rpm

Summary: Bash completion for git and porcelains
Name: gitcompletion
Version: 0
Release: %mkrel 0.20060726.1
Source0: %{name}.tar.bz2
Patch0: gitcompletion-path.patch.bz2
License: GPL
Group: Development/Other
Url: http://www.hawaga.org.uk/ben/tech/gitcompletion/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: bash-completion
Requires: git-core
BuildArch: noarch

%description
Bash completion for git and porcelains (stgit, cogito
and gitk).


%prep
%setup -q -n %{name}
%patch0 -p1

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}

cp all-compl $RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d/%{name}
cp cg-compl  git-compl  git-compl-lib  gitk-compl  stg-compl $RPM_BUILD_ROOT/%{_datadir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
%{_datadir}/%{name}
%doc README


%changelog
* Wed Aug 09 2006 glehmann
+ 08/09/06 19:43:50 (55049)
update to last devel version

* Sun Jul 30 2006 glehmann
+ 07/30/06 10:23:31 (42686)
Import gitcompletion

* Thu Dec 29 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0-0.20051229.1mdk
- first mandriva package