From b04fcc0601b9b7d9e0bc1d90d23a4166ce3fa6a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Thu, 2 Oct 2014 11:14:55 +0200 Subject: [PATCH] Packaging: add missing dependency on pkgconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Explicitly adding pkgconfig as a dependency isn't required for OBS/GBS builds but is necessary for the Yocto build. Also use the %__make rpm macro and package the license. Change-Id: Ie1681409eb06a4dd3d773fcf82f42994c3378d91 Signed-off-by: Kévin THIERRY --- packaging/lemolo.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packaging/lemolo.spec b/packaging/lemolo.spec index 04c8a8f..01ac494 100644 --- a/packaging/lemolo.spec +++ b/packaging/lemolo.spec @@ -1,7 +1,7 @@ Name: lemolo Summary: Ofono EFL Dialer Version: 0.1.7 -Release: 1 +Release: 0 Group: Applications/Telephony License: Apache-2.0 URL: http://www.tizen.org @@ -19,6 +19,7 @@ BuildRequires: pkgconfig(aul) BuildRequires: pkgconfig(appsvc) BuildRequires: pkgconfig(notification) BuildRequires: pkgconfig(libpulse) +BuildRequires: pkgconfig BuildRequires: edje-tools BuildRequires: gettext-tools Requires: ofono @@ -38,7 +39,7 @@ handsfree profile over bluetooth. --enable-notification \ --enable-tizen -make %{?jobs:-j%jobs} +%__make %{?_smp_mflags} %install rm -rf %{buildroot} @@ -62,3 +63,4 @@ rm -rf %{buildroot} %{_datadir}/packages/org.tizen.dialer.xml %{_datadir}/icons/default/small/org.tizen.dialer.png %{_datadir}/dbus-1/services/org.tizen.dialer.service +%license COPYING -- 2.7.4