[packages/depot_tools] include 'fetch' into path
glen
glen at pld-linux.org
Wed Dec 11 20:18:42 CET 2013
commit e16277865001b582c2b9a61c1ec529f675a33fdf
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Dec 11 21:17:56 2013 +0200
include 'fetch' into path
this is to checkout chrome source with git:
fetch chromium --nosvn=True
https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code#Actual_Checkout
depot_tools.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/depot_tools.spec b/depot_tools.spec
index e9dcf61..40e63f5 100644
--- a/depot_tools.spec
+++ b/depot_tools.spec
@@ -1,5 +1,5 @@
%define snap 20130619
-%define rel 0.8
+%define rel 0.9
Summary: A package of scripts called used to manage checkouts and code reviews
Name: depot_tools
Version: 0.1
@@ -75,7 +75,7 @@ cp -a . $RPM_BUILD_ROOT%{_datadir}/%{name}
# already in %doc
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/{LICENSE,README*}
-for a in gclient gcl git-cl; do
+for a in gclient gcl git-cl fetch; do
ln -s %{_datadir}/%{name}/py-wrap.sh $RPM_BUILD_ROOT%{_bindir}/$a
done
@@ -88,6 +88,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/gcl
%attr(755,root,root) %{_bindir}/gclient
%attr(755,root,root) %{_bindir}/git-cl
+%attr(755,root,root) %{_bindir}/fetch
%dir %{_datadir}/%{name}
%attr(755,root,root) %{_datadir}/%{name}/apply_issue
%attr(755,root,root) %{_datadir}/%{name}/cbuildbot
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/depot_tools.git/commitdiff/e16277865001b582c2b9a61c1ec529f675a33fdf
More information about the pld-cvs-commit
mailing list