- Run over with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=45
This commit is contained in:
parent
c141a9c21b
commit
45f5c9f3d2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 12 07:33:18 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Run over with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 11 20:14:09 UTC 2016 - asterios.dramis@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _udevdir %(pkg-config --variable udevdir udev)
|
||||
%define so_ver 0
|
||||
%ifarch aarch64 %arm
|
||||
%ifarch aarch64 %{arm}
|
||||
# qv4l2 does not support GLES
|
||||
%bcond_with qv4l2
|
||||
%else
|
||||
@ -39,18 +39,18 @@ BuildRequires: alsa-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: kernel-headers
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: udev
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: libv4l = %{version}
|
||||
Requires: udev
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: glu-devel
|
||||
BuildRequires: libqt5-qtbase-devel
|
||||
%else
|
||||
BuildRequires: libqt4-devel
|
||||
%endif
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: udev
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: libv4l = %{version}
|
||||
Requires: udev
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
v4l-utils is a collection of various video4linux (V4L) utilities.
|
||||
@ -207,23 +207,14 @@ rm %{buildroot}%{_libdir}/{v4l1compat.so,v4l2convert.so}
|
||||
%endif
|
||||
|
||||
%post -n libdvbv5-%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libdvbv5-%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%post -n libv4l1-%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libv4l1-%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%post -n libv4l2-%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libv4l2-%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%post -n libv4l2rds%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libv4l2rds%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%post -n libv4lconvert%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libv4lconvert%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user