summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSooChan Lim <sc1.lim@samsung.com>2017-03-22 13:26:46 +0900
committerSooChan Lim <sc1.lim@samsung.com>2017-03-22 13:26:46 +0900
commitfdbff07e82ffc05942c3457d3fb97cc76f403fea (patch)
tree33fa5d93b4530e95e401c96f881ef75a39379a89
parent20f6d6f57a62651da0d1825909e71fdfd6443764 (diff)
downloadlibeom-accepted/tizen_tv.tar.gz
libeom-accepted/tizen_tv.tar.bz2
libeom-accepted/tizen_tv.zip
Change-Id: Ib548f82e458bde4fb7b14a795e0a1591021c72d9
-rw-r--r--packaging/libeom.spec6
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.*