diff options
author | Hyihong Chae <hh.chae@samsung.com> | 2017-03-27 15:56:26 +0900 |
---|---|---|
committer | Hyihong Chae <hh.chae@samsung.com> | 2017-03-27 15:56:26 +0900 |
commit | f22117dc7a7c129b005cceb961c6f224320ba2de (patch) | |
tree | f81b7bc59fd98b87858dc8fbe702e4e973dc3ef3 | |
parent | 70c791fa75bcedc3330619b02bd6661ca69019d8 (diff) | |
download | smartcard-plugin-uicc-tizen_3.0.tar.gz smartcard-plugin-uicc-tizen_3.0.tar.bz2 smartcard-plugin-uicc-tizen_3.0.zip |
fix license file pathsubmit/tizen_3.0/20170327.080407accepted/tizen/3.0/wearable/20170328.052006accepted/tizen/3.0/tv/20170328.051914accepted/tizen/3.0/mobile/20170328.051837accepted/tizen/3.0/ivi/20170328.052030accepted/tizen/3.0/common/20170328.142029tizen_3.0accepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_iviaccepted/tizen_3.0_common
Change-Id: Icf89f301428b4adf3431a92e55595775be23886a
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
-rwxr-xr-x | packaging/smartcard-plugin-uicc.spec | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packaging/smartcard-plugin-uicc.spec b/packaging/smartcard-plugin-uicc.spec index df39ab3..4a40a97 100755 --- a/packaging/smartcard-plugin-uicc.spec +++ b/packaging/smartcard-plugin-uicc.spec @@ -1,6 +1,6 @@ Name: smartcard-plugin-uicc Summary: Smartcard plugin uicc -Version: 0.0.11 +Version: 0.0.12 Release: 0 Group: libs License: Apache-2.0 @@ -51,8 +51,6 @@ cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} \ %install cd obj-arm-limux-qnueabi %make_install -mkdir -p %{buildroot}/usr/share/license -cp -af %{_builddir}/%{name}-%{version}/packaging/%{name} %{buildroot}/usr/share/license/ %post @@ -65,6 +63,6 @@ cp -af %{_builddir}/%{name}-%{version}/packaging/%{name} %{buildroot}/usr/share/ %files %manifest %{name}.manifest +%license LICENSE.APLv2 %defattr(-,root,root,-) %{_libdir}/se/lib*.so -%{_datadir}/license/%{name} |