resetting manifest requested domain to floor 60/4960/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_4.0_unified accepted/tizen_5.0_unified accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0 tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0.m2 tizen_3.0_ivi tizen_4.0 tizen_5.0 tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 tizen_ivi_genivi accepted/tizen/20130710.214610 accepted/tizen/20130912.185651 accepted/tizen/20130912.193855 accepted/tizen/20130913.031015 accepted/tizen/3.0/common/20161114.111902 accepted/tizen/3.0/ivi/20161011.065133 accepted/tizen/4.0/unified/20170816.013717 accepted/tizen/4.0/unified/20170828.221759 accepted/tizen/5.0/unified/20181102.025910 accepted/tizen/5.5/unified/20191031.013848 accepted/tizen/5.5/unified/mobile/hotfix/20201027.072637 accepted/tizen/5.5/unified/wearable/hotfix/20201027.104634 accepted/tizen/6.0/unified/20201030.104244 accepted/tizen/6.0/unified/hotfix/20201103.050630 accepted/tizen/6.5/unified/20211029.014959 accepted/tizen/7.0/unified/20221110.062419 accepted/tizen/7.0/unified/hotfix/20221116.111444 accepted/tizen/8.0/unified/20231005.095553 accepted/tizen/ivi/20160218.025837 accepted/tizen/ivi/genivi/20140131.032805 accepted/tizen/unified/20170309.040813 ivi_oct_m2 submit/tizen/20130710.135114 submit/tizen/20130912.090727 submit/tizen_3.0.m2/20170104.093755 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000007 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100007 submit/tizen_5.0/20181101.000008 submit/tizen_5.5/20191031.000008 submit/tizen_5.5_mobile_hotfix/20201026.185108 submit/tizen_5.5_wearable_hotfix/20201026.184308 submit/tizen_6.0/20201029.205504 submit/tizen_6.0_hotfix/20201102.192904 submit/tizen_6.0_hotfix/20201103.115104 submit/tizen_6.5/20211028.163901 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000007 submit/tizen_ivi_genivi/20140131.032921 submit/tizen_mobile/20141120.000000 submit/tizen_unified/20170308.100417 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release tizen_5.5.m2_release tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 01:52:26 +0000 (04:52 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 01:52:26 +0000 (04:52 +0300)
packaging/sysprof.manifest [new file with mode: 0644]
packaging/sysprof.spec

diff --git a/packaging/sysprof.manifest b/packaging/sysprof.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 97c770d..e72a68b 100644 (file)
@@ -33,6 +33,7 @@ License:        GPL v2 or later
 Group:          Development/Tools/Debuggers
 Url:            http://sysprof.com/
 Source:         sysprof-%version.tar.bz2
+Source1001:    sysprof.manifest
 Recommends:     sysprof-cli
 
 %description
@@ -47,6 +48,7 @@ This package contains the command-line data-collection part only.
 
 %prep
 %setup -q -n sysprof-%version
+cp %{SOURCE1001} .
 
 %build
 NOCONFIGURE=1 ./autogen.sh
@@ -74,6 +76,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %if 0%{?enable_gui}
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING
 %{_bindir}/sysprof
@@ -84,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %files cli
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING
 %{_bindir}/sysprof-cli