diff options
-rw-r--r-- | packaging/capi-telephony-call.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/capi-telephony-call.spec b/packaging/capi-telephony-call.spec index 26785eb..42ea0a3 100644 --- a/packaging/capi-telephony-call.spec +++ b/packaging/capi-telephony-call.spec @@ -34,6 +34,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 @@ -42,6 +44,7 @@ make %{?jobs:-j%jobs} %files %{_libdir}/libcapi-telephony-call.so.* +/usr/share/license/%{name} %files devel %{_includedir}/telephony/call.h |