diff --git a/e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7.tar.gz b/e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7.tar.gz new file mode 100644 index 0000000..2905092 Binary files /dev/null and b/e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7.tar.gz differ diff --git a/xds.spec b/xds.spec new file mode 100644 index 0000000..e5e428f --- /dev/null +++ b/xds.spec @@ -0,0 +1,47 @@ +%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 - e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7-1 +- package init + diff --git a/xds.yaml b/xds.yaml new file mode 100644 index 0000000..daff2d4 --- /dev/null +++ b/xds.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: cncf/xds +tag_prefix: ^v +separator: .