From 70bd34bd188ab7bee44a69ddaebd4bdf8c131f7d Mon Sep 17 00:00:00 2001 From: Jooseok Song Date: Mon, 27 Mar 2017 16:01:00 +0900 Subject: [PATCH] Notice License Change-Id: Ib159deedf5846888312fa4c9339704c1656dace6 --- packaging/my-account.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packaging/my-account.spec b/packaging/my-account.spec index e550e93..5081d5b 100644 --- a/packaging/my-account.spec +++ b/packaging/my-account.spec @@ -2,7 +2,7 @@ Name: my-account-profile_wearable Summary: My account application -Version: 0.0.6 +Version: 0.0.7 Release: 0 Provides: my-account = %{version}-%{release} Group: main/devel @@ -39,8 +39,6 @@ make %{?jobs:-j%jobs} %install %make_install -mkdir -p %{buildroot}/usr/share/license -cp -af LICENSE.APLv2 %{buildroot}/usr/share/license/ %post /sbin/ldconfig @@ -49,6 +47,6 @@ cp -af LICENSE.APLv2 %{buildroot}/usr/share/license/ %files %defattr(-,root,root,-) -%{_datadir}/license/LICENSE.APLv2 +%license LICENSE.APLv2 %{_datadir}/packages/* %{PREFIX}/* -- 2.7.4