From: Zbigniew Kostrzewa Date: Fri, 27 Sep 2013 10:28:24 +0000 (+0200) Subject: Update package spec file for license X-Git-Tag: submit/tizen_2.2/20131002.042650~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8914a24625e6d766c82a885d4703713bb208817f;p=platform%2Fframework%2Fweb%2Fwrt-commons.git Update package spec file for license [Issue#] LINUXWRT-927 [Problem] Invalid/missing license file [Cause] N/A [Solution] Update license file [Verification] 1. Build repository 2. Install package on DUT 3. Check whether license for this repository exists in /usr/share/license Change-Id: I74caf00a8bc9c13701ef367fa1f3bc908a65af68 --- diff --git a/packaging/wrt-commons.spec b/packaging/wrt-commons.spec index ae0845f..e5f4354 100644 --- a/packaging/wrt-commons.spec +++ b/packaging/wrt-commons.spec @@ -68,7 +68,7 @@ make %{?jobs:-j%jobs} %install mkdir -p %{buildroot}/usr/share/license -cp %{name} %{buildroot}/usr/share/license/ +cp LICENSE %{buildroot}/usr/share/license/%{name} %make_install %clean