From bc96d6cb14b75a2ab26e844d784c3cd167f58d06 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Thu, 17 Sep 2015 19:06:45 +0900 Subject: [PATCH] Fix spec file for changing manifest file location --- packaging/crosswalk-tizen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.7.4