resetting manifest requested domain to floor 63/4963/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.m2_base accepted/tizen_3.0_base accepted/tizen_3.0_ivi accepted/tizen_4.0_base accepted/tizen_5.0_base accepted/tizen_5.5_base accepted/tizen_5.5_base_mobile_hotfix accepted/tizen_5.5_base_wearable_hotfix accepted/tizen_6.0_base accepted/tizen_6.0_base_tool accepted/tizen_6.0_base_tool_hotfix accepted/tizen_base_tool accepted/tizen_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen 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_base tizen_3.0_base tizen_3.0_ivi tizen_4.0_base tizen_4.0_tv tizen_5.0_base tizen_5.5_base tizen_5.5_base_mobile_hotfix tizen_5.5_base_wearable_hotfix tizen_5.5_tv tizen_6.0_base tizen_6.0_base_hotfix tizen_base tizen_ivi_genivi accepted/tizen/20130710.214407 accepted/tizen/20130912.185149 accepted/tizen/20130912.193415 accepted/tizen/20130913.063451 accepted/tizen/3.0.m2/base/20170104.081901 accepted/tizen/3.0/base/20161028.103437 accepted/tizen/4.0/base/20170811.092717 accepted/tizen/4.0/base/20170828.221055 accepted/tizen/5.0/base/20181101.091532 accepted/tizen/5.5/base/20191030.082208 accepted/tizen/5.5/base/mobile/hotfix/20201023.084013 accepted/tizen/5.5/base/wearable/hotfix/20201023.080401 accepted/tizen/6.0/base/20201029.105946 accepted/tizen/6.0/base/20230713.143120 accepted/tizen/6.0/base/tool/20201029.111647 accepted/tizen/6.0/base/tool/hotfix/20201030.124452 accepted/tizen/6.0/base/tool/hotfix/20201102.085609 accepted/tizen/base/20151223.052215 accepted/tizen/ivi/genivi/20140131.040940 ivi_oct_m2 submit/tizen/20130710.135628 submit/tizen/20130912.080536 submit/tizen/20130912.090834 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062326 submit/tizen_4.0_base/20170811.071500 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_5.0_base/20181101.000002 submit/tizen_5.5_base/20191030.000001 submit/tizen_5.5_base_mobile_hotfix/20201023.171502 submit/tizen_5.5_base_wearable_hotfix/20201023.155602 submit/tizen_6.0_base/20201029.184802 submit/tizen_6.0_base_hotfix/20201030.192502 submit/tizen_6.0_base_hotfix/20201102.162702 submit/tizen_base/20151223.111112 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi_genivi/20140131.033703 submit/tizen_mobile/20141120.000000 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
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 01:55:58 +0000 (04:55 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 01:55:58 +0000 (04:55 +0300)
packaging/which.manifest [new file with mode: 0644]
packaging/which.spec

diff --git a/packaging/which.manifest b/packaging/which.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index b6b1182..f91970f 100644 (file)
@@ -6,6 +6,7 @@ Summary:        Displays where a particular program in your path is located
 Url:            http://www.xs4all.nl/~carlo17/which/
 Group:          Applications/System
 Source0:        http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.bz2
+Source1001:    which.manifest
 BuildRequires:  readline-devel
 
 %description
@@ -14,6 +15,7 @@ the specified program is in your PATH.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure
@@ -26,6 +28,7 @@ make %{?_smp_mflags}
 %docs_package
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING
 %{_bindir}/*