Add manifest for security domain policy 55/45255/2
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Tue, 4 Aug 2015 07:18:15 +0000 (16:18 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Tue, 4 Aug 2015 07:28:36 +0000 (16:28 +0900)
Change-Id: I2ffd0b2529c6cb833be304268af9ec6813bcdb40

packaging/wayland-extension.manifest [new file with mode: 0644]
packaging/wayland-extension.spec

diff --git a/packaging/wayland-extension.manifest b/packaging/wayland-extension.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 13e30fa..980891d 100644 (file)
@@ -6,6 +6,7 @@ License:        MIT
 Group:         Graphics & UI Framework/Wayland Window System
 URL:           http://www.tizen.org/
 Source:                %name-%version.tar.xz
+Source1001:    %name.manifest
 BuildRequires: autoconf >= 2.64, automake >= 1.11
 BuildRequires: libtool >= 2.2
 BuildRequires: pkgconfig
@@ -55,6 +56,7 @@ to develop a compositor that require these.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 export CFLAGS+=" -Wall -Werror"
@@ -70,16 +72,19 @@ make %{?_smp_mflags}
 %postun -n libwayland-extension-server -p /sbin/ldconfig
 
 %files -n libwayland-extension-client
+%manifest %{name}.manifest
 %license COPYING
 %defattr(-,root,root)
 %_libdir/*-client.so.0*
 
 %files -n libwayland-extension-server
+%manifest %{name}.manifest
 %license COPYING
 %defattr(-,root,root)
 %_libdir/*-server.so.0*
 
 %files -n wayland-extension-client-devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %_includedir/wayland-extension/wayland-extension-version.h
 %_includedir/wayland-extension/*-client-protocol.h
@@ -87,6 +92,7 @@ make %{?_smp_mflags}
 %_libdir/pkgconfig/*-client.pc
 
 %files -n wayland-extension-server-devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %_includedir/wayland-extension/wayland-extension-version.h
 %_includedir/wayland-extension/*-server-protocol.h