From: Seonah Moon Date: Wed, 22 Mar 2017 06:47:17 +0000 (+0900) Subject: Changed the path of license by using '%license' macro X-Git-Tag: accepted/tizen/common/20170324.122857^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1d3f0c01e61514330b1ba8f552e3fb5034cf6f3;p=apps%2Fnative%2Fug-mobile-ap.git Changed the path of license by using '%license' macro Change-Id: Ic3ca14a2e3f75a79b47ba3537f76a86cc04f1250 Signed-off-by: Seonah Moon --- diff --git a/packaging/ug-setting-mobileap-efl.spec b/packaging/ug-setting-mobileap-efl.spec index 84c5ff3..3537471 100755 --- a/packaging/ug-setting-mobileap-efl.spec +++ b/packaging/ug-setting-mobileap-efl.spec @@ -45,10 +45,6 @@ make %{?_smp_mflags} rm -rf %{buildroot} %make_install -#License -mkdir -p %{buildroot}%{_datadir}/license -cp LICENSE %{buildroot}%{_datadir}/license/%{name} - %post %files @@ -62,4 +58,4 @@ cp LICENSE %{buildroot}%{_datadir}/license/%{name} /usr/share/packages/ug-setting-mobileap-efl.xml /usr/apps/ug-setting-mobileap-efl/shared/res/tables/ug-setting-mobileap-efl_ChangeableColorInfo.xml /usr/apps/ug-setting-mobileap-efl/shared/res/tables/ug-setting-mobileap-efl_fontInfoTable.xml -%{_datadir}/license/%{name} +%license LICENSE