From 69ec4343e40cf2ffadad6d9d229547a5846392fe Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 9 Jul 2014 11:20:04 +0200 Subject: [PATCH] Clean spec file for yocto compliance. Change-Id: Ida5aa963e8edbe8e4de4dc7d7630e2d93d80d5d0 Signed-off-by: Ronan Le Martret --- packaging/dlog.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/packaging/dlog.spec b/packaging/dlog.spec index 0d638a3..b80daa8 100644 --- a/packaging/dlog.spec +++ b/packaging/dlog.spec @@ -1,7 +1,7 @@ Name: dlog Summary: Logging service Version: 0.4.1 -Release: 15 +Release: 0 Group: System/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz @@ -11,20 +11,20 @@ BuildRequires: pkgconfig(libsystemd-journal) BuildRequires: pkgconfig(libtzplatform-config) %description -dlog API library +Logging service dlog API library %package -n libdlog Summary: Logging service dlog API %description -n libdlog -dlog API library +Logging service dlog API library %package -n libdlog-devel Summary: Logging service dlog API Requires: lib%{name} = %{version}-%{release} %description -n libdlog-devel -dlog API library +Logging service dlog API library %package -n dlogutil Summary: Manages dlog configuration @@ -38,10 +38,8 @@ Utilities for managing dlog configuration cp %{SOURCE1} . %build -%autogen -%configure --disable-static - -make %{?jobs:-j%jobs} +%reconfigure --disable-static +%__make %{?jobs:-j%jobs} %install %make_install -- 2.7.4