Package init
This commit is contained in:
parent
28b2291092
commit
d336488483
Binary file not shown.
@ -1,48 +0,0 @@
|
|||||||
%global moduledir %(pkg-config xorg-server --variable=moduledir )
|
|
||||||
|
|
||||||
%undefine _hardened_build
|
|
||||||
|
|
||||||
Name: xorg-x11-drv-v4l
|
|
||||||
Version: 0.3.0
|
|
||||||
Release: 1
|
|
||||||
License: MIT
|
|
||||||
Summary: Xorg X11 v4l video driver
|
|
||||||
URL: https://www.x.org
|
|
||||||
Source0: https://www.x.org/pub/individual/driver/xf86-video-v4l-%{version}.tar.bz2
|
|
||||||
|
|
||||||
BuildRequires: xorg-x11-server-devel >= 1.10.99.902
|
|
||||||
BuildRequires: autoconf automake libtool
|
|
||||||
|
|
||||||
Requires: Xorg %([ -e /usr/bin/xserver-sdk-abi-requires ] && xserver-sdk-abi-requires ansic || :)
|
|
||||||
Requires: Xorg %([ -e /usr/bin/xserver-sdk-abi-requires ] && xserver-sdk-abi-requires videodrv || :)
|
|
||||||
|
|
||||||
%description
|
|
||||||
X.Org X11 v4l video driver.
|
|
||||||
|
|
||||||
%package_help
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n xf86-video-v4l-%{version} -p1
|
|
||||||
|
|
||||||
%build
|
|
||||||
autoreconf -vif
|
|
||||||
%configure
|
|
||||||
make
|
|
||||||
|
|
||||||
%install
|
|
||||||
%make_install
|
|
||||||
%delete_la
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc COPYING
|
|
||||||
%{moduledir}/drivers/v4l_drv.so
|
|
||||||
|
|
||||||
%files help
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc README ChangeLog
|
|
||||||
%{_mandir}/man4/v4l.4*
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.0-1
|
|
||||||
- Package init
|
|
||||||
Loading…
x
Reference in New Issue
Block a user