diff options
author | WonYoung Choi <wy80.choi@samsung.com> | 2017-01-19 19:30:24 +0900 |
---|---|---|
committer | Kangho Hur <kangho.hur@samsung.com> | 2017-03-24 13:19:00 +0900 |
commit | ff477e6c000652f88a93980edcb867d92c872e57 (patch) | |
tree | e049706941f751ec43c493b6c71cc456029c5840 | |
parent | ffbac6d71ad6d8ecbd27fbb52a4947dcd9d4da9f (diff) | |
download | xamarin-forms-ff477e6c000652f88a93980edcb867d92c872e57.tar.gz xamarin-forms-ff477e6c000652f88a93980edcb867d92c872e57.tar.bz2 xamarin-forms-ff477e6c000652f88a93980edcb867d92c872e57.zip |
Remove packaging/custom-find-requires
We never have to consider build for Mono runtime in this branch
Change-Id: I0c70fe84e0117dbf0084728b0524cb8736978f0d
-rwxr-xr-x | packaging/custom-find-requires | 12 | ||||
-rw-r--r-- | packaging/xamarin-forms-tizen.spec | 5 |
2 files changed, 1 insertions, 16 deletions
diff --git a/packaging/custom-find-requires b/packaging/custom-find-requires deleted file mode 100755 index ebd22cbc..00000000 --- a/packaging/custom-find-requires +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -if [ -z "$RPM_BUILD_ROOT" ] ; then - echo "The $0 script is not intended to be executed directly." > /dev/stderr - exit 1 -fi - -# this grep will consume whole list of files from stdin -if grep -qF /Xamarin.Forms.Platform.Tizen.dll ; then - # if it's a X.F.P.Tizen package, then find the version of elm-sharp (or elm-sharp-nuget) in use - rpm -qa --queryformat 'elm-sharp >= %{VERSION}\n' 'elm-sharp*' | head -n1 -fi diff --git a/packaging/xamarin-forms-tizen.spec b/packaging/xamarin-forms-tizen.spec index 4d3bdf87..97b77df8 100644 --- a/packaging/xamarin-forms-tizen.spec +++ b/packaging/xamarin-forms-tizen.spec @@ -14,10 +14,7 @@ Source1: %{name}.manifest %define NUPKG_VERSION %{XF_VERSION}%{?XF_PRETAG:-%{XF_PRETAG}}-%{XF_TIZEN_VERSION} -# Instead of disabling Automatic Dependencies completely with `AutoReqProv: no' -# let's override Mono provided portion -%define __mono_requires %{_builddir}/%name-%version/packaging/custom-find-requires - +AutoReqProv: no ExcludeArch: aarch64 BuildRequires: mono-compiler |