]> git.pld-linux.org Git - packages/depot_tools.git/blobdiff - depot_tools.spec
add depot_tools bindir to $PATH
[packages/depot_tools.git] / depot_tools.spec
index 40e63f5eeeb539f0166b51f2910585299cd0e886..ca3584c67cbd212a722047976ba93156244946ca 100644 (file)
@@ -1,5 +1,5 @@
 %define                snap    20130619
-%define                rel             0.9
+%define                rel             0.10
 Summary:       A package of scripts called used to manage checkouts and code reviews
 Name:          depot_tools
 Version:       0.1
@@ -8,6 +8,7 @@ License:        BSD
 Group:         Development/Tools
 Source0:       https://src.chromium.org/svn/trunk/tools/depot_tools.zip?/%{name}-svn%{snap}.zip
 # Source0-md5: 6cf6483d6da8d15848cbaa8857aae3ae
+Patch0:        adjust-path.patch
 URL:           http://dev.chromium.org/developers/how-tos/depottools
 BuildRequires: unzip
 Requires:      python
@@ -45,6 +46,7 @@ development process. It contains the following utilities:
 %setup -qc
 mv depot_tools/* .
 rm -r depot_tools
+%patch0 -p1
 
 cat > py-wrap.sh <<'EOF'
 #!/bin/sh
This page took 0.276269 seconds and 4 git commands to generate.