Sync with tizen_2.2
authorSunwook Bae <sunwook45.bae@samsung.com>
Tue, 27 Aug 2013 10:17:56 +0000 (19:17 +0900)
committerSunwook Bae <sunwook45.bae@samsung.com>
Tue, 27 Aug 2013 10:18:33 +0000 (19:18 +0900)
Change-Id: I0715d9ce7a485d0f0ac3f9e1f131a1568ea0119f

message-port.manifest [deleted file]
packaging/message-port.manifest [new file with mode: 0644]
packaging/message-port.spec

diff --git a/message-port.manifest b/message-port.manifest
deleted file mode 100644 (file)
index 75b0fa5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-    <request>
-        <domain name="_"/>
-    </request>
-</manifest>
diff --git a/packaging/message-port.manifest b/packaging/message-port.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 899608e..b9be824 100755 (executable)
@@ -5,6 +5,7 @@ Release:    1
 Group:         TO_BE/FILLED_IN
 License:    Apache License, Version 2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    message-port.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(bundle)
@@ -35,6 +36,7 @@ Message Port library (DEV)
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
@@ -58,11 +60,13 @@ install LICENSE.APLv2  %{buildroot}/usr/share/license/%{name}
 
 
 %files
+%manifest %{name}.manifest
 %{_libdir}/libmessage-port.so.*
 %manifest message-port.manifest
 /usr/share/license/%{name}
 
 %files devel
+%manifest %{name}.manifest
 %{_includedir}/appfw/*.h
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/libmessage-port.so