Add manifest for assigning SMACK label. 42/62342/2 accepted/tizen/common/20160315.222129 accepted/tizen/ivi/20160316.081144 accepted/tizen/mobile/20160316.081052 accepted/tizen/tv/20160316.081110 accepted/tizen/wearable/20160316.081125 submit/tizen/20160315.120413
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 15 Mar 2016 11:52:51 +0000 (20:52 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Tue, 15 Mar 2016 11:54:06 +0000 (20:54 +0900)
Change-Id: Ic7f8eea37a91986e451d58d11730c4586cbd0fd6

packaging/libpepper-efl.manifest [new file with mode: 0644]
packaging/libpepper-efl.spec

diff --git a/packaging/libpepper-efl.manifest b/packaging/libpepper-efl.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 0a11f78d706aaea06727ea70c593950c08c40460..1646f94d75ea198922d3456a2045f67bdcea163e 100644 (file)
@@ -6,6 +6,7 @@ License:    MIT
 Group:      Graphics & UI Framework/Wayland Window System
 
 Source:     %{name}-%{version}.tar.xz
+Source1001: %{name}.manifest
 
 BuildRequires: pkgconfig(wayland-server)
 BuildRequires: pkgconfig(pepper)
@@ -22,6 +23,7 @@ Pepper is a lightweight and flexible library for developing various types of way
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
                       
 %build
 %autogen --enable-examples
@@ -30,7 +32,8 @@ make %{?_smp_mflags}
 %install
 %make_install
 
-%files -n %{name}        
+%files -n %{name}
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %dir %{_includedir}/pepper-efl/                                                      
 %{_includedir}/pepper-efl/*.h