remove manifest for security domain policy 94/42994/1 accepted/tizen/mobile/20150707.063421 accepted/tizen/tv/20150707.063435 accepted/tizen/wearable/20150707.063448 submit/tizen/20150707.004522
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Mon, 6 Jul 2015 14:08:02 +0000 (23:08 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Mon, 6 Jul 2015 14:08:02 +0000 (23:08 +0900)
Change-Id: I8c39f891107816fa426e50ecd5df5878b73d0dc8
Signed-off-by: Mun, Gwan-gyeong <kk.moon@samsung.com>
packaging/libeom.manifest [deleted file]
packaging/libeom.spec

diff --git a/packaging/libeom.manifest b/packaging/libeom.manifest
deleted file mode 100644 (file)
index 017d22d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
-    <domain name="_"/>
- </request>
-</manifest>
index 2a13700..7d56875 100644 (file)
@@ -8,7 +8,6 @@ Release: 1
 Group: Graphics/X Window System
 License: MIT
 Source0: %{name}-%{version}.tar.gz
-Source1001:    libeom.manifest
 
 %if %{with wayland}
 BuildRequires:  pkgconfig(wayland-client)
@@ -36,7 +35,6 @@ External Output Manager Library development package
 
 %prep
 %setup -q
-cp %{SOURCE1001} .
 
 %build
 export CFLAGS="-g -O0 -Wall -Werror -Wno-error=deprecated-declarations"
@@ -62,13 +60,11 @@ 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