From 38be7ae7b2cc9f78e759ca530c0315bbfcda7f1d Mon Sep 17 00:00:00 2001 From: jkjo92 Date: Mon, 10 Oct 2016 13:19:10 +0900 Subject: [PATCH] fix license declare Change-Id: Ia23d5686b9057f850d05dd9bbc317dcc8feeb61e Signed-off-by: jkjo92 --- packaging/my-account.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/my-account.spec b/packaging/my-account.spec index 4fd6ee4..54a2018 100644 --- a/packaging/my-account.spec +++ b/packaging/my-account.spec @@ -15,11 +15,11 @@ ExcludeArch: %{arm} %ix86 x86_64 %endif Name: my-account -Summary: Account Setting UI +Summary: My account application Version: 0.0.1 Release: 0 -Group: App/Network -License: Flora-1.1 +Group: main/devel +License: Apache-2.0 Source0: %{name}-%{version}.tar.gz BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(syspopup) @@ -36,7 +36,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %description -Account Setting UI +Accounts ug of setting application. %prep %setup -q -- 2.7.4