From: Chengwei Yang Date: Sun, 27 Oct 2013 02:11:59 +0000 (+0800) Subject: Rest e17-data SMACK label to floor and move manifest to packaging X-Git-Tag: submit/tizen/20131219.022238 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen%2F20131219.022238;hp=f36e7829b26f503f0a39175b8e460b4ec217e3c2;p=platform%2Fcore%2Fuifw%2Fe17.git Rest e17-data SMACK label to floor and move manifest to packaging 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 --- diff --git a/e17-data.manifest b/e17-data.manifest deleted file mode 100644 index e361a4c..0000000 --- a/e17-data.manifest +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packaging/e17-data.manifest b/packaging/e17-data.manifest new file mode 100644 index 0000000..43b01f5 --- /dev/null +++ b/packaging/e17-data.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/e17.manifest b/packaging/e17.manifest similarity index 100% rename from e17.manifest rename to packaging/e17.manifest diff --git a/packaging/e17.spec b/packaging/e17.spec index 121b763..5804eb5 100644 --- a/packaging/e17.spec +++ b/packaging/e17.spec @@ -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 \