!1 Package init
From: @Acccll Reviewed-by: @xujing99, @jimmy_hero Signed-off-by: @jimmy_hero
This commit is contained in:
commit
8419319735
BIN
1.0.0.tar.gz
Normal file
BIN
1.0.0.tar.gz
Normal file
Binary file not shown.
43
rules_proto_grpc.spec
Normal file
43
rules_proto_grpc.spec
Normal file
@ -0,0 +1,43 @@
|
||||
%define debug_package %{nil}
|
||||
%define src_install_dir /usr/src/%{name}
|
||||
|
||||
Name: rules_proto_grpc
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
Summary: proto-grpc rules for Bazel
|
||||
License: Apache-2.0
|
||||
Url: https://github.com/rules-proto-grpc/%{name}
|
||||
Source0: https://github.com/rules-proto-grpc/%{name}/archive/refs/tags/%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
|
||||
%description
|
||||
bazel-rules-proto-grpc is a set of Bazel rules for building gRPC.
|
||||
|
||||
%package source
|
||||
Summary: Source code of bazel-rules-proto-grpc
|
||||
Group: Development/Sources
|
||||
BuildArch: noarch
|
||||
|
||||
%description source
|
||||
bazel-rules-proto-grpc is a set of Bazel rules for building gRPC.
|
||||
|
||||
This package contains source code of bazel-rules-proto-grpc.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%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> - 1.0.0-1
|
||||
- package init
|
||||
4
rules_proto_grpc.yaml
Normal file
4
rules_proto_grpc.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: rules-proto-grpc/rules_proto_grpc
|
||||
tag_prefix: ^v
|
||||
separator: .
|
||||
Loading…
x
Reference in New Issue
Block a user