Disable GPL license files 50/68850/1 accepted/tizen/common/20160510.141421 accepted/tizen/ivi/20160512.050203 accepted/tizen/mobile/20160512.050154 accepted/tizen/tv/20160512.050157 accepted/tizen/wearable/20160512.050148 submit/tizen/20160510.091228
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 10 May 2016 06:25:08 +0000 (15:25 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 10 May 2016 06:26:19 +0000 (15:26 +0900)
Change-Id: I289a187aa0da85cd1e44267162a4c7924ff1d9a6
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/v4l-utils.spec

index 9d0700d..47d9932 100644 (file)
@@ -14,9 +14,9 @@
 
 Name:           v4l-utils
 Version:        1.6.0
-Release:        0
+Release:        1
 Summary:        Utilities for video4linux and DVB devices
-License:        GPL-2.0+ and GPL-2.0
+License:        LGPL-2.1+
 Group:          Multimedia/Utilities
 Url:            http://linuxtv.org/downloads/v4l-utils/
 Source0:        %{name}-%{version}.tar.bz2
@@ -35,16 +35,6 @@ v4l-utils is a collection of various video4linux (V4L) and DVB utilities. The
 main v4l-utils package contains cx18-ctl, ir-keytable, ivtv-ctl, v4l2-ctl and
 v4l2-sysfs-path.
 
-%package devel-tools
-Summary:        Utilities for v4l2 / DVB driver development and debugging
-License:        GPL-2.0+ and GPL-2.0
-Group:          Multimedia/Utilities
-Requires:       libv4l = %{version}-%{release}
-
-%description devel-tools
-Utilities for v4l2 / DVB driver authors: decode_tm6000, v4l2-compliance and
-v4l2-dbg.
-
 %package -n libv4l
 Summary:        Collection of video4linux support libraries
 License:        LGPL-2.1+ and GPL-2.0
@@ -72,7 +62,7 @@ developing applications that use libv4l.
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-%reconfigure
+%reconfigure --disable-v4l-utils --disable-qv4l2 --disable-libdvbv5
 %__make %{?_smp_mflags}
 
 %install
@@ -84,24 +74,25 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
 %postun -n libv4l -p /sbin/ldconfig
 
 %files
-%license COPYING
-%config(noreplace) %{_sysconfdir}/rc_maps.cfg
-%{_bindir}/cx18-ctl
-%{_bindir}/dvb-*
-%{_bindir}/dvbv5-*
-%{_bindir}/ir-keytable
-%{_bindir}/*-ctl
-%{_bindir}/v4l2-sysfs-path
+#%license COPYING
+%license COPYING.libv4l
+#%config(noreplace) %{_sysconfdir}/rc_maps.cfg
+#%{_bindir}/cx18-ctl
+#%{_bindir}/dvb-*
+#%{_bindir}/dvbv5-*
+#%{_bindir}/ir-keytable
+#%{_bindir}/*-ctl
+#%{_bindir}/v4l2-sysfs-path
 %{_libdir}/v4l*.so
-%{_prefix}/lib/udev/rc_keymaps/*
-%{_prefix}/lib/udev/rules.d/70-infrared.rules
-%{_mandir}/man1/ir-keytable.1%{ext_man}
+#%{_prefix}/lib/udev/rc_keymaps/*
+#%{_prefix}/lib/udev/rules.d/70-infrared.rules
+#%{_mandir}/man1/ir-keytable.1%{ext_man}
 
-%files devel-tools
-%license COPYING
-%{_bindir}/decode_tm6000
-%{_bindir}/v4l2-compliance
-%{_sbindir}/v4l2-dbg
+#%files devel-tools
+#%license COPYING
+#%{_bindir}/decode_tm6000
+#%{_bindir}/v4l2-compliance
+#%{_sbindir}/v4l2-dbg
 
 %files -n libv4l
 %license COPYING.lib*
@@ -112,7 +103,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
 %license COPYING.lib*
 %doc README.lib-multi-threading
 %{_includedir}/libv4l*.h
-%{_includedir}/*/*.h
+#%{_includedir}/*/*.h
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
-%{_mandir}/*
+#%{_mandir}/*