Browse Source

upgrading package: bazel 0.5.2 -> 0.5.3

master
parent
commit
be55dc0fd8
  1. 4
      bazel/bazel.patch
  2. 8
      bazel/bazel.spec

4
bazel/bazel.patch

@ -18,8 +18,8 @@
if [ "${JAVA_VERSION}" = "1.7" ]; then
STRATEGY=
fi
--- src/main/java/com/google/devtools/build/lib/bazel/rules/python/stub_template.txt.orig 2017-03-31 21:28:24 UTC
+++ src/main/java/com/google/devtools/build/lib/bazel/rules/python/stub_template.txt
--- src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt.orig 2017-03-31 21:28:24 UTC
+++ src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt
@@ -32,7 +32,7 @@ if IsWindows() and not PYTHON_BINARY.end
# Find a file in a given search path.

8
bazel/bazel.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Building
License: GPL
Version: 0.5.2
Release: 20170721
Version: 0.5.3
Release: 20170728
# list of sources
Source0: https://github.com/bazelbuild/bazel/releases/download/%{version}/bazel-%{version}-dist.zip
@ -59,12 +59,12 @@ PreReq: OpenPKG, openpkg >= 20160101, java, JAVA-JDK
%prep
%setup -q -c
chmod 644 scripts/bootstrap/bootstrap.sh
chmod 644 src/main/java/com/google/devtools/build/lib/bazel/rules/python/stub_template.txt
chmod 644 src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt
%patch -p0
%build
%{l_shtool} subst %{l_value -s -a} \
src/main/java/com/google/devtools/build/lib/bazel/rules/python/stub_template.txt
src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt
%{l_shtool} subst \
-e "s;/etc/bazel.bazelrc;%{l_prefix}/etc/bazel.bazelrc;" \
src/main/cpp/blaze_util_posix.cc

Loading…
Cancel
Save