dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Vincent JARDIN <vincent.jardin-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
Cc: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: Heads up: Fedora packaging plans
Date: Wed, 14 May 2014 00:46:38 +0200	[thread overview]
Message-ID: <5372A0CE.6080109@6wind.com> (raw)
In-Reply-To: <20140513190840.GB31172-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>

Neil,

 > Please find here:
 >   http://people.redhat.com/nhorman/dpdk-1.7.0-0.1.gitb20539d68.src.rpm

Your spec file is broken:

A simple patch:
--- dpdk.spec	2014-05-13 22:43:15.892000000 +0000
+++ ../dpdk.spec.vj	2014-05-13 22:42:40.221000000 +0000
@@ -75,7 +75,7 @@

  %build
  make O=%{target} T=%{target} config
-sed -ri 's,(RTE_MACHINE=).*,\1%{machine},  %{target}/.config
+sed -ri 's,(RTE_MACHINE=).*,\1%{machine},' %{target}/.config
  sed -ri 's,(RTE_APP_TEST=).*,\1n,'         %{target}/.config
  sed -ri 's,(RTE_BUILD_SHARED_LIB=).*,\1y,' %{target}/.config
  make O=%{target} %{?_smp_mflags}

Best regards,
   Vincent

  parent reply	other threads:[~2014-05-13 22:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-13 19:08 Heads up: Fedora packaging plans Neil Horman
     [not found] ` <20140513190840.GB31172-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-05-13 22:46   ` Vincent JARDIN [this message]
     [not found]     ` <5372A0CE.6080109-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-14 10:54       ` Neil Horman
2014-05-19 10:11   ` Thomas Monjalon
2014-05-19 13:18     ` Neil Horman
     [not found]       ` <20140519131855.GA2215-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-05-19 16:28         ` Thomas Monjalon
2014-05-19 16:48           ` Neil Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5372A0CE.6080109@6wind.com \
    --to=vincent.jardin-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).