]> git.pld-linux.org Git - packages/depot_tools.git/commitdiff
drop bin and .bat
authorElan Ruusamäe <glen@delfi.ee>
Mon, 9 Dec 2013 18:24:30 +0000 (20:24 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 9 Dec 2013 18:24:30 +0000 (20:24 +0200)
like depot_tools-0.183170-15.2.noarch.rpm from openSuSE

depot_tools.spec

index 43482cc0a95e4ba335f4fd2fdcd936f59a487da1..23f7d3dfd57d86c039007e83a394a9773556ecba 100644 (file)
@@ -1,5 +1,5 @@
 %define                snap    20130619
-%define                rel             0.3
+%define                rel             0.4
 Summary:       A package of scripts called used to manage checkouts and code reviews
 Name:          depot_tools
 Version:       0.1
@@ -49,6 +49,10 @@ rm -r depot_tools
 rm -r third_party/pymox
 rm cpplint.py
 
+# screw binaries and shipped dependencies and things useless to this platform
+rm ninja*
+find -type f '(' -name '*.exe' -o -name '*.bat' ')' | xargs rm -v
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
This page took 0.137996 seconds and 4 git commands to generate.