summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjh5.cho <jh5.cho@samsung.com>2017-06-07 18:58:02 +0900
committerjh5.cho <jh5.cho@samsung.com>2017-06-07 19:15:40 +0900
commit1b6794a3d249092439f3c1a96c31a032c0c2b90d (patch)
treef4384a461764b1dedc52a3081ea579b8709846a5
parente698758abbf1da8049e8188b7977a620633e8d29 (diff)
downloadelm-sharp-1b6794a3d249092439f3c1a96c31a032c0c2b90d.tar.gz
elm-sharp-1b6794a3d249092439f3c1a96c31a032c0c2b90d.tar.bz2
elm-sharp-1b6794a3d249092439f3c1a96c31a032c0c2b90d.zip
- Dev_version is removed - nuspec description is updated Change-Id: I78b93c2e0113a692db1a2db954b12b7d21d76d4c
-rw-r--r--ElmSharp/ElmSharp.nuspec2
-rw-r--r--packaging/elm-sharp.spec4
2 files changed, 2 insertions, 4 deletions
diff --git a/ElmSharp/ElmSharp.nuspec b/ElmSharp/ElmSharp.nuspec
index 4fe2243..fc3c79c 100644
--- a/ElmSharp/ElmSharp.nuspec
+++ b/ElmSharp/ElmSharp.nuspec
@@ -9,6 +9,6 @@
<projectUrl>https://www.tizen.org/</projectUrl>
<iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
<copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
- <description>ElmSharp is the top-most library based on Tizen Native UI Framwork (EFL). It provides a variety of pre-built UI components, such as layout objects and widgets, that allow you to build rich graphical user interfaces.</description>
+ <description>ElmSharp is the top-most library based on the Tizen Native UI Framwork (EFL). It provides a variety of pre-built UI components, such as layout objects and widgets, that allow you to build rich graphical user interfaces. This is in the beta stage and will be refined based on developer feedback. Backward compatibility issues may be raised when updating the platform version.</description>
</metadata>
</package>
diff --git a/packaging/elm-sharp.spec b/packaging/elm-sharp.spec
index 1b238fa..937311e 100644
--- a/packaging/elm-sharp.spec
+++ b/packaging/elm-sharp.spec
@@ -1,5 +1,3 @@
-%define DEV_VERSION beta-002
-
Name: elm-sharp
Summary: C# Binding for Elementary
Version: 1.2.0
@@ -29,7 +27,7 @@ cp %{SOURCE1} .
%build
for ASM in %{Assemblies}; do
%dotnet_build $ASM
-%dotnet_pack $ASM/$ASM.nuspec %{version}%{?DEV_VERSION:-%{DEV_VERSION}}
+%dotnet_pack $ASM/$ASM.nuspec %{version}
done
%install