From 2aef754af26d9f8a39c8eccd36060250869a1cbc Mon Sep 17 00:00:00 2001 From: Hyungdeuk Kim Date: Wed, 25 Sep 2013 09:52:35 +0900 Subject: [PATCH] install license file --- packaging/capi-content-mime-type.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/capi-content-mime-type.spec b/packaging/capi-content-mime-type.spec index 3d3ae40..114af59 100755 --- a/packaging/capi-content-mime-type.spec +++ b/packaging/capi-content-mime-type.spec @@ -1,7 +1,7 @@ Name: capi-content-mime-type Summary: A MIME type library in Tizen C API Version: 0.0.2 -Release: 2 +Release: 3 Group: APIs License: Apache-2.0 Source0: %{name}-%{version}.tar.gz @@ -36,6 +36,8 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install +mkdir -p %{buildroot}/usr/share/license +install LICENSE %{buildroot}/usr/share/license/%{name} %post -p /sbin/ldconfig @@ -45,6 +47,7 @@ rm -rf %{buildroot} %files %{_libdir}/lib*.so.* %manifest capi-content-mime-type.manifest +/usr/share/license/%{name} %files devel %{_includedir}/content/*.h -- 2.7.4