Fix spec file for changing manifest file location
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 17 Sep 2015 10:06:45 +0000 (19:06 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 17 Sep 2015 10:06:45 +0000 (19:06 +0900)
packaging/crosswalk-tizen.spec

index cd25514..1e1f0d9 100644 (file)
@@ -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