From: Zbigniew Kostrzewa Date: Fri, 27 Sep 2013 11:45:07 +0000 (+0200) Subject: Update package spec file for license X-Git-Tag: accepted/tizen/20131014.132032~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=537853c119218c782326709bb52d27abb016a240;p=platform%2Fframework%2Fweb%2Fwrt.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: If29463cb4b560e24f06a7b3cade7b02e31e67385 --- diff --git a/packaging/wrt.spec b/packaging/wrt.spec index 38c7677..cf385c6 100644 --- a/packaging/wrt.spec +++ b/packaging/wrt.spec @@ -145,7 +145,7 @@ make %{?jobs:-j%jobs} %install mkdir -p %{buildroot}/usr/share/license cp LICENSE.APLv2 %{buildroot}/usr/share/license/%{name} -cp LICENSE.Flora %{buildroot}/usr/share/license/%{name} +cat LICENSE.Flora >> %{buildroot}/usr/share/license/%{name} %make_install ## wrt-launchpad-daemon #######################################################