2018-11-26 17:10:00 +00:00
|
|
|
#
|
2017-12-14 08:19:26 +00:00
|
|
|
# spec file for package bazel
|
|
|
|
|
#
|
2023-10-16 15:03:40 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2017-12-14 08:19:26 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2018-11-26 17:10:00 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-12-14 08:19:26 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
2019-02-18 07:58:20 +00:00
|
|
|
%define bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null)
|
2017-12-14 08:19:26 +00:00
|
|
|
Name: bazel
|
2023-10-16 15:03:40 +00:00
|
|
|
Version: 6
|
2017-12-14 08:19:26 +00:00
|
|
|
Release: 0
|
2018-10-17 10:19:40 +00:00
|
|
|
Summary: Tool for the automation of building and testing of software
|
2018-06-30 05:37:01 +00:00
|
|
|
License: Apache-2.0
|
2017-12-14 08:19:26 +00:00
|
|
|
URL: http://bazel.io/
|
2019-06-06 15:00:59 +00:00
|
|
|
Source: README
|
|
|
|
|
Provides: bazel = %{version}
|
|
|
|
|
Requires: bazel%{version}
|
2020-09-21 10:17:58 +00:00
|
|
|
ExcludeArch: %ix86
|
2017-12-14 08:19:26 +00:00
|
|
|
|
|
|
|
|
%description
|
2018-10-17 10:19:40 +00:00
|
|
|
Tool for the automation of building and testing of software. It supports Java,
|
|
|
|
|
C++ and Go as programing languages. It also has a support for Android and iOS
|
|
|
|
|
as mobile operating systems.
|
2017-12-14 08:19:26 +00:00
|
|
|
|
|
|
|
|
%prep
|
2019-06-06 15:00:59 +00:00
|
|
|
cp %{SOURCE0} .
|
2017-12-14 08:19:26 +00:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
|
|
|
|
|
%files
|
2019-06-06 15:00:59 +00:00
|
|
|
%doc README
|
2017-12-14 08:19:26 +00:00
|
|
|
|
|
|
|
|
%changelog
|