Modify for copying lisence file
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 14 Oct 2013 08:53:45 +0000 (17:53 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 14 Oct 2013 08:53:45 +0000 (17:53 +0900)
Change-Id: Ie6485e632cb5d57f26029b3f88a3d09fa03f602a

packaging/gst-plugins-base.spec

index 949da3d..d4fbb73 100644 (file)
@@ -1,7 +1,7 @@
 Name:       gst-plugins-base
 Summary:    GStreamer streaming media framework base plug-ins
 Version:    0.10.36
-Release:    30
+Release:    31
 Group:      Applications/Multimedia
 License:    LGPLv2+
 Source0:    %{name}-%{version}.tar.gz
@@ -87,6 +87,8 @@ make %{?jobs:-j%jobs}
 
 %install
 rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/share/license
+cp COPYING.LIB %{buildroot}/usr/share/license/%{name}
 %make_install
 
 
@@ -144,7 +146,8 @@ rm -rf %{buildroot}/tmp/dump
 %{_libdir}/gstreamer-0.10/libgstgio.so
 # data
 %{_datadir}/gst-plugins-base/license-translations.dict
-
+# license
+%{_datadir}/license/%{name}
 
 %files devel
 %defattr(-,root,root,-)