From: WonYoung Choi Date: Mon, 10 Apr 2017 10:23:59 +0000 (+0900) Subject: Disable brp stripping X-Git-Tag: submit/tizen/20170410.102457^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=568f1e91e89caea07f486f33b57552cb5ba2f4e1;p=platform%2Fcore%2Fdotnet%2Fbuild-tools.git Disable brp stripping Change-Id: I418c2dd9434363e2328277125c0a6fc9452f44cb --- diff --git a/packaging/dotnet-build-tools.spec b/packaging/dotnet-build-tools.spec index 0f70411f..9ab6ec73 100644 --- a/packaging/dotnet-build-tools.spec +++ b/packaging/dotnet-build-tools.spec @@ -1,3 +1,6 @@ +%global __os_install_post %{nil} +%define debug_package %{nil} + Name: dotnet-build-tools Summary: Tools for building C# API projects Version: 1.2.0 @@ -21,8 +24,6 @@ Requires: mono-compat Requires: mono-devel Requires: mono-compiler -%define debug_package %{nil} - %description Build target files (.Targets) and Tools (including NuGet.exe) for building C# Deivce API with xbuild in GBS environment.