From e701a0bb203741a13b32ae2566a285ae6dbef0bd Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 26 Dec 2018 21:01:40 +0900 Subject: [PATCH] fix to packaging license files properly. Change-Id: I3107051f975c867e757cf6f0b60f2d415b712a03 --- packaging/lottie-player.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/lottie-player.spec b/packaging/lottie-player.spec index edd0f01..a21f6e2 100644 --- a/packaging/lottie-player.spec +++ b/packaging/lottie-player.spec @@ -53,13 +53,13 @@ make %{?jobs:-j%jobs} %make_install mkdir -p %{buildroot}/%{_datadir}/license -cp %{_builddir}/%{buildsubdir}/LICENSE %{buildroot}/%{_datadir}/license/%{name} - +cp %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/%{_datadir}/license/COPYING +cp %{_builddir}/%{buildsubdir}/licenses/* %{buildroot}/%{_datadir}/license/ %files %defattr(-,root,root,-) %{_libdir}/liblottie-player.so.* -%{_datadir}/license/%{name} +%{_datadir}/license/COPYING* %manifest %{name}.manifest %files devel -- 2.7.4