Clean spec file for yocto complaince. 43/24343/1 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.m14.3_ivi tizen_3.0_ivi accepted/tizen/common/20140915.091804 submit/tizen_common/20140915.090917 submit/tizen_ivi/20140916.000000 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
authorRonan Le Martret <ronan@fridu.net>
Thu, 10 Jul 2014 16:15:12 +0000 (18:15 +0200)
committerRonan Le Martret <ronan@fridu.net>
Thu, 10 Jul 2014 16:15:12 +0000 (18:15 +0200)
Change-Id: Ie9d6ce20d7b893908257e3dc2c094f4bb46d4e59
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
packaging/capi-location-manager.spec

index 8216864..0e96a07 100755 (executable)
@@ -1,19 +1,18 @@
 Name:       capi-location-manager
 Summary:    A Location Manager library in Tizen Native API
-Version: 0.1.11
-Release:    1
+Version:    0.1.11
+Release:    0
 Group:      Location/API
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
-Source1001:    capi-location-manager.manifest
+Source1001:     capi-location-manager.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(location)
 BuildRequires:  pkgconfig(capi-base-common)
 
 %description
-A Location Manager library in Tizen Native API.
-
+A Location Manager library in Tizen Native API package.
 
 %package devel
 Summary:  A Location Manager library in Tizen Native API (Development)
@@ -21,20 +20,17 @@ Group:    Location/Development
 Requires: %{name} = %{version}-%{release}
 
 %description devel
+A Location Manager library in Tizen Native API (Development) package.
 %devel_desc
 
-
-
 %prep
 %setup -q
 cp %{SOURCE1001} .
 
-
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 %cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER}
-
-make %{?jobs:-j%jobs}
+%__make %{?jobs:-j%jobs}
 
 %install
 %make_install
@@ -43,11 +39,9 @@ make %{?jobs:-j%jobs}
 
 %postun -p /sbin/ldconfig
 
-
 %files
 %manifest %{name}.manifest
 %license LICENSE
-%manifest capi-location-manager.manifest
 %{_libdir}/libcapi-location-manager.so.*
 
 %files devel
@@ -55,5 +49,3 @@ make %{?jobs:-j%jobs}
 %{_includedir}/location/*.h
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/libcapi-location-manager.so
-
-