Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 0f572ebf077762f9f3c301d35f2059f8 > files > 2

gitcompletion-0-0.20060726.2mdv2010.0.src.rpm

Summary: Bash completion for git and porcelains
Name: gitcompletion
Version: 0
Release: %mkrel 0.20060726.2
Source0: %{name}.tar.bz2
Patch0: gitcompletion-path.patch
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
* Fri Sep 04 2009 Thierry Vignaud <tvignaud@mandriva.com> 0-0.20060726.2mdv2010.0
+ Revision: 429206
- rebuild

* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 0-0.20060726.1mdv2009.0
+ Revision: 140737
- restore BuildRoot

* Mon Dec 17 2007 Thierry Vignaud <tvignaud@mandriva.com> 0-0.20060726.1mdv2008.1
+ Revision: 125729
- kill re-definition of %%buildroot on Pixel's request


* 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