resetting manifest requested domain to floor 50/4650/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_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_tv tizen_ivi_genivi accepted/tizen/20130710.221008 accepted/tizen/20130912.141833 accepted/tizen/20130912.192230 accepted/tizen/20130912.200328 accepted/tizen/3.0.m2/base/20170104.081824 accepted/tizen/3.0/base/20161028.102919 accepted/tizen/4.0/base/20170811.092610 accepted/tizen/4.0/base/20170828.221004 accepted/tizen/base/20151223.052155 accepted/tizen/ivi/genivi/20140131.020241 ivi_oct_m2 submit/tizen/20130710.125911 submit/tizen/20130912.090050 submit/tizen_3.0.m2_base/20170104.072059 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062323 submit/tizen_4.0_base/20170811.071500 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_base/20151223.111111 submit/tizen_base/20151223.111112 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi_genivi/20140131.015906 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
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 18:53:33 +0000 (21:53 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 18:53:33 +0000 (21:53 +0300)
packaging/chrpath.manifest [new file with mode: 0644]
packaging/chrpath.spec

diff --git a/packaging/chrpath.manifest b/packaging/chrpath.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 9605153..d19b256 100644 (file)
@@ -6,6 +6,7 @@ Summary:        Modify rpath of compiled programs
 Url:            http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
 Group:          Development/Tools
 Source0:        http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/%{name}-%{version}.tar.gz
+Source1001:    chrpath.manifest
 
 %description
 chrpath allows you to modify the dynamic library load path (rpath) of
@@ -14,6 +15,7 @@ is supported.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 
 %build
@@ -28,6 +30,7 @@ make %{?_smp_mflags}
 rm -fr %{buildroot}/usr/doc
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README
 %{_bindir}/chrpath