From: Vincent JARDIN <vincent.jardin@6wind.com>
To: Neil Horman <nhorman@tuxdriver.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] 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@hmsreliant.think-freely.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
next prev 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 Neil Horman
2014-05-13 22:46 ` Vincent JARDIN [this message]
2014-05-14 10:54 ` Neil Horman
2014-05-19 10:11 ` Thomas Monjalon
2014-05-19 13:18 ` Neil Horman
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@6wind.com \
--cc=dev@dpdk.org \
--cc=nhorman@tuxdriver.com \
/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).