From c5ec4784f3adbea03b916245769ec82b6916da1b Mon Sep 17 00:00:00 2001 From: Youngjae Shin Date: Tue, 22 Aug 2017 15:03:00 +0900 Subject: [PATCH] revise installing a license file Change-Id: I3dc2e31a073e5b3d101c1b4902224cc5a644685d --- packaging/gst-omx.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packaging/gst-omx.spec b/packaging/gst-omx.spec index 2706dc7..ac70e5c 100644 --- a/packaging/gst-omx.spec +++ b/packaging/gst-omx.spec @@ -39,13 +39,11 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} -mkdir -p %{buildroot}/usr/share/license -cp COPYING %{buildroot}/usr/share/license/%{name} %make_install %files %manifest gst-omx.manifest %defattr(-,root,root,-) %{_libdir}/gstreamer-1.0/libgstomx.so -/usr/share/license/%{name} +%license COPYING -- 2.7.4