remove patches and cleanup spec
[platform/upstream/xf86-video-vesa.git] / packaging / xf86-video-vesa.spec
1 Name:           xf86-video-vesa
2 Version:        2.3.2
3 Release:        0
4 License:        MIT
5 Summary:        Generic VESA video driver for the Xorg X server
6 Url:            http://xorg.freedesktop.org/
7 Group:          System/X11/Servers/XF86_4
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
9 Source1001:     xf86-video-vesa.manifest
10 BuildRequires:  pkg-config
11 BuildRequires:  pkgconfig(fontsproto)
12 BuildRequires:  pkgconfig(pciaccess) >= 0.10
13 BuildRequires:  pkgconfig(randrproto)
14 BuildRequires:  pkgconfig(renderproto)
15 BuildRequires:  pkgconfig(resourceproto)
16 BuildRequires:  pkgconfig(xextproto)
17 BuildRequires:  pkgconfig(xorg-macros) >= 1.3
18 BuildRequires:  pkgconfig(xorg-server) >= 1.0.99.901
19 BuildRequires:  pkgconfig(xproto)
20 Supplements:    xorg-server
21
22 %description
23 vesa is an Xorg driver for Generic VESA video cards.
24
25 It can drive most VESA-compatible video cards, but only makes use of the
26 basic standard VESA core that is common to these cards. The driver
27 supports depths 8, 15 16 and 24.
28
29 %prep
30 %setup -q
31 cp %{SOURCE1001} .
32
33 %build
34 %configure
35 make %{?_smp_mflags}
36
37 %install
38 %make_install
39
40 %files
41 %manifest %{name}.manifest
42 %defattr(-,root,root)
43 %license COPYING
44 %dir %{_libdir}/xorg/modules/drivers
45 %{_libdir}/xorg/modules/drivers/vesa_drv.so
46 %{_mandir}/man4/vesa.4%{?ext_man}
47
48 %changelog