Add manifest for security domain policy 71/45271/1
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Tue, 4 Aug 2015 08:31:04 +0000 (17:31 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Tue, 4 Aug 2015 08:31:04 +0000 (17:31 +0900)
Change-Id: I1a3de83f67df624ac19e174590b3065dfa30dfd0

packaging/libeom.manifest [new file with mode: 0644]
packaging/libeom.spec

diff --git a/packaging/libeom.manifest b/packaging/libeom.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 7d56875..53048df 100644 (file)
@@ -8,6 +8,7 @@ Release: 1
 Group: Graphics/X Window System
 License: MIT
 Source0: %{name}-%{version}.tar.gz
+Source1001:    %name.manifest
 
 %if %{with wayland}
 BuildRequires:  pkgconfig(wayland-client)
@@ -35,6 +36,7 @@ External Output Manager Library development package
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 export CFLAGS="-g -O0 -Wall -Werror -Wno-error=deprecated-declarations"
@@ -60,11 +62,13 @@ cp -af COPYING %{buildroot}/usr/share/license/%{name}
 %remove_docs
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 /usr/share/license/%{name}
 %{_libdir}/libeom.so.*
 
 %files devel
+%manifest %{name}.manifest
 %dir %{_includedir}/eom/
 %{_includedir}/eom/*.h
 %{_libdir}/libeom.so