Rest e17-data SMACK label to floor and move manifest to packaging 96/11396/2 accepted/tizen/generic accepted/tizen/ivi accepted/tizen/mobile accepted/tizen/20131031.112544 accepted/tizen/20131031.171900 accepted/tizen/20131112.015111 accepted/tizen/generic/20140106.150428 accepted/tizen/ivi/20131219.023546 submit/tizen/20131031.071257 submit/tizen/20131219.022238
authorChengwei Yang <chengwei.yang@intel.com>
Sun, 27 Oct 2013 02:11:59 +0000 (10:11 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Sun, 27 Oct 2013 02:11:59 +0000 (10:11 +0800)
At current stage, very early in Tizen 3.0, we're resetting all the
packages SMACK label to floor, and will redefine them.

In another hand, SMACK .mainfest is part of packaging now, so move them
into packaging directory.

Change-Id: Ida346c69be9ba012984d0b10b2882325663e417b
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
e17-data.manifest [deleted file]
packaging/e17-data.manifest [new file with mode: 0644]
packaging/e17.manifest [moved from e17.manifest with 100% similarity]
packaging/e17.spec

diff --git a/e17-data.manifest b/e17-data.manifest
deleted file mode 100644 (file)
index e361a4c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<manifest>
-   <define>
-      <domain name="e17-data" />
-   </define>
-   <request>
-      <domain name="e17-data" />
-   </request>
-</manifest>
diff --git a/packaging/e17-data.manifest b/packaging/e17-data.manifest
new file mode 100644 (file)
index 0000000..43b01f5
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+   <request>
+      <domain name="_" />
+   </request>
+</manifest>
similarity index 100%
rename from e17.manifest
rename to packaging/e17.manifest
index 121b763..5804eb5 100644 (file)
@@ -8,6 +8,8 @@ URL:        http://www.enlightenment.org/
 Source0:    %{name}-%{version}.tar.gz
 Source2:    packaging/e17.service
 Source3:    packaging/e17_early.service
+Source1001: e17.manifest
+Source1002: e17-data.manifest
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(ecore-con)
@@ -74,6 +76,9 @@ The Enlightenment window manager (data)
 
 %build
 
+cp %{SOURCE1001} .
+cp %{SOURCE1002} .
+
 %autogen --disable-static
 LIBS='-ledbus' ./configure --prefix=/usr --disable-static \
     --disable-temperature \