Make gps-manager build against Tizen generic 98/16098/1 accepted/tizen_ivi_panda tizen tizen_ivi_panda accepted/tizen/ivi/panda/20140403.015043 submit/tizen_ivi_panda/20140403.011851
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 6 Feb 2014 13:33:36 +0000 (14:33 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 6 Feb 2014 13:44:06 +0000 (14:44 +0100)
Also:
+ add a valid license tag
+ add a valid group tag

Bug-Tizen: PTREL-656
Change-Id: I9aa83c7201eab41037c8324946ee9184b0efe79c
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/gps-manager.spec

index 721d3ab..16db430 100644 (file)
@@ -2,12 +2,12 @@ Name:       gps-manager
 Summary:    GPS Manager for Tizen
 Version:    0.2.44
 Release:    1
-Group:      TO_BE/FILLED_IN
-License:    TO_BE/FILLED_IN
+Group:      Location/Geolocation
+License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 Source1:    gps-manager.service
 Source2:    gps-manager.conf
-Source1001:    gps-manager.manifest
+Source1001: gps-manager.manifest
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(network)
 BuildRequires:  pkgconfig(tapi)
@@ -55,7 +55,7 @@ cp %{SOURCE1001} .
 %endif
 
 ./autogen.sh
-./configure --prefix=%{_prefix} %{GPS_ENABLER}
+./configure --prefix=%{_prefix} --libdir=%{_libdir} %{GPS_ENABLER}
 
 
 %build