summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-12-05 16:31:51 +0100
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-12-05 16:38:13 +0100
commitae7068a66179d52f94d9f7a5964885a54f5057e9 (patch)
tree021ea5bf9d1e8fffa0bf1adee60d3fe24d11e2c3
parentcaa02b8d89daf83533eee4e8ce6244becc073648 (diff)
downloadlibslp-location-ae7068a66179d52f94d9f7a5964885a54f5057e9.tar.gz
libslp-location-ae7068a66179d52f94d9f7a5964885a54f5057e9.tar.bz2
libslp-location-ae7068a66179d52f94d9f7a5964885a54f5057e9.zip
Bug-Tizen: TC-2174/2of2 Change-Id: I6c51b7a478fd8bfb91f8665fe7627396b3f14c58 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rwxr-xr-xpackaging/libslp-location.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/packaging/libslp-location.spec b/packaging/libslp-location.spec
index f618420..70ee932 100755
--- a/packaging/libslp-location.spec
+++ b/packaging/libslp-location.spec
@@ -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