From 64ce0de529c87a9e83bfefc586e877ee43a7442f Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:29:40 +0300 Subject: [PATCH] resetting manifest requested domain to floor Change-Id: I75364d17931413e44cec91d3f3ee7db2ddc01bb7 --- libheap-monitor.manifest | 5 ----- packaging/libheap-monitor.manifest | 5 +++++ packaging/libheap-monitor.spec | 5 ++++- 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 libheap-monitor.manifest create mode 100644 packaging/libheap-monitor.manifest 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 -- 2.7.4