From: Alexandru Cornea Date: Mon, 1 Jul 2013 17:13:13 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221139^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F5391%2F2;p=platform%2Fframework%2Fweb%2Flivebox-cpp.git resetting manifest requested domain to floor Change-Id: I8caa7a70b8beb2a32728c49c221df2751ebc3aa8 --- diff --git a/liblivebox-cpp.manifest b/liblivebox-cpp.manifest deleted file mode 100644 index a76fdba..0000000 --- a/liblivebox-cpp.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/liblivebox-cpp.manifest b/packaging/liblivebox-cpp.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/liblivebox-cpp.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/liblivebox-cpp.spec b/packaging/liblivebox-cpp.spec index 24a21bc..f14a3de 100644 --- a/packaging/liblivebox-cpp.spec +++ b/packaging/liblivebox-cpp.spec @@ -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 %cmake . @@ -37,12 +39,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