xorg-server 1.12 mass rebuild [release 0.2.0-3mamba;Tue Mar 05 2013]
This commit is contained in:
parent
93aefb943f
commit
b8fa461ce3
51
xorg-drv-video-v4l.spec
Normal file
51
xorg-drv-video-v4l.spec
Normal file
@ -0,0 +1,51 @@
|
||||
Name: xorg-drv-video-v4l
|
||||
Version: 0.2.0
|
||||
Release: 3mamba
|
||||
Summary: X.Org V4L (Video for Linux) video driver
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://x.org
|
||||
Source: ftp://x.org/pub/individual/driver/xf86-video-v4l-%{version}.tar.bz2
|
||||
License: MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: xorg-server-devel >= 1.1.0
|
||||
BuildRequires: xproto-devel
|
||||
Provides: xf86-video-v4l
|
||||
|
||||
%description
|
||||
X.Org V4L (Video for Linux) video driver.
|
||||
|
||||
%prep
|
||||
%setup -q -n xf86-video-v4l-%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/xorg/modules/drivers/v4l_drv.la
|
||||
%{_libdir}/xorg/modules/drivers/v4l_drv.so
|
||||
%{_mandir}/man4/v4l.4.gz
|
||||
|
||||
%changelog
|
||||
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-3mamba
|
||||
- xorg-server 1.12 mass rebuild
|
||||
|
||||
* Fri Aug 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-2mamba
|
||||
- automatic port from devel
|
||||
|
||||
* Sat Jun 26 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-1mamba
|
||||
- first build apart from xorg-drv-video package
|
Loading…
Reference in New Issue
Block a user