From e51ca70a4989fcd3bff73aa4dcd90ed71627a86d Mon Sep 17 00:00:00 2001 From: Dongchul Lim Date: Thu, 26 Sep 2013 20:29:30 +0900 Subject: [PATCH] Generate Licence file --- packaging/capi-telephony-sim.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/capi-telephony-sim.spec b/packaging/capi-telephony-sim.spec index 1860e9b..b9eb433 100644 --- a/packaging/capi-telephony-sim.spec +++ b/packaging/capi-telephony-sim.spec @@ -4,7 +4,7 @@ Summary: Telephony SIM Framework Version: 0.1.7 Release: 1 Group: TO_BE/FILLED_IN -License: TO BE FILLED IN +License: Apache-2.0 Source0: %{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: pkgconfig(dlog) @@ -39,6 +39,8 @@ make %{?jobs:-j%jobs} %install %make_install +mkdir -p %{buildroot}/usr/share/license +cp LICENSE %{buildroot}/usr/share/license/%{name} %post -p /sbin/ldconfig @@ -48,6 +50,7 @@ make %{?jobs:-j%jobs} %files %manifest capi-telephony-sim.manifest %{_libdir}/libcapi-telephony-sim.so.* +/usr/share/license/%{name} %files devel %{_includedir}/telephony/sim.h -- 2.7.4