From 8dec619897186b85eb84bddb3ff51681b669456f Mon Sep 17 00:00:00 2001 From: Li Zhang Date: Fri, 27 Sep 2013 15:15:33 +0800 Subject: [PATCH] Modified to install LICENSE information Change-Id: I4b8fe9202d70f456c2c646125555c119cec23001 --- packaging/ise-engine-anthy.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/ise-engine-anthy.spec b/packaging/ise-engine-anthy.spec index 2886af2..140bb1f 100755 --- a/packaging/ise-engine-anthy.spec +++ b/packaging/ise-engine-anthy.spec @@ -29,11 +29,14 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} +mkdir -p %{buildroot}%{_datadir}/license +cp COPYING %{buildroot}%{_datadir}/license/%{name} %make_install %files %defattr(-,root,root,-) +%{_datadir}/license/%{name} %{_datadir}/scim/icons/* %{_datadir}/locale/* %{_datadir}/scim/Anthy/* -- 2.7.4