From dea777d42a0a55656f89cf42e079bdcff5fe88cc Mon Sep 17 00:00:00 2001 From: Yunmi Ha Date: Mon, 20 Mar 2017 17:12:19 +0900 Subject: [PATCH] Install license file to /usr/share/license Need to install license file to /usr/share/license. So add install logic and add it to rpm package. Change-Id: Ie8ec4a99951cb2dc0364a95ac00494facb0c0c09 Signed-off-by: Yunmi Ha --- packaging/gumd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/gumd.spec b/packaging/gumd.spec index b4a45d6..b2a49a3 100644 --- a/packaging/gumd.spec +++ b/packaging/gumd.spec @@ -166,6 +166,7 @@ ln -s /opt%{_sysconfdir}/.pwd.lock %{_sysconfdir}/.pwd.lock %defattr(-,root,root,-) %manifest %{name}.manifest %doc AUTHORS COPYING.LIB NEWS README +%license COPYING.LIB %{_bindir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf %{_datadir}/upgrade/scripts/500.gumd_upgrade.sh -- 2.7.4