X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=pkg%2Fdpdk.spec;h=8681e4c85c359a4cffa9570472787197f8c6e44f;hb=refs%2Ftags%2Fupstream%2F17.11.2;hp=e38e2a2dbfd4af35a071ed70904008ae4b749435;hpb=7595afa4d30097c1177b69257118d8ad89a539be;p=deb_dpdk.git diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec index e38e2a2d..8681e4c8 100644 --- a/pkg/dpdk.spec +++ b/pkg/dpdk.spec @@ -30,7 +30,7 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. Name: dpdk -Version: 17.05 +Version: 17.11.2 Release: 1 Packager: packaging@6wind.com URL: http://dpdk.org @@ -52,9 +52,6 @@ ExclusiveArch: i686 x86_64 aarch64 %endif BuildRequires: kernel-devel, kernel-headers, libpcap-devel -%ifarch i686 x86_64 -BuildRequires: xen-devel -%endif BuildRequires: doxygen, python-sphinx, inkscape BuildRequires: texlive-collection-latexextra @@ -90,9 +87,6 @@ sed -ri 's,(RTE_BUILD_SHARED_LIB=).*,\1y,' %{target}/.config sed -ri 's,(RTE_NEXT_ABI=).*,\1n,' %{target}/.config sed -ri 's,(LIBRTE_VHOST=).*,\1y,' %{target}/.config sed -ri 's,(LIBRTE_PMD_PCAP=).*,\1y,' %{target}/.config -%ifarch i686 x86_64 -sed -ri 's,(LIBRTE_PMD_XENVIRT=).*,\1y,' %{target}/.config -%endif make O=%{target} %{?_smp_mflags} make O=%{target} doc