package init

This commit is contained in:
fly_fzc 2025-04-07 18:25:04 +08:00
parent 3e0b6586a4
commit aa73e0de53
3 changed files with 43 additions and 0 deletions

Binary file not shown.

39
data-plane-api.spec Normal file
View File

@ -0,0 +1,39 @@
%define debug_package %{nil}
%define src_install_dir /usr/src/%{name}
Name: data-plane-api
Version: 9d6ffa70677c4dbf23f6ed569676206c4e2edff4
Release: 1
Summary: Data Plane API Service
License: Apache-2.0
URL: https://github.com/envoyproxy/%{name}
Source0: https://github.com/envoyproxy/%{name}/archive/%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: gcc
BuildRequires: make
%description
The HAProxy Data Plane API is a service that lets you configure the load
balancer using HTTP, RESTful commands, enabling dynamically-generated
configurations. It runs as a standalone program or service, so its versions
are independent from the load balancers release cycle.
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}%{src_install_dir}
cp -R * %{buildroot}%{src_install_dir}
%files
%defattr(-,root,root,-)
%license LICENSE
%{src_install_dir}
%changelog
* Mon Apr 7 2025 fuanan <fuanan3@h-partners.com> - 9d6ffa70677c4dbf23f6ed569676206c4e2edff4-1
- Package Init

4
data-plane-api.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: envoyproxy/data-plane-api
tag_prefix: ^v
separator: .