File xorg-x11-driver-video-usbd480.spec of Package xorg-x11-driver-video-usbd480
#
# spec file for package xorg-x11-driver-video-usbd480 (Version 0.9.903)
#
# 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/
#
Summary: X driver for the USBD480 display
Name: xorg-x11-driver-video-usbd480
Version: 0.9.907
Release: 1
License: MIT
Group: System/X11/Servers/XF86_4
Url: http://www.lcdinfo.com
Source0: xf86-video-usbd480-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libusb-1_0-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(fontsproto)
BuildRequires: pkgconfig(randrproto)
BuildRequires: pkgconfig(renderproto)
BuildRequires: pkgconfig(videoproto)
BuildRequires: pkgconfig(xf86dgaproto)
BuildRequires: pkgconfig(xorg-macros) >= 1.3
BuildRequires: pkgconfig(xorg-server) >= 1.0.99.901
BuildRequires: pkgconfig(xproto)
%x11_abi_videodrv_req
%description
This package contains a libusb based X driver for the USBD480 display
by Henri Skippari.
%prep
%setup -q -n xf86-video-usbd480-%version
%build
%configure
make %{?_smp_mflags}
%install
%makeinstall
%files
%defattr(-,root,root,-)
%dir /etc/X11/usbd480/
%config(noreplace) /etc/X11/usbd480/*
%_libdir/xorg/modules/drivers/*
%_bindir/*
%changelog