diff options
author | Sung-Jin Park <sj76.park@samsung.com> | 2017-03-22 14:39:33 +0900 |
---|---|---|
committer | Sung-Jin Park <sj76.park@samsung.com> | 2017-03-22 14:39:33 +0900 |
commit | 80a12298452a1e4e2e7be0901c1d060e250240d7 (patch) | |
tree | c4e90154da11a0db79ceffde8bb5a1fd315d083a | |
parent | eb338adad0fed898e14e673e9ae3e4ab7aa95178 (diff) | |
download | libxkbcommon-accepted/tizen/wearable/20170329.222145.tar.gz libxkbcommon-accepted/tizen/wearable/20170329.222145.tar.bz2 libxkbcommon-accepted/tizen/wearable/20170329.222145.zip |
packaging: update packaging file to install license file via %license macrotizen_4.0.m1_releasesubmit/tizen/20170329.013348accepted/tizen/wearable/20170329.222145accepted/tizen/unified/20170329.222234accepted/tizen/tv/20170329.222136accepted/tizen/mobile/20170329.222124accepted/tizen/ivi/20170329.222218accepted/tizen/common/20170329.172006accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_common
Change-Id: I40e0c148db7b6c668a62d273287d26855d13eb62
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
-rw-r--r-- | packaging/libxkbcommon.spec | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec index faee309..7a0e9ff 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -52,10 +52,6 @@ chmod a+x ./gen_tables.sh %install %make_install -#for license notification -mkdir -p %{buildroot}/%{TZ_SYS_RO_SHARE}/license -cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/%{TZ_SYS_RO_SHARE}/license/%{name} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -63,7 +59,7 @@ cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/%{TZ_SYS_RO_SHARE}/licens %files %manifest %{name}.manifest %defattr(-,root,root) -%{TZ_SYS_RO_SHARE}/license/%{name} +%license COPYING %{_libdir}/libxkbcommon.so.0* %files devel |