packaging: fix: support automake 1.14 57/31557/1 accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable sandbox/pcoval/tizen tizen tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0_ivi accepted/tizen/common/20141217.104356 accepted/tizen/ivi/20141220.084216 accepted/tizen/mobile/20141218.010035 accepted/tizen/mobile/20141218.010123 accepted/tizen/tv/20141218.005843 accepted/tizen/wearable/20141218.005955 submit/tizen/20141212.185530 tizen_3.0_ivi_release
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 5 Dec 2014 15:31:51 +0000 (16:31 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 5 Dec 2014 15:38:13 +0000 (16:38 +0100)
Bug-Tizen: TC-2174/2of2
Change-Id: I6c51b7a478fd8bfb91f8665fe7627396b3f14c58
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/libslp-location.spec

index f618420..70ee932 100755 (executable)
@@ -1,11 +1,11 @@
 Name:       libslp-location
 Summary:    Location Based Service
 Version:    0.5.3
-Release:    1
+Release:    0
 Group:      Location/Libraries
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
-Source1001:    libslp-location.manifest
+Source1001: libslp-location.manifest
 Requires(post):  /sbin/ldconfig
 Requires(post):  /usr/bin/vconftool
 Requires(postun):  /sbin/ldconfig
@@ -16,7 +16,6 @@ BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(json-glib-1.0)
 
-
 %description
 Location Based Service Libraries
 
@@ -37,10 +36,10 @@ cp %{SOURCE1001} .
 
 %build
 
-./autogen.sh
-%configure  --enable-dlog --enable-debug
+%autogen
+%reconfigure  --enable-dlog --enable-debug
 
-make %{?jobs:-j%jobs}
+%__make %{?_smp_mflags}
 
 
 %install