summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-01-19 19:30:24 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:27 +0900
commitb4e3d6fc382b0a34df4692f7bae21bd6ed34b2a7 (patch)
tree7a4601a96461eab431f38f17041c2aa97a3ad239 /packaging
parente348834cd4185664423bdd6ec30b11c274311523 (diff)
downloadxamarin-forms-b4e3d6fc382b0a34df4692f7bae21bd6ed34b2a7.tar.gz
xamarin-forms-b4e3d6fc382b0a34df4692f7bae21bd6ed34b2a7.tar.bz2
xamarin-forms-b4e3d6fc382b0a34df4692f7bae21bd6ed34b2a7.zip
Remove packaging/custom-find-requires
We never have to consider build for Mono runtime in this branch Change-Id: I0c70fe84e0117dbf0084728b0524cb8736978f0d
Diffstat (limited to 'packaging')
-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