!1 package init

From: @fly_fzc 
Reviewed-by: @jimmy_hero 
Signed-off-by: @jimmy_hero
This commit is contained in:
openeuler-ci-bot 2025-04-08 06:27:00 +00:00 committed by Gitee
commit 1906964ebe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 46 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,42 @@
%define debug_package %{nil}
%define src_install_dir /usr/src/%{name}
Name: bazel-compile-commands-extractor
Version: 2e8b7654fa10c44b9937453fa4974ed2229d5366
Release: 1
Summary: Enable awesome tooling for Bazel users of the C language family.
License: MIT
Group: Development/Tools/Building
URL: https://github.com/hedronvision/%{name}
Source: https://github.com/hedronvision/%{name}/archive/%{version}.tar.gz
%description
Hedron's Compile Commands Extractor for Bazel - User Interface
%package source
Summary: Source code of %{name}
Group: Development/Sources
BuildArch: noarch
%description source
Hedron's Compile Commands Extractor for Bazel - User Interface
This package contains source code of %{name}.
%prep
%setup -q -n %{name}-%{version}
%build
%install
mkdir -p %{buildroot}%{src_install_dir}
tar -xzf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir}
%files source
%license LICENSE.md
%doc README.md
%{src_install_dir}
%changelog
* Mon Apr 7 2025 fuanan <fuanan3@h-partners.com> - 2e8b7654fa10c44b9937453fa4974ed2229d5366-1
- package init

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: hedronvision/bazel-compile-commands-extractor
tag_prefix: ^v
separator: .