48 lines
1.4 KiB
RPMSpec
48 lines
1.4 KiB
RPMSpec
%define debug_package %{nil}
|
|
%define src_install_dir /usr/src/%{name}
|
|
|
|
Name: xds
|
|
Version: e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7
|
|
Release: 1
|
|
Summary: xDS API Working Group
|
|
License: Apache-2.0
|
|
Group: Development/Tools/Building
|
|
URL: https://github.com/cncf/%{name}
|
|
Source: https://github.com/cncf/%{name}/archive/%{version}.tar.gz
|
|
|
|
%description
|
|
The objective of the xDS API Working Group (xDS-WG) is to bring together parties
|
|
across the industry interested in a common control and configuration API for
|
|
data plane proxies and load balancers, based on the xDS APIs.
|
|
|
|
%package source
|
|
Summary: Source code of %{name}
|
|
Group: Development/Sources
|
|
BuildArch: noarch
|
|
|
|
%description source
|
|
The objective of the xDS API Working Group (xDS-WG) is to bring together parties
|
|
across the industry interested in a common control and configuration API for
|
|
data plane proxies and load balancers, based on the xDS APIs.
|
|
|
|
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
|
|
%doc README.md
|
|
%{src_install_dir}
|
|
|
|
%changelog
|
|
* Mon Apr 7 2025 fuanan <fuanan3@h-partners.com> - e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7-1
|
|
- package init
|
|
|