From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent JARDIN Subject: Re: Heads up: Fedora packaging plans Date: Wed, 14 May 2014 00:46:38 +0200 Message-ID: <5372A0CE.6080109@6wind.com> References: <20140513190840.GB31172@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Neil Horman Return-path: In-Reply-To: <20140513190840.GB31172-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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