From: Alexandru Cornea Date: Mon, 1 Jul 2013 16:29:40 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221145^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64ce0de529c87a9e83bfefc586e877ee43a7442f;p=platform%2Fframework%2Fweb%2Fheap-monitor.git resetting manifest requested domain to floor Change-Id: I75364d17931413e44cec91d3f3ee7db2ddc01bb7 --- diff --git a/libheap-monitor.manifest b/libheap-monitor.manifest deleted file mode 100644 index a76fdba..0000000 --- a/libheap-monitor.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/libheap-monitor.manifest b/packaging/libheap-monitor.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libheap-monitor.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libheap-monitor.spec b/packaging/libheap-monitor.spec index 16ff22a..f928265 100644 --- a/packaging/libheap-monitor.spec +++ b/packaging/libheap-monitor.spec @@ -5,6 +5,7 @@ Release: 1 Group: HomeTF/Livebox License: Flora License Source0: %{name}-%{version}.tar.gz +Source1001: libheap-monitor.manifest BuildRequires: cmake, gettext-tools, coreutils BuildRequires: pkgconfig(dlog) @@ -21,6 +22,7 @@ Monitoring the heap usage to manage them safely.(dev) %prep %setup -q +cp %{SOURCE1001} . %build %cmake . @@ -33,12 +35,13 @@ mkdir -p %{buildroot}/%{_datarootdir}/license %post %files -%manifest libheap-monitor.manifest +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/*.so* %{_datarootdir}/license/* %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/heap-monitor/heap-monitor.h %{_libdir}/pkgconfig/*.pc