From f933b6f3006737a903b64d41898e776b923f1d6a Mon Sep 17 00:00:00 2001 From: Hyihong Chae Date: Mon, 27 Mar 2017 15:56:26 +0900 Subject: [PATCH] fix license file path Change-Id: Icf89f301428b4adf3431a92e55595775be23886a Signed-off-by: HyiHong Chae (cherry picked from commit f22117dc7a7c129b005cceb961c6f224320ba2de) --- packaging/smartcard-plugin-uicc.spec | 6 ++---- 1 file 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} -- 2.7.4