diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 21:53:33 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 21:53:33 +0300 |
commit | f5746b20fc592f3fc31ded1d3ec617d04af95d42 (patch) | |
tree | a5a8f41fcca639137004d319e9fa0667b9afb0cd /packaging | |
parent | 462048523eb68aa87c7d5a86a0e7f510b058a17f (diff) | |
download | chrpath-f5746b20fc592f3fc31ded1d3ec617d04af95d42.tar.gz chrpath-f5746b20fc592f3fc31ded1d3ec617d04af95d42.tar.bz2 chrpath-f5746b20fc592f3fc31ded1d3ec617d04af95d42.zip |
resetting manifest requested domain to floorHEADtizen_4.0.m2_releasetizen_4.0.m1_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasetizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasetizen_3.0.m14.3_ivi_releasetizen_3.0.m14.2_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi_genivi/20140131.015906submit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen_base/20151223.111112submit/tizen_base/20151223.111111submit/tizen_4.0_base/20170828.000001submit/tizen_4.0_base/20170828.000000submit/tizen_4.0_base/20170811.071500submit/tizen_3.0_base/20161028.062323submit/tizen_3.0.m2_base/20170104.073748submit/tizen_3.0.m2_base/20170104.072059submit/tizen/20130912.090050submit/tizen/20130710.125911ivi_oct_m2accepted/tizen/ivi/genivi/20140131.020241accepted/tizen/base/20151223.052155accepted/tizen/4.0/base/20170828.221004accepted/tizen/4.0/base/20170811.092610accepted/tizen/3.0/base/20161028.102919accepted/tizen/3.0.m2/base/20170104.081824accepted/tizen/20130912.200328accepted/tizen/20130912.192230accepted/tizen/20130912.141833accepted/tizen/20130710.221008tizen_ivi_genivitizen_4.0_tvtizen_3.0_ivitizen_3.0_basetizen_3.0.m2_basetizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.m14.3_ivitizen_3.0.m14.2_ivitizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0.2014.q3_commontizenaccepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_genericaccepted/tizen_commonaccepted/tizen_3.0_iviaccepted/tizen_3.0_baseaccepted/tizen_3.0.m2_baseaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonaccepted/tizen/ivi/stableaccepted/tizen/ivi/genivi
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/chrpath.manifest | 5 | ||||
-rw-r--r-- | packaging/chrpath.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/chrpath.manifest b/packaging/chrpath.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/chrpath.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/chrpath.spec b/packaging/chrpath.spec index 9605153..d19b256 100644 --- a/packaging/chrpath.spec +++ b/packaging/chrpath.spec @@ -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 |