From: WonYoung Choi Date: Thu, 17 Sep 2015 10:06:45 +0000 (+0900) Subject: Fix spec file for changing manifest file location X-Git-Tag: accepted/tizen/mobile/20151006.042140~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc96d6cb14b75a2ab26e844d784c3cd167f58d06;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Fix spec file for changing manifest file location --- diff --git a/packaging/crosswalk-tizen.spec b/packaging/crosswalk-tizen.spec index cd25514..1e1f0d9 100644 --- a/packaging/crosswalk-tizen.spec +++ b/packaging/crosswalk-tizen.spec @@ -12,6 +12,7 @@ Group: Development/Libraries License: Apache-2.0 and BSD-3-Clause URL: https://www.tizen.org Source0: %{name}-%{version}.tar.gz +Source1001: %{name}.manifest ################ disable builds in X11 repos ############### # currently, crosswalk-tizen is not needed on X11 profiles @@ -53,6 +54,8 @@ Crosswalk Runtime and AppShell for Tizen 3.0 and later %prep %setup -q +cp %{SOURCE1001} . + %build export GYP_GENERATORS='ninja' GYP_OPTIONS="--depth=." @@ -115,7 +118,7 @@ install -p -m 755 out/Default/lib/libxwalk_injected_bundle.so %{buildroot}%{_lib rm -fr %{buildroot} %files -%manifest packaging/%{name}.manifest +%manifest %{name}.manifest %attr(644,root,root) %{_datadir}/license/%{name} %attr(755,root,root) %{_datadir}/locale/* %attr(644,root,root) %{_datadir}/edje/xwalk/*.edj