diff options
author | Sung-Jin Park <sj76.park@samsung.com> | 2013-09-30 01:26:38 -0400 |
---|---|---|
committer | Sung-Jin Park <sj76.park@samsung.com> | 2013-09-30 01:26:38 -0400 |
commit | df1c92770448ca44a75dc310bbcd72b68015fedc (patch) | |
tree | 78f9a64a07edfee7479816e7c5ca42e70c3fd3c7 | |
parent | da70f21da1bc2bb2cfec345f90a95d1190898c73 (diff) | |
download | libtbm-exynos4412-tizen_2.2.tar.gz libtbm-exynos4412-tizen_2.2.tar.bz2 libtbm-exynos4412-tizen_2.2.zip |
Modify a spec file to install license file under /usr/share/license directorysubmit/tizen_2.2/20131107.0611282.2.1_releasetizen_2.2
Change-Id: Idbcdceadcec6afc32de09485ee2e36956b3661ae
-rw-r--r-- | packaging/libtbm-exynos4412.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/libtbm-exynos4412.spec b/packaging/libtbm-exynos4412.spec index 853ba31..b70d25b 100644 --- a/packaging/libtbm-exynos4412.spec +++ b/packaging/libtbm-exynos4412.spec @@ -21,6 +21,8 @@ autoreconf -vfi make %{?jobs:-j%jobs} %install +mkdir -p %{buildroot}/usr/share/license +cp -af COPYING %{buildroot}/usr/share/license/%{name} %make_install @@ -33,5 +35,6 @@ ln -s libtbm_exynos4412.so %{_libdir}/bufmgr/libtbm_default.so %postun -p /sbin/ldconfig %files +/usr/share/license/%{name} %{_libdir}/bufmgr/libtbm_*.so* |