Skip to content

Commit

Permalink
rpm: Make devel package depend on 'valum' and enable parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Apr 19, 2016
1 parent 9860bff commit a4bac1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/valum.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a4bac1b

Please sign in to comment.