Name: bazel Version: 0.10.0 Release: 1%{?dist} Summary: Correct, reproducible, and fast builds for everyone License: ASL 2.0 URL: https://bazel.build Source0: https://github.com/bazelbuild/bazel/releases/download/0.10.0/bazel-0.10.0-dist.zip BuildRequires: java-1.8.0-openjdk-devel BuildRequires: zlib-devel BuildRequires: python Requires: jre-1.8.0 %define debug_package %{nil} %define __os_install_post %{nil} %description Correct, reproducible, and fast builds for everyone %prep %autosetup -c %build ./compile.sh %install mkdir -p %{?buildroot}%{_bindir} install output/bazel %{?buildroot}%{_bindir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %attr(0755,root,root) %{_bindir}/bazel %license LICENSE %doc README.md %changelog * Thu Feb 8 2018 Ted Ying - Bump version to 0.10.0 * Mon May 15 2017 Ted Ying - Bump version to 0.4.5 * Fri Dec 16 2016 Ted Ying - Create specfile