diff options
author | SooChan Lim <sc1.lim@samsung.com> | 2017-03-22 13:26:46 +0900 |
---|---|---|
committer | SooChan Lim <sc1.lim@samsung.com> | 2017-03-22 13:26:46 +0900 |
commit | fdbff07e82ffc05942c3457d3fb97cc76f403fea (patch) | |
tree | 33fa5d93b4530e95e401c96f881ef75a39379a89 | |
parent | 20f6d6f57a62651da0d1825909e71fdfd6443764 (diff) | |
download | libeom-accepted/tizen_ivi.tar.gz libeom-accepted/tizen_ivi.tar.bz2 libeom-accepted/tizen_ivi.zip |
use %license macro to copy the COPYING file.tizen_4.0.m1_releasesubmit/tizen_3.0/20170328.074051submit/tizen/20170328.072410accepted/tizen/wearable/20170329.034135accepted/tizen/unified/20170329.034224accepted/tizen/tv/20170329.034112accepted/tizen/mobile/20170329.033948accepted/tizen/ivi/20170329.034203accepted/tizen/common/20170331.152505accepted/tizen/3.0/wearable/20170329.021230accepted/tizen/3.0/tv/20170329.021041accepted/tizen/3.0/mobile/20170329.020812accepted/tizen/3.0/ivi/20170329.021445accepted/tizen/3.0/common/20170329.150905accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_common
Change-Id: Ib548f82e458bde4fb7b14a795e0a1591021c72d9
-rw-r--r-- | packaging/libeom.spec | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packaging/libeom.spec b/packaging/libeom.spec index e7929ab..e4e1624 100644 --- a/packaging/libeom.spec +++ b/packaging/libeom.spec @@ -74,8 +74,6 @@ make -C ut check %install rm -rf %{buildroot} -mkdir -p %{buildroot}/%{TZ_SYS_RO_SHARE}/license -cp -af COPYING %{buildroot}/%{TZ_SYS_RO_SHARE}/license/%{name} mkdir -p %{buildroot}/usr/include cp src/eom-server-protocol.h %{buildroot}/usr/include %make_install @@ -91,7 +89,7 @@ cp src/eom-server-protocol.h %{buildroot}/usr/include %files %manifest %{name}.manifest %defattr(-,root,root,-) -%{TZ_SYS_RO_SHARE}/license/%{name} +%license COPYING %{_libdir}/libeom.so.* %if %{with utest} %{_bindir}/ut @@ -107,7 +105,7 @@ cp src/eom-server-protocol.h %{buildroot}/usr/include %files -n libeom-server %manifest %{name}.manifest %defattr(-,root,root,-) -%{TZ_SYS_RO_SHARE}/license/%{name} +%license COPYING %{_includedir}/eom-server-protocol.h %{_includedir}/eom/eom.h %{_libdir}/libeom-server-protocol.so.* |