diff options
author | SooChan Lim <sc1.lim@samsung.com> | 2017-03-22 15:39:31 +0900 |
---|---|---|
committer | SooChan Lim <sc1.lim@samsung.com> | 2017-03-22 15:39:31 +0900 |
commit | bf8aa4eab9efe89b4a1b3fe68c77d3e4e1d2d656 (patch) | |
tree | ade10a00ee5ce0d577a6ddaa8a905a991b23b894 | |
parent | 91054d4f68c4f1bacc20eed1fd152ea6d3e1e7f5 (diff) | |
download | libtbm-exynos-tgm-accepted/tizen_common.tar.gz libtbm-exynos-tgm-accepted/tizen_common.tar.bz2 libtbm-exynos-tgm-accepted/tizen_common.zip |
use %license macro to copy the COPYING file.tizen_4.0.m1_releasesubmit/tizen/20170328.072410accepted/tizen/wearable/20170329.034146accepted/tizen/unified/20170329.034230accepted/tizen/common/20170331.152530accepted/tizen_wearableaccepted/tizen_common
Change-Id: I131e03dcae140c8667e6ed1cddeef554d9e5d1d9
-rw-r--r-- | packaging/libtbm-exynos-tgm.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/libtbm-exynos-tgm.spec b/packaging/libtbm-exynos-tgm.spec index 457b430..808e2a3 100644 --- a/packaging/libtbm-exynos-tgm.spec +++ b/packaging/libtbm-exynos-tgm.spec @@ -35,8 +35,6 @@ make %{?_smp_mflags} %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}%{_libdir}/udev/rules.d/ cp -af rules/99-libtbm-exynos-tgm.rules %{buildroot}%{_libdir}/udev/rules.d/ @@ -53,5 +51,5 @@ ln -s libtbm-exynos-tgm.so %{_libdir}/bufmgr/libtbm_default.so %files %{_libdir}/bufmgr/libtbm-*.so* -%{TZ_SYS_RO_SHARE}/license/%{name} +%license COPYING %{_libdir}/udev/rules.d/99-libtbm-exynos-tgm.rules |