summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Leibowitz <michael.leibowitz@intel.com>2013-07-17 09:44:40 -0700
committerMichael Leibowitz <michael.leibowitz@intel.com>2013-07-17 09:44:40 -0700
commit6d0b72c4054bb17970aaaff0238a9b15d288846d (patch)
treeb955c487c223a4690bc6cc4b1b522e37bf67b575
parent2f5049ad98e90c76be5be40e131f6bd738180bfa (diff)
downloadlocation-module-accepted/tizen_ivi.tar.gz
location-module-accepted/tizen_ivi.tar.bz2
location-module-accepted/tizen_ivi.zip
put manifests in packaging/ consistent use of %{name} macros Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
-rw-r--r--location-geoclue-nominatim.manifest5
-rw-r--r--packaging/location-geoclue-nominatim.manifest5
-rw-r--r--packaging/location-module.manifest5
-rwxr-xr-xpackaging/location-module.spec3
4 files changed, 13 insertions, 5 deletions
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 @@
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>
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 @@
+<manifest>
+ <request>
+ <domain name="_" />
+ </request>
+</manifest>
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 @@
+<manifest>
+ <request>
+ <domain name="_" />
+ </request>
+</manifest>
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