summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-01-18 09:11:54 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-03-24 13:19:00 +0900
commitf2c9832a9225e683f13a8ea49b4a8ad3a75c9735 (patch)
tree67023522aeb9582e4383c295c4862d384215d191
parente3683c848a96435c8da28c637a2f35d6675f944c (diff)
downloadxamarin-forms-f2c9832a9225e683f13a8ea49b4a8ad3a75c9735.tar.gz
xamarin-forms-f2c9832a9225e683f13a8ea49b4a8ad3a75c9735.tar.bz2
xamarin-forms-f2c9832a9225e683f13a8ea49b4a8ad3a75c9735.zip
Fix rpm spec file to solve build-break in JazzM
Change-Id: I80099afc01c6321f07c5d997ebff29cdc45c1db0
-rw-r--r--packaging/xamarin-forms-tizen.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/xamarin-forms-tizen.spec b/packaging/xamarin-forms-tizen.spec
index 0d457845..52784df9 100644
--- a/packaging/xamarin-forms-tizen.spec
+++ b/packaging/xamarin-forms-tizen.spec
@@ -38,7 +38,8 @@ BuildRequires: elm-sharp-nuget
Allows one to use portable controls subsets that are mapped to native
controls of Android, iOS, Windows Phone, and Tizen.
-%dotnet_import_sub_packages
+# make -nuget sub package
+%_nuget_package
%prep
%setup -q
@@ -59,8 +60,8 @@ cp %{SOURCE1} .
%install
function install_asm()
{
- mkdir -p %{buildroot}%{dotnet_assembly_path}
- install -p -m 644 $1/bin/%{_dotnet_build_conf}/$1.dll %{buildroot}%{dotnet_assembly_path}
+ mkdir -p %{buildroot}%{_dotnet_assembly_path}
+ install -p -m 644 $1/bin/%{_dotnet_build_conf}/$1.dll %{buildroot}%{_dotnet_assembly_path}
}
install_asm Xamarin.Forms.Core