]> git.pld-linux.org Git - packages/xorg-driver-video-vesa.git/blob - xorg-driver-video-vesa.spec
3bdd851bf1bffc49d183cf626148ae1c0312bd34
[packages/xorg-driver-video-vesa.git] / xorg-driver-video-vesa.spec
1 Summary:        X.org video driver for generic VESA video cards
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla kart graficznych zgodnych z VESA
3 Name:           xorg-driver-video-vesa
4 Version:        2.3.3
5 Release:        5
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-%{version}.tar.bz2
9 # Source0-md5:  3690a5356ed121b1a7dfb59a6dcf4bf9
10 Patch0:         %{name}-xf86gtfmode.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  rpmbuild(macros) >= 1.389
17 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.12.901
18 BuildRequires:  xorg-proto-fontsproto-devel
19 BuildRequires:  xorg-proto-randrproto-devel
20 BuildRequires:  xorg-proto-renderproto-devel
21 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
22 BuildRequires:  xorg-util-util-macros >= 1.8
23 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
24 %{?requires_xorg_xserver_videodrv}
25 Requires:       xorg-lib-libpciaccess >= 0.12.901
26 Requires:       xorg-xserver-server >= 1.0.99.901
27 Provides:       xorg-driver-video
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 X.org video driver for generic VESA video cards.
32
33 %description -l pl.UTF-8
34 Sterownik obrazu X.org dla kart graficznych zgodnych ze standardem
35 VESA.
36
37 %prep
38 %setup -q -n xf86-video-vesa-%{version}
39 %patch0 -p1
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc COPYING ChangeLog README
65 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vesa_drv.so
66 %{_mandir}/man4/vesa.4*
This page took 0.059719 seconds and 2 git commands to generate.