resetting manifest requested domain to floor 94/5394/2 accepted/tizen/ivi/genivi accepted/tizen/ivi/release tizen_ivi_genivi tizen_ivi_release accepted/tizen/20130710.221145 accepted/tizen/20130912.090456 accepted/tizen/20130912.092437 accepted/tizen/20130912.100858 accepted/tizen/20130912.144011 accepted/tizen/20130912.192000 accepted/tizen/20130912.200058 accepted/tizen/ivi/genivi/20140131.062119 accepted/tizen_ivi_release/20131120.050335 ivi_oct_m2 submit/tizen/20130710.125230 submit/tizen/20130912.075849 submit/tizen/20130912.090200 submit/tizen_ivi_genivi/20140131.061720 submit/tizen_ivi_release/20131120.030021
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 16:29:40 +0000 (19:29 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Wed, 3 Jul 2013 07:15:24 +0000 (10:15 +0300)
Change-Id: I75364d17931413e44cec91d3f3ee7db2ddc01bb7

libheap-monitor.manifest [deleted file]
packaging/libheap-monitor.manifest [new file with mode: 0644]
packaging/libheap-monitor.spec

diff --git a/libheap-monitor.manifest b/libheap-monitor.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/libheap-monitor.manifest b/packaging/libheap-monitor.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 16ff22a..f928265 100644 (file)
@@ -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