Merge branch 'tizen_2.2' of ssh://review.tizendev.org:29418/apps/livebox/livebox... accepted/tizen/ivi/release accepted/tizen/ivi/stable accepted/tizen_ivi accepted/tizen_mobile accepted/tizen/20131022.083647 accepted/tizen/20131022.170838 accepted/tizen/20131112.015359 accepted/tizen/ivi/20140308.005252 accepted/tizen/mobile/20140310.025226 accepted/tizen_ivi_stable/20131116.111516 submit/tizen/20131022.040030 submit/tizen/20140307.080713 submit/tizen_ivi_stable/20131116.101028
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 22 Oct 2013 03:48:12 +0000 (12:48 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 22 Oct 2013 03:48:12 +0000 (12:48 +0900)
liblivebox-cpp.manifest [deleted file]
packaging/liblivebox-cpp.manifest [new file with mode: 0644]
packaging/liblivebox-cpp.spec

diff --git a/liblivebox-cpp.manifest b/liblivebox-cpp.manifest
deleted file mode 100644 (file)
index a76fdba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_" />
-       </request>
-</manifest>
diff --git a/packaging/liblivebox-cpp.manifest b/packaging/liblivebox-cpp.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 238a233..4623b63 100644 (file)
@@ -5,6 +5,7 @@ Release: 1
 Group: HomeTF/Livebox
 License: Flora License
 Source0: %{name}-%{version}.tar.gz
+Source1001:    liblivebox-cpp.manifest
 BuildRequires: cmake, gettext-tools, coreutils
 BuildRequires: pkgconfig(dlog)
 BuildRequires: pkgconfig(livebox)
@@ -24,6 +25,7 @@ Livebox development library (C++) (dev)
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %if 0%{?tizen_build_binary_release_type_eng}
@@ -42,12 +44,13 @@ mkdir -p %{buildroot}/%{_datarootdir}/license
 %post
 
 %files -n liblivebox-cpp
-%manifest liblivebox-cpp.manifest
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/*.so*
 %{_datarootdir}/license/*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/livebox-cpp/livebox-cpp.h
 %{_datarootdir}/doc/livebox-cpp/livebox-cpp_PG.h