From 8c41cbf1ab0f3854dd26d3741701adfdc84c9e45 Mon Sep 17 00:00:00 2001 From: Jiwoong Im Date: Mon, 27 Mar 2017 18:32:33 +0900 Subject: Release version 0.1.31 Changes: - Set license using %license macro Change-Id: I6a81d25b919568de0075f9a240e8a3bf4c88c652 Signed-off-by: Jiwoong Im --- packaging/ui-gadget-1.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packaging/ui-gadget-1.spec') diff --git a/packaging/ui-gadget-1.spec b/packaging/ui-gadget-1.spec index a4cf1e9..32676e7 100644 --- a/packaging/ui-gadget-1.spec +++ b/packaging/ui-gadget-1.spec @@ -3,7 +3,7 @@ Name: ui-gadget-1 Summary: UI Gadget Library -Version: 0.1.30 +Version: 0.1.31 Release: 1 Group: System/Libraries License: Apache-2.0 @@ -48,7 +48,8 @@ Development files for %{name} cp %{SOURCE1001} . %build -%cmake . \ +MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` +%cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER} \ -DTZ_SYS_ETC=%TZ_SYS_ETC \ %if %{with wayland} && !%{with x} -Dwith_wayland=TRUE -- cgit v1.2.3