summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-01-19 19:30:24 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2017-01-19 19:30:24 +0900
commit7cbc6184540bd25845f0d2efe2cc606e210cbf26 (patch)
tree66b84441bd06c8bf5d5b6cfe2a07b3e086120176
parent8695cd94d0fbb5b027a42c0b5b898f006af3aa5d (diff)
downloadxamarin-forms-7cbc6184540bd25845f0d2efe2cc606e210cbf26.tar.gz
xamarin-forms-7cbc6184540bd25845f0d2efe2cc606e210cbf26.tar.bz2
xamarin-forms-7cbc6184540bd25845f0d2efe2cc606e210cbf26.zip
We never have to consider build for Mono runtime in this branch Change-Id: I0c70fe84e0117dbf0084728b0524cb8736978f0d
-rwxr-xr-xpackaging/custom-find-requires12
-rw-r--r--packaging/xamarin-forms-tizen.spec5
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