]> git.pld-linux.org Git - packages/xorg-driver-video-vesa.git/blob - xorg-driver-video-vesa.spec
- rebuilding for new xserver
[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:        1.3.0
5 Release:        2
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:  4a307852f3b4850e436a41dab2a73676
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-fontsproto-devel
16 BuildRequires:  xorg-proto-randrproto-devel
17 BuildRequires:  xorg-proto-renderproto-devel
18 BuildRequires:  xorg-proto-xextproto-devel
19 BuildRequires:  xorg-util-util-macros >= 0.99.2
20 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
21 BuildRequires:  rpmbuild(macros) >= 1.389
22 %requires_xorg_xserver_videodrv
23 Requires:       xorg-xserver-server >= 1.0.99.901
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 X.org video driver for generic VESA video cards.
28
29 %description -l pl.UTF-8
30 Sterownik obrazu X.org dla kart graficznych zgodnych ze standardem
31 VESA.
32
33 %prep
34 %setup -q -n xf86-video-vesa-%{version}
35
36 %build
37 %{__libtoolize}
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure \
43         --disable-static
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc COPYING ChangeLog
61 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vesa_drv.so
62 %{_mandir}/man4/vesa.4*
This page took 0.034811 seconds and 4 git commands to generate.