summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 18:13:52 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 18:13:52 +0300
commit87f0698e4722cbb75b3c9c3b7323551d9bcb2af1 (patch)
treedb91a384019b6081a2cfef48b9b757782cf78137
parent372a96db3e9fc80012754eb4e92cb38a5329f4fd (diff)
downloaddata-router-tizen_3.0.m14.2_ivi.tar.gz
data-router-tizen_3.0.m14.2_ivi.tar.bz2
data-router-tizen_3.0.m14.2_ivi.zip
-rw-r--r--data-router.manifest5
-rw-r--r--packaging/data-router.manifest5
-rw-r--r--packaging/data-router.spec4
3 files changed, 8 insertions, 6 deletions
diff --git a/data-router.manifest b/data-router.manifest
deleted file mode 100644
index 97e8c31..0000000
--- a/data-router.manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>
diff --git a/packaging/data-router.manifest b/packaging/data-router.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/data-router.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/data-router.spec b/packaging/data-router.spec
index 3750473..6b9faa8 100644
--- a/packaging/data-router.spec
+++ b/packaging/data-router.spec
@@ -5,6 +5,7 @@ Release: 1
Group: Connectivity/Service
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
+Source1001: data-router.manifest
BuildRequires: cmake
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(dbus-glib-1)
@@ -18,6 +19,7 @@ For USB serial communication, reads/writes usb node and routes them to Socket cl
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%cmake .
@@ -32,7 +34,7 @@ make %{?jobs:-j%jobs}
%files
-%manifest data-router.manifest
+%manifest %{name}.manifest
%defattr(-, root, root)
%license LICENSE
/usr/bin/data-router