From: Ronan Le Martret Date: Thu, 10 Jul 2014 15:58:34 +0000 (+0200) Subject: Clean spec file for yocto complaince. X-Git-Tag: accepted/tizen/common/20140915.091247^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_3.0.m14.3_ivi;p=platform%2Fcore%2Fapi%2Fdevice.git Clean spec file for yocto complaince. Change-Id: I66727d07778917fe141a124f3d12d69d44c87bc4 Signed-off-by: Ronan Le Martret --- diff --git a/packaging/capi-system-device.spec b/packaging/capi-system-device.spec index 4497aee..62c3d1b 100644 --- a/packaging/capi-system-device.spec +++ b/packaging/capi-system-device.spec @@ -1,7 +1,7 @@ Name: capi-system-device Summary: A Device library in TIZEN C API Version: 0.1.0 -Release: 19 +Release: 0 Group: System/API License: Apache-2.0 Source0: %{name}-%{version}.tar.gz @@ -13,8 +13,7 @@ BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(vconf) %description -A Device library in TIZEN C API. - +A Device library in TIZEN C API package. %package devel Summary: A Device library in TIZEN C API (Development) @@ -22,20 +21,17 @@ Group: System/Development Requires: %{name} = %{version}-%{release} %description devel +A Device library in TIZEN C API (Development) package. %devel_desc - - %prep %setup -q - %build cp %{SOURCE1} . MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER} - -make %{?jobs:-j%jobs} +%__make %{?jobs:-j%jobs} %install %make_install @@ -44,11 +40,9 @@ make %{?jobs:-j%jobs} %postun -p /sbin/ldconfig - %files %manifest %{name}.manifest %license LICENSE.APLv2 -%manifest capi-system-device.manifest %{_libdir}/libcapi-system-device.so.* %files devel