Accepting request 758979 from home:jaicaa
New package bazel-compilation-database 0.4.1, required by Envoy 1.12.2. OBS-URL: https://build.opensuse.org/request/show/758979 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/bazel-compilation-database?expand=0&rev=1
This commit is contained in:
commit
032fe8e1ae
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="tar_scm">
|
||||
<param name="url">https://github.com/grailbio/bazel-compilation-database</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">bazel-compilation-database</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">0.4.1</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/grailbio/bazel-compilation-database</param>
|
||||
<param name="changesrevision">842648bfece8af38a403ba47dd06180f13d767b8</param></service></servicedata>
|
3
bazel-compilation-database-0.4.1.tar.xz
Normal file
3
bazel-compilation-database-0.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb338a99f2fe225d27f6d979d9abb357bad93ca1dd51d87cb9d644f185752639
|
||||
size 13616
|
4
bazel-compilation-database.changes
Normal file
4
bazel-compilation-database.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 12:13:38 UTC 2019 - Jaime Caamaño Ruiz <jcaamano@suse.com>
|
||||
|
||||
- Initial release 0.4.1
|
63
bazel-compilation-database.spec
Normal file
63
bazel-compilation-database.spec
Normal file
@ -0,0 +1,63 @@
|
||||
#
|
||||
# spec file for package bazel-compilation-database
|
||||
#
|
||||
# Copyright (c) 2019 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/
|
||||
#
|
||||
|
||||
|
||||
%define src_install_dir /usr/src/%{name}
|
||||
|
||||
Name: bazel-compilation-database
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
Summary: Clang JSON Compilation Database generator for Bazel
|
||||
License: Apache-2.0
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/grailbio/bazel-compilation-database
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
|
||||
%description
|
||||
A JSON Compilation Database generator following the Clang specification
|
||||
for Bazel.
|
||||
|
||||
%package source
|
||||
Summary: Source code of bazel-compilation-database
|
||||
Group: Development/Sources
|
||||
BuildArch: noarch
|
||||
|
||||
%description source
|
||||
A JSON Compilation Database generator following the Clang specification
|
||||
for Bazel.
|
||||
|
||||
This package contains source code of bazel-compilation-database.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{src_install_dir}
|
||||
cp -r * %{buildroot}%{src_install_dir}
|
||||
|
||||
%fdupes %{buildroot}%{src_install_dir}
|
||||
|
||||
%files source
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{src_install_dir}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user