File xorg-x11-driver-video-ivtv.spec of Package xorg-x11-driver-video-ivtv
#
# spec file for package xorg-x11-driver-video-ivtv (Version 1.1.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: xorg-x11-driver-video-ivtv
BuildRequires: xorg-x11-sdk
Url: http://ivtvdriver.org
License: MIT
Group: System/X11/Servers/XF86_4
AutoReqProv: on
Version: 1.1.1
Release: 2
Summary: The X11 video driver for the PVR-350 frame buffer
Requires: xorg-x11-server
Source: xf86-video-ivtv-%{version}.tar.bz2
ExclusiveArch: %ix86 ia64 ppc ppc64 x86_64
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Hauppauge PVR-350 provides a video output that can be used with a
frame buffer. This driver can be used to run X11 on that display. X11
video driver for the Conexant 23415 MPEG encoder/decoder On-Screen
Display using the ivtvfb framebuffer driver.
Authors:
--------
Matthias Badaire
John P. Harvey <john.p.harvey@btinternet.com>
Ian Armstrong <ian@iarmst.demon.co.uk>
%prep
%setup -n xf86-video-ivtv-%{version}
%build
autoreconf -fi
%configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README
%dir %{_libdir}/xorg/modules/drivers
%{_libdir}/xorg/modules/drivers/*_drv.la
%{_libdir}/xorg/modules/drivers/*_drv.so
%changelog