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-04-24 13:36:50 +0900
commit1e4cc606776fd8e64f76226882000a07c1a7beff (patch)
treef0a5f94db3ffbf90ac08b4548301782754d15bbc /packaging
parent9c136991b85479ce6e066f3226c0f93921a2493a (diff)
downloadxamarin-forms-1e4cc606776fd8e64f76226882000a07c1a7beff.tar.gz
xamarin-forms-1e4cc606776fd8e64f76226882000a07c1a7beff.tar.bz2
xamarin-forms-1e4cc606776fd8e64f76226882000a07c1a7beff.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