From a4bac1b0a5468dddcedcef2fd7de96fc5c641058 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Tue, 19 Apr 2016 17:14:42 -0400 Subject: [PATCH] rpm: Make devel package depend on 'valum' and enable parallel build --- data/valum.spec.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/valum.spec.in b/data/valum.spec.in index 5517ba1c5..5a627dc36 100644 --- a/data/valum.spec.in +++ b/data/valum.spec.in @@ -24,7 +24,8 @@ applications or services by taking advantage of machine code execution and asynchronous I/O. %package devel -Summary: Build files for Valum +Summary: Build files for Valum +Requires: valum %description devel Provides build files including C header, Vala bindings and GIR introspection @@ -34,7 +35,7 @@ meta-data. %setup -q %build -./waf configure --prefix=%{_prefix} CFLAGS="%{optflags}" VALAFLAGS='--debug' +./waf configure --prefix=%{_prefix} %{?_smp_mflags} CFLAGS="%{optflags}" VALAFLAGS='--debug' ./waf build %install