From a06d15d1b25d5e3e33812907b60b7353b1c5685f Mon Sep 17 00:00:00 2001 From: Jooseok Song Date: Mon, 27 Mar 2017 15:41:47 +0900 Subject: [PATCH] Notice License Change-Id: I36ff61eb4d7818f695d968d89662f91b3d667521 --- 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 0282232..7c0c1f7 100755 --- a/packaging/my-account.spec +++ b/packaging/my-account.spec @@ -2,7 +2,7 @@ Name: my-account-profile_mobile Summary: My account application -Version: 1.9.104 +Version: 1.9.105 Release: 1 Provides: my-account = %{version}-%{release} Group: main/devel @@ -47,14 +47,12 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} -mkdir -p %{buildroot}/usr/share/license -cp LICENSE.APLv2 %{buildroot}/usr/share/license/%{alias} %make_install %files %manifest my-account.manifest %defattr(-,root,root,-) -/usr/share/license/%{alias} +%license LICENSE.APLv2 %{LIBDIR}/* %{RESDIR}/* %{SHAREDDIR}/* -- 2.7.4