From: Michael Leibowitz Date: Wed, 17 Jul 2013 16:44:40 +0000 (-0700) Subject: Fix manifests X-Git-Tag: accepted/tizen/20130912.151958^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_ivi;p=platform%2Fcore%2Flocation%2Flocation-module.git Fix manifests put manifests in packaging/ consistent use of %{name} macros Signed-off-by: Michael Leibowitz --- diff --git a/location-geoclue-nominatim.manifest b/location-geoclue-nominatim.manifest deleted file mode 100644 index 97e8c31..0000000 --- a/location-geoclue-nominatim.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/location-geoclue-nominatim.manifest b/packaging/location-geoclue-nominatim.manifest new file mode 100644 index 0000000..c00c25b --- /dev/null +++ b/packaging/location-geoclue-nominatim.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/location-module.manifest b/packaging/location-module.manifest new file mode 100644 index 0000000..c00c25b --- /dev/null +++ b/packaging/location-module.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/location-module.spec b/packaging/location-module.spec index d43927c..7e0c836 100755 --- a/packaging/location-module.spec +++ b/packaging/location-module.spec @@ -5,6 +5,8 @@ Release: 1 Group: System/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: %{name}.manifest +Source1002: location-geoclue-nominatim.manifest BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(location) @@ -27,6 +29,7 @@ geoclue-nominatim map-service module for location %prep %setup -q +cp %{SOURCE1001} %{SOURCE1002} . %build ./autogen.sh