Accepting request 765674 from home:mrostecki:branches:devel:kubic
Yet another dependency of envoy-proxy OBS-URL: https://build.opensuse.org/request/show/765674 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/bazel-platforms?expand=0&rev=1
This commit is contained in:
commit
40304d9705
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
15
_service
Normal file
15
_service
Normal file
@ -0,0 +1,15 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/bazelbuild/platforms</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">bazel-platforms</param>
|
||||
<param name="versionformat">%cd</param>
|
||||
<param name="revision">441afe1bfdadd6236988e9cac159df6b5a9f5a98</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
</services>
|
3
bazel-platforms-20190611.obscpio
Normal file
3
bazel-platforms-20190611.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5aa8e641a2de6162c4758c9795b9178f2ca5de5ed6b180286703b123e9309550
|
||||
size 19466
|
4
bazel-platforms.changes
Normal file
4
bazel-platforms.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 15:40:13 UTC 2020 - Michał Rostecki <mrostecki@opensuse.org>
|
||||
|
||||
- Initial release
|
5
bazel-platforms.obsinfo
Normal file
5
bazel-platforms.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: bazel-platforms
|
||||
version: 20190611
|
||||
mtime: 1560265998
|
||||
commit: 441afe1bfdadd6236988e9cac159df6b5a9f5a98
|
||||
|
49
bazel-platforms.spec
Normal file
49
bazel-platforms.spec
Normal file
@ -0,0 +1,49 @@
|
||||
#
|
||||
# spec file for package bazel-platforms
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: bazel-platforms
|
||||
Version: 20190611
|
||||
Release: 0
|
||||
Summary: Bazel onstraint values for specifying platforms and toolchains
|
||||
License: Apache-2.0
|
||||
Url: https://github.com/bazelbuild/platforms
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Bazel platforms contains all canonical constraint_settings, constraint_values
|
||||
and platforms that are universally useful across languages and Bazel projects.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_datadir}/bazel-platforms
|
||||
cp -R * %{buildroot}%{_datadir}/bazel-platforms
|
||||
fdupes %{buildroot}%{_datadir}/bazel-platforms
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_datadir}/bazel-platforms
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user