Packaging: add missing de pendency to pkgconfig 25/28125/1 accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_ivi accepted/tizen_ivi devel/ivi tizen tizen_3.0.m14.3_ivi tizen_3.0_ivi accepted/tizen/ivi/20140929.165802 submit/devel/ivi/20160127.051645 submit/tizen_ivi/20140929.111118 tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 26 Sep 2014 11:36:54 +0000 (13:36 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 26 Sep 2014 11:36:54 +0000 (13:36 +0200)
Change-Id: Ibf9eb2f48a1989ddec9b6b37c94ecec6124ef844
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/CommonAPI-DBus.spec

index 213500c..142dc70 100755 (executable)
@@ -7,6 +7,7 @@ Release:    0
 Group:      Automotive/GENIVI
 License:    MPL-2.0
 Source0:    %{name}-%{version}.tar.gz
+BuildRequires: pkgconfig
 BuildRequires: pkgconfig(CommonAPI)
 BuildRequires: pkgconfig(dbus-1)
 BuildRequires: pkgconfig(glib-2.0)
@@ -36,10 +37,10 @@ Files needed to build against CommonAPI.
 autoreconf -i
 %configure \
 %if %{with dbus_patch_enabled}
-       CXXFLAGS=-DDBUS_PATCH_ENABLED
+    CXXFLAGS=-DDBUS_PATCH_ENABLED
 %endif
 
-make %{?jobs:-j%jobs}
+%__make %{?_smp_mflags}
 
 %install
 %make_install