diff options
Diffstat (limited to 'vpp-ext-deps.spec')
-rw-r--r-- | vpp-ext-deps.spec | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/vpp-ext-deps.spec b/vpp-ext-deps.spec index 380a55b..24c2261 100644 --- a/vpp-ext-deps.spec +++ b/vpp-ext-deps.spec @@ -10,20 +10,21 @@ Name: vpp-ext-deps Version: 25.10 -Release: 0.206.rc0.20250805gitae77ea936%{?dist} +Release: 0.278.rc0.20250905gite070068b7%{?dist} Summary: VPP development package with external dependencies License: BSD -Source: %{name}-%{version}-rc0~206_gae77ea936.tar.xz +Source: vpp-%{version}-rc0~278_ge070068b7.tar.xz Source1: https://fast.dpdk.org/rel/dpdk-25.07.tar.xz Source2: https://github.com/intel/intel-ipsec-mb/archive/v2.0.tar.gz Source3: https://github.com/vpp-quic/quicly/releases/download/v0.1.5-vpp/quicly_0.1.5-vpp.tar.gz Source4: https://github.com/xdp-project/xdp-tools/releases/download/v1.5.5/xdp-tools-1.5.5.tar.gz Source5: https://github.com/linux-rdma/rdma-core/releases/download/v58.0/rdma-core-58.0.tar.gz Source6: https://github.com/MarvellEmbeddedProcessors/marvell-octeon-roc/archive/refs/tags/v25.05.tar.gz -Source7: https://files.pythonhosted.org/packages/5d/0e/0c72dadd01af2da712eb987e2b7662e2e2c2c34fcdfe3cc6d765bddb2db3/meson-0.57.2.tar.gz -Source8: https://files.pythonhosted.org/packages/b8/49/b3b29c52b09075fb77f69309763a563b4054d5808a3f3b95df3a62ef3d3f/setuptools-68.1.0-py3-none-any.whl -Source9: https://files.pythonhosted.org/packages/28/f5/6955d7b3a5d71ce6bac104f9cf98c1b0513ad656cdaca8ea7d579196f771/wheel-0.41.1-py3-none-any.whl -Source10: https://files.pythonhosted.org/packages/04/7c/867630e6e6293793f838b31034aa1875e1c3bd8c1ec34a0929a2506f350c/pyelftools-0.29-py2.py3-none-any.whl +Source7: https://github.com/snort3/libdaq/archive/refs/tags/v3.0.21.tar.gz#/daq-3.0.21.tar.gz +Source8: https://files.pythonhosted.org/packages/5d/0e/0c72dadd01af2da712eb987e2b7662e2e2c2c34fcdfe3cc6d765bddb2db3/meson-0.57.2.tar.gz +Source9: https://files.pythonhosted.org/packages/b8/49/b3b29c52b09075fb77f69309763a563b4054d5808a3f3b95df3a62ef3d3f/setuptools-68.1.0-py3-none-any.whl +Source10: https://files.pythonhosted.org/packages/28/f5/6955d7b3a5d71ce6bac104f9cf98c1b0513ad656cdaca8ea7d579196f771/wheel-0.41.1-py3-none-any.whl +Source11: https://files.pythonhosted.org/packages/04/7c/867630e6e6293793f838b31034aa1875e1c3bd8c1ec34a0929a2506f350c/pyelftools-0.29-py2.py3-none-any.whl BuildRequires: openssl openssl-devel BuildRequires: python3-devel libpcap-devel BuildRequires: libmnl-devel libnl3-devel @@ -36,9 +37,9 @@ BuildRequires: clang cmake ninja-build VPP development package with external dependencies %prep -%setup -q -n %{name}-%{version} +%setup -q -n vpp-%{version} mkdir build/external/downloads -cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} build/external/downloads +cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} %{SOURCE11} build/external/downloads %install make %{_make_args} config |