projects
/
platform
/
core
/
dotnet
/
build-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a99396a
)
Disable brp stripping
accepted/tizen/unified/20170410.160356
submit/tizen/20170410.102457
author
WonYoung Choi
<wy80.choi@samsung.com>
Mon, 10 Apr 2017 10:23:59 +0000
(19:23 +0900)
committer
WonYoung Choi
<wy80.choi@samsung.com>
Mon, 10 Apr 2017 10:23:59 +0000
(19:23 +0900)
Change-Id: I418c2dd9434363e2328277125c0a6fc9452f44cb
packaging/dotnet-build-tools.spec
patch
|
blob
|
history
diff --git
a/packaging/dotnet-build-tools.spec
b/packaging/dotnet-build-tools.spec
index 0f70411f7320f16a3c3fa991f5c97d9b5007b058..9ab6ec73b9ed547ccd9cda375fbca5ca8735a251 100644
(file)
--- 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.