diff options
author | Lukasz Bardeli <l.bardeli@samsung.com> | 2017-03-23 07:18:41 +0100 |
---|---|---|
committer | Lukasz Bardeli <l.bardeli@samsung.com> | 2017-03-24 10:05:46 +0100 |
commit | f1347377bf3f5c7e3da896506f2a9e02f001e7d7 (patch) | |
tree | 4ab01175d84218c87473f670cef6116c68254cf6 | |
parent | 75d44f0c097455bed066018ace0d3844c6032592 (diff) | |
download | webapi-plugins-accepted/tizen_tv.tar.gz webapi-plugins-accepted/tizen_tv.tar.bz2 webapi-plugins-accepted/tizen_tv.zip |
[spec] Add license macrosubmit/tizen/20170329.085121accepted/tizen/wearable/20170329.222117accepted/tizen/unified/20170329.222140accepted/tizen/tv/20170329.222103accepted/tizen/mobile/20170329.222031accepted/tizen/ivi/20170329.222131accepted/tizen/common/20170329.172353accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_common
[Verification] Code compiles without error
Change-Id: I9b6536d4655fee4b90e72719c07935084a3e5c6a
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
-rw-r--r-- | packaging/webapi-plugins.spec | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index 81bf0d3d..b475a5b24 100644 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -984,10 +984,6 @@ popd %endif %install -mkdir -p %{buildroot}/usr/share/license -cp LICENSE %{buildroot}/usr/share/license/%{name} -cat LICENSE.BSD-3-Clause >> %{buildroot}/usr/share/license/%{name} -cat LICENSE.MIT >> %{buildroot}/usr/share/license/%{name} # Extensions. mkdir -p %{buildroot}%{crosswalk_extensions_path} @@ -1072,8 +1068,8 @@ cp -a tools/slimit %{buildroot}%{_includedir}/%{name}/tools/slimit cp -a out/Default/desc_gentool %{buildroot}%{_includedir}/%{name}/tools/desc_gentool %files -%{_datadir}/license/%{name} %manifest webapi-plugins.manifest +%license LICENSE %if "%{?unified_build}" == "1" || "%{?profile}" == "common" %post profile_common |