Update version to 1.2.0 40/132740/2 accepted/tizen/unified/20170608.072340 submit/tizen/20170607.103052
authorjh5.cho <jh5.cho@samsung.com>
Wed, 7 Jun 2017 09:58:02 +0000 (18:58 +0900)
committerjh5.cho <jh5.cho@samsung.com>
Wed, 7 Jun 2017 10:15:40 +0000 (19:15 +0900)
    - Dev_version is removed
    - nuspec description is updated

Change-Id: I78b93c2e0113a692db1a2db954b12b7d21d76d4c

ElmSharp/ElmSharp.nuspec
packaging/elm-sharp.spec

index 4fe2243..fc3c79c 100644 (file)
@@ -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>
index 1b238fa..937311e 100644 (file)
@@ -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