diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 21:16:31 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 21:16:31 +0300 |
commit | 0a42b2c1aaae30f4d7be437485364853cb0b30c9 (patch) | |
tree | fd848ef8cc3e45359bccbabaf181ae2d3988a002 | |
parent | 5f927b6e4ee62ebd469be803c10959600b17e939 (diff) | |
download | dos2unix-tizen_3.0_ivi.tar.gz dos2unix-tizen_3.0_ivi.tar.bz2 dos2unix-tizen_3.0_ivi.zip |
resetting manifest requested domain to floortizen_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.024551submit/tizen_ivi/20160217.000004submit/tizen_ivi/20160217.000000submit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen/20140313.235718submit/tizen/20130710.130312ivi_oct_m2accepted/tizen/mobile/20140702.064302accepted/tizen/ivi/panda/20140318.013750accepted/tizen/ivi/genivi/20140131.030637accepted/tizen/ivi/20160218.024246accepted/tizen/ivi/20140314.011543accepted/tizen/generic/20140314.080228accepted/tizen/20130710.220910tizen_ivi_genivitizen_3.0_ivitizen_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_commonsandbox/pcoval/tizen_2.4accepted/tizen_ivi_pandaaccepted/tizen_genericaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonaccepted/tizen/ivi/stableaccepted/tizen/ivi/genivi
-rw-r--r-- | packaging/dos2unix.manifest | 5 | ||||
-rw-r--r-- | packaging/dos2unix.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/dos2unix.manifest b/packaging/dos2unix.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/dos2unix.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/dos2unix.spec b/packaging/dos2unix.spec index 1f4a69b..2586b1e 100644 --- a/packaging/dos2unix.spec +++ b/packaging/dos2unix.spec @@ -6,6 +6,7 @@ Summary: Text converters to and from DOS/MAC to UNIX Url: http://waterlan.home.xs4all.nl/dos2unix.html Group: Productivity/Text/Convertors Source: http://waterlan.home.xs4all.nl/dos2unix/dos2unix-%{version}.tar.gz +Source1001: dos2unix.manifest BuildRequires: gettext-tools Provides: unix2dos = %{version} Obsoletes: unix2dos < %{version} @@ -20,6 +21,7 @@ format to DOS format and unix2dos converts from UNIX to MAC format. %prep %setup -q +cp %{SOURCE1001} . find . -type f | xargs chmod -x %build @@ -31,6 +33,7 @@ make %{?_smp_mflags} CC="gcc" HTMLEXT="html" %{find_lang} dos2unix --all-name --with-man %files -f dos2unix.lang +%manifest %{name}.manifest %defattr(-,root,root,0755) %doc /usr/share/doc/%{name}-%{version} %{_bindir}/dos2unix |