2ce7f9834a
Change-Id: I6aa2a6709241d99ce734c29e47487eb456907351 Signed-off-by: Damjan Marion <damarion@cisco.com>
27 lines
476 B
RPMSpec
27 lines
476 B
RPMSpec
%define _make_args -C ../.. DPDK_BUILD_DIR=%{_topdir}/tmp DPDK_INSTALL_DIR=%{buildroot}/usr
|
|
|
|
Name: vpp-dpdk
|
|
Version: %{_version}
|
|
Release: %{_release}
|
|
Summary: DPDK development packages for VPP
|
|
License: BSD
|
|
|
|
%description
|
|
|
|
%package devel
|
|
Summary: DPDK development package for VPP
|
|
Group: Development/Libraries
|
|
|
|
%description devel
|
|
|
|
%install
|
|
make %{_make_args} config
|
|
make %{_make_args} install
|
|
|
|
%files devel
|
|
/usr/bin/*
|
|
/usr/include/dpdk
|
|
/usr/lib/*
|
|
/usr/sbin/*
|
|
/usr/share/dpdk
|