!1 Package init

From: @Acccll 
Reviewed-by: @jimmy_hero 
Signed-off-by: @jimmy_hero
This commit is contained in:
openeuler-ci-bot 2025-04-08 12:03:54 +00:00 committed by Gitee
commit 9bedc802f8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 47 additions and 0 deletions

BIN
2.10.tar.gz Normal file

Binary file not shown.

43
rules_jvm_external.spec Normal file
View File

@ -0,0 +1,43 @@
%define debug_package %{nil}
%define src_install_dir /usr/src/%{name}
Name: rules_jvm_external
Version: 2.10
Release: 1
Summary: jvm external rules for Bazel
License: Apache-2.0
Url: https://github.com/bazelbuild/%{name}
Source0: https://github.com/bazelbuild/%{name}/archive/%{version}.tar.gz
BuildRequires: fdupes
%description
Bazel rules for jvm-external.
%package source
Summary: Source code of bazel-rules-jvm-external
Group: Development/Sources
BuildArch: noarch
%description source
Baze lrules for jvm-external.
This package contains source code of bazel-rules-jvm-external.
%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
* Sat Mar 15 2025 Acccll <mail1521@163.com> - 2.10-1
- pakcage init

4
rules_jvm_external.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: bazelbuild/rules_jvm_external
tag_prefix: ^v
separator: .